Package net.sourceforge.plantuml.golem
Class Position
- java.lang.Object
-
- net.sourceforge.plantuml.golem.Position
-
public class Position extends Object
-
-
Constructor Summary
Constructors Constructor Description Position(int xmin, int ymin, int xmax, int ymax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getCenterX()
int
getCenterY()
int
getXmax()
int
getXmin()
int
getYmax()
int
getYmin()
int
hashCode()
Position
move(TileGeometry position, int sizeMove)
String
toString()
-
-
-
Method Detail
-
move
public Position move(TileGeometry position, int sizeMove)
-
getXmin
public int getXmin()
-
getXmax
public int getXmax()
-
getYmin
public int getYmin()
-
getYmax
public int getYmax()
-
getCenterX
public int getCenterX()
-
getCenterY
public int getCenterY()
-
-