Package net.sourceforge.plantuml.salt
Class Position
- java.lang.Object
-
- net.sourceforge.plantuml.salt.Position
-
public class Position extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Position(int row, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getCol()
int
getRow()
int
hashCode()
-