コード例 #1
0
 public void strokeJoin(int join) {
   super.strokeJoin(join);
   strokeImpl();
 }
コード例 #2
0
 public void strokeWeight(float weight) {
   super.strokeWeight(weight);
   strokeImpl();
 }
コード例 #3
0
 public void strokeCap(int cap) {
   super.strokeCap(cap);
   strokeImpl();
 }