Exemplo n.º 1
0
 public void strokeJoin(int join) {
   super.strokeJoin(join);
   strokeImpl();
 }
Exemplo n.º 2
0
 public void strokeWeight(float weight) {
   super.strokeWeight(weight);
   strokeImpl();
 }
Exemplo n.º 3
0
 public void strokeCap(int cap) {
   super.strokeCap(cap);
   strokeImpl();
 }