setWidth method

AreaStyle setWidth(
  1. int width
)

Implementation

AreaStyle setWidth(int width) {
  areaFormat.width = width;
  return this;
}