Package net.sourceforge.plantuml.golem
Class Position
java.lang.Object
net.sourceforge.plantuml.golem.Position
public class Position
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Position
public Position(int xmin, int ymin, int xmax, int ymax)
-
-
Method Details
-
equals
public boolean equals(java.lang.Object o) - Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
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()
-