Exemplo n.º 1
0
 public void visit(ShapeL lShape)
 {
     lShape.draw()[2].X--;
     lShape.draw()[2].Y++;
     lShape.draw()[3].X--;
     lShape.draw()[3].Y--;
     lShape.setPos(9);
     lShape.findHighestCell();
     lShape.findLowestCell();
 }
Exemplo n.º 2
0
 public void visit(ShapeL lShape)
 {
     lShape.draw()[0].Y -= 2;
     lShape.draw()[1].X--;
     lShape.draw()[1].Y++;
     lShape.draw()[3].X++;
     lShape.draw()[3].Y--;
     lShape.setPos(6);
     lShape.findHighestCell();
     lShape.findLowestCell();
 }