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