Package net.sourceforge.plantuml.hector
Class Pin
- java.lang.Object
-
- net.sourceforge.plantuml.hector.Pin
-
public class Pin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Pin(int row, java.lang.Object userData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRow()
int
getUid()
java.lang.Object
getUserData()
void
push(int push)
void
setRow(int row)
void
setUid(int uid)
-