@Override
 public Pen getPen() {
   // TODO: this sucks
   return Convert.convertStroke((BasicStroke) pipe.getStroke());
 }