setThick method

AreaStyle setThick(
  1. int w
)

Implementation

AreaStyle setThick(int w) {
  areaFormat.thickness = w;
  return this;
}