Uses of Class
fr.umlv.unitex.GenericGraphicalZone

Packages that use GenericGraphicalZone
fr.umlv.unitex   
fr.umlv.unitex.undo   
 

Uses of GenericGraphicalZone in fr.umlv.unitex
 

Subclasses of GenericGraphicalZone in fr.umlv.unitex
 class FstGraphicalZone
          This class describes a component on which a sentence graph can be drawn.
 class GraphicalZone
          This class describes a component on which a graph can be drawn.
 

Constructors in fr.umlv.unitex with parameters of type GenericGraphicalZone
GenericGraphBox(int x, int y, int type, GenericGraphicalZone p)
          Constructs a new box
 

Uses of GenericGraphicalZone in fr.umlv.unitex.undo
 

Constructors in fr.umlv.unitex.undo with parameters of type GenericGraphicalZone
AddBoxeEdit(GenericGraphBox boxe, java.util.ArrayList boxes, GenericGraphicalZone zone)
          contruct an edit to redo and undo an add boxe action
BoxeGroupTextEdit(java.util.ArrayList selectedBoxes, java.lang.String s, GenericGraphicalZone zone)
          contruct an edit to redo and undo a boxes' text edition
BoxeTextEdit(GenericGraphBox boxe, java.lang.String text, GenericGraphicalZone zone)
          contruct an edit to redo and undo a text edition in a boxe
DeleteBoxGroupEdit(java.util.ArrayList selectedBoxes, java.util.ArrayList graphBoxes, GenericGraphicalZone zone)
           
RemoveBoxeEdit(GenericGraphBox boxe, java.util.ArrayList boxes, GenericGraphicalZone zone)
           
TransitionGroupEdit(java.util.ArrayList selectedBoxes, GenericGraphBox dst, GenericGraphicalZone zone)