public void strokeJoin(int join) {
   super.strokeJoin(join);
   strokeImpl();
 }