setStrokeJoin method

void setStrokeJoin(
  1. MapJoin join
)
inherited

Implementation

void setStrokeJoin(MapJoin join) {
  _strokeJoin = join;
}