Uses of Class
fr.umlv.unitex.GraphFrame

Packages that use GraphFrame
fr.umlv.unitex   
 

Uses of GraphFrame in fr.umlv.unitex
 

Fields in fr.umlv.unitex declared as GraphFrame
 GraphFrame TextField.parent
          Frame that contains this component
 

Methods in fr.umlv.unitex that return GraphFrame
static GraphFrame UnitexFrame.getCurrentFocusedGraphFrame()
           
 GraphFrame UnitexFrame.graphIsAllreadyOpen(java.io.File grf)
          Tests if a graph is allready open on the desktop.
 

Methods in fr.umlv.unitex with parameters of type GraphFrame
 void UnitexFrame.printFrame(GraphFrame g)
          Prints a GraphFrame.
 boolean UnitexFrame.saveAsGraph(GraphFrame f)
          Opens a "Save As" dialog box to save a graph.
 boolean UnitexFrame.saveGraph(GraphFrame f)
          If the graph has no name, the saveAsGraph(GraphFrame) is called.
 

Constructors in fr.umlv.unitex with parameters of type GraphFrame
GraphicalZone(int w, int h, TextField t, GraphFrame p)
          Constructs a new GraphicalZone.
TextField(int n, GraphFrame p)
          Constructs a new TextField