public void strokeJoin(int join) { super.strokeJoin(join); strokeImpl(); }
public void strokeWeight(float weight) { super.strokeWeight(weight); strokeImpl(); }
public void strokeCap(int cap) { super.strokeCap(cap); strokeImpl(); }