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

Packages that use JaxoGraph
net.sf.jaxodraw.graph Graph related classes. 
net.sf.jaxodraw.gui GUI related classes. 
net.sf.jaxodraw.gui.panel GUI panels. 
net.sf.jaxodraw.io Contains classes to handle input/output from/to external files. 
net.sf.jaxodraw.io.imports Import classes. 
net.sf.jaxodraw.plugin A plugin is an external piece of software that adds functionality to JaxoDraw. 
 

Uses of JaxoGraph in net.sf.jaxodraw.graph
 

Methods in net.sf.jaxodraw.graph that return JaxoGraph
 JaxoGraph JaxoGraph.copyOf()
          Returns an exact copy of this JaxoGraph.
 

Uses of JaxoGraph in net.sf.jaxodraw.gui
 

Methods in net.sf.jaxodraw.gui that return JaxoGraph
protected  JaxoGraph AbstractJaxoCanvas.getCanvasGraph()
          Returns the current graph.
 JaxoGraph AbstractJaxoCanvas.getClipboard()
          Gets the current clipboard.
 JaxoGraph JaxoDrawingArea.getClipboard()
          Gets the current clipboard.
protected  JaxoGraph JaxoClipboard.getSystemClipboardGraph()
          Graph on the system clipboard.
protected  JaxoGraph AbstractJaxoCanvas.getSystemClipboardGraph()
          Graph on the system clipboard.
 JaxoGraph JaxoTab.getTabGraph()
          Returns this tab's graph.
 

Methods in net.sf.jaxodraw.gui with parameters of type JaxoGraph
protected  void JaxoClipboard.putToSystemClipboard(JaxoGraph g)
          Make 'g' the contents of the system clipboard.
protected  void AbstractJaxoCanvas.putToSystemClipboard(JaxoGraph g)
          Make 'g' the contents of the system clipboard.
 void AbstractJaxoCanvas.setCanvasGraph(JaxoGraph value)
          Sets the graph to be painted.
 void JaxoDrawingArea.setCanvasGraph(JaxoGraph value)
          Sets the graph to be painted.
 void JaxoCanvas.setCanvasGraph(JaxoGraph value)
          Sets the current graph.
 void AbstractJaxoCanvas.setCanvasGraphAndGrid(JaxoGraph newGraph, JaxoPaintableGrid newGrid)
          Set both graph and grid.
 

Constructors in net.sf.jaxodraw.gui with parameters of type JaxoGraph
JaxoTab(JaxoDrawingArea canvas, JaxoGraph g)
          Constructor.
JaxoTab(JaxoDrawingArea canvas, JaxoGraph g, JaxoPaintableGrid grid)
          Constructor.
 

Uses of JaxoGraph in net.sf.jaxodraw.gui.panel
 

Methods in net.sf.jaxodraw.gui.panel that return JaxoGraph
 JaxoGraph JaxoImportPanel.getImportedGraph()
          Returns the graph theat was imported by this panel.
 

Methods in net.sf.jaxodraw.gui.panel with parameters of type JaxoGraph
 void JaxoExportPanel.export(JaxoGraph newGraph, Dimension d, String tab)
          Deprecated. use JaxoExportPanel.export(JaxoGraph,String) instead.
 void JaxoExportPanel.export(JaxoGraph newGraph, String tab)
          Brings a dialog to choose the export format.
 void JaxoLatexTextToolTip.setGraph(JaxoGraph graph)
          Sets the graph.
 

Uses of JaxoGraph in net.sf.jaxodraw.io
 

Methods in net.sf.jaxodraw.io that return JaxoGraph
 JaxoGraph JaxoIO.open()
          Opens a new JaxoGraph: asks for an open file.
 JaxoGraph JaxoIO.open(File f)
          Opens a new JaxoGraph from the specified file.
 JaxoGraph JaxoIO.open(File f, boolean guiWarnings)
          Opens a new JaxoGraph from the specified file.
 JaxoGraph JaxoIO.open(String name)
          Opens a new JaxoGraph from the specified file fileName.
 

Methods in net.sf.jaxodraw.io with parameters of type JaxoGraph
 void JaxoPrint.print(Component parent, JaxoGraph newGraph, Dimension d, String name)
          Deprecated. use JaxoPrint.print(Component,JaxoGraph,String) instead.
 void JaxoPrint.print(Component parent, JaxoGraph graph, String name)
          The method to be called from the printing menu.
 void JaxoIO.save(JaxoGraph graph, String title, String fileName)
          Saves the specified JaxoGraph: if the current JaxoGraph has no save file associated with it, asks for a save file name.
 void JaxoIO.saveAs(JaxoGraph graph, String title, String fileName)
          Saves the specified JaxoGraph: asks for a save file.
 

Constructors in net.sf.jaxodraw.io with parameters of type JaxoGraph
JaxoPrint(JaxoGraph graph)
          Constructor.
 

Uses of JaxoGraph in net.sf.jaxodraw.io.imports
 

Methods in net.sf.jaxodraw.io.imports that return JaxoGraph
 JaxoGraph JaxoImportAxodraw.importGraph(InputStream inputStream)
          Import a graph from a Reader.
 

Uses of JaxoGraph in net.sf.jaxodraw.plugin
 

Methods in net.sf.jaxodraw.plugin that return JaxoGraph
 JaxoGraph JaxoExportPlugin.getGraph()
          Returns the current graph to export.
 JaxoGraph JaxoImportPlugin.importGraph(File f)
          Imports a graph from the given file.
protected abstract  JaxoGraph JaxoImportPlugin.importGraph(InputStream inputStream)
          Import a graph from a Reader.
 JaxoGraph JaxoImportPlugin.importGraph(String fileName)
          Imports a graph from the given file.
 

Methods in net.sf.jaxodraw.plugin with parameters of type JaxoGraph
 void JaxoExportPlugin.export(JaxoGraph exportGraph, String fileName)
          Export a graph to a file.
 void JaxoExportPlugin.setGraph(JaxoGraph newGraph)
          Sets the graph to export.
 



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