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(); }
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(); }