Uses of Class
net.sf.jaxodraw.graph.JaxoSaveGraph

Packages that use JaxoSaveGraph
net.sf.jaxodraw.graph Graph related classes. 
 

Uses of JaxoSaveGraph in net.sf.jaxodraw.graph
 

Methods in net.sf.jaxodraw.graph that return JaxoSaveGraph
 JaxoSaveGraph JaxoSaveGraph.copyOf()
          Returns a copy of this JaxoSaveGraph.
 JaxoSaveGraph JaxoGraph.getSaveGraph()
          Returns the JaxoSaveGraph (i.e., the current list of objects and the current description) of the current JaxoGraph.
 

Methods in net.sf.jaxodraw.graph with parameters of type JaxoSaveGraph
 boolean JaxoSaveGraph.isCopy(JaxoSaveGraph graph)
          Determines if this JaxoSaveGraph is a copy of the specified one.
 void JaxoGraph.setSaveGraph(JaxoSaveGraph newSaveGraph)
          Sets the JaxoSaveGraph (i.e., the current list of objects and the current description) of the current JaxoGraph.
 



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.