Exemplo n.º 1
0
 protected void drawThisOne(IDrawContext drawContext) {
   if (shape != null) {
     shape.draw(drawContext);
   }
 }