Package net.sourceforge.plantuml.golem
Class Position
java.lang.Object
net.sourceforge.plantuml.golem.Position
-
Constructor Details
-
Position
public Position(int xmin, int ymin, int xmax, int ymax)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
move
-
getXmin
public int getXmin() -
getXmax
public int getXmax() -
getYmin
public int getYmin() -
getYmax
public int getYmax() -
getCenterX
public int getCenterX() -
getCenterY
public int getCenterY()
-