public void visit(ShapeT tShape) { tShape.draw()[0].Y -= 2; tShape.draw()[1].X++; tShape.draw()[1].Y--; tShape.draw()[3].X += 2; tShape.setPos(12); tShape.findLowestCell(); tShape.findHighestCell(); }
public void visit(ShapeT tShape) { tShape.draw()[0].X++; tShape.draw()[0].Y++; tShape.draw()[2].X++; tShape.draw()[2].Y--; tShape.draw()[3].X--; tShape.draw()[3].Y--; tShape.setPos(6); tShape.findLowestCell(); tShape.findHighestCell(); }