public void strokeWeight(float weight) {
   super.strokeWeight(weight);
   strokeImpl();
 }