fr.umlv.unitex
Class GraphBoxInfo

java.lang.Object
  extended by fr.umlv.unitex.GraphBoxInfo

public class GraphBoxInfo
extends java.lang.Object

This class is used to store information on a box. It is used for doing multiple box selections.

Author:
Sébastien Paumier

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

X

public int X
X coordinate of the box


Y

public int Y
Y coordinate of the box


content

public java.lang.String content
Text content of the box


reachableBoxes

public java.util.Vector reachableBoxes
Vector containing integers that are reference to boxes that can be reached from this box

Constructor Detail

GraphBoxInfo

public GraphBoxInfo()