Package net.sourceforge.plantuml.code
Class PairInt
java.lang.Object
net.sourceforge.plantuml.code.PairInt
public class PairInt
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PairInt
public PairInt(int x, int y)
-
-
Method Details
-
rotate
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getX
public int getX() -
getY
public int getY() -
plus
-