|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.umlv.unitex.GraphBoxInfo
public class GraphBoxInfo
This class is used to store information on a box. It is used for doing multiple box selections.
Field Summary | |
---|---|
java.lang.String |
content
Text content of the box |
java.util.Vector |
reachableBoxes
Vector containing integers that are reference to boxes that can be reached from this box |
int |
X
X coordinate of the box |
int |
Y
Y coordinate of the box |
Constructor Summary | |
---|---|
GraphBoxInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int X
public int Y
public java.lang.String content
public java.util.Vector reachableBoxes
Constructor Detail |
---|
public GraphBoxInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |