JGraph X 0.15.0.3


Uses of Class
com.mxgraph.view.mxGraph

Packages that use mxGraph
com.mxgraph.algebra   
com.mxgraph.swing   
com.mxgraph.swing.util   
com.mxgraph.util   
com.mxgraph.view   
 

Uses of mxGraph in com.mxgraph.algebra
 

Methods in com.mxgraph.algebra with parameters of type mxGraph
 mxUnionFind mxGraphAlgebra.getConnectionComponents(mxGraph graph, Object[] v, Object[] e)
          Returns a union find structure representing the connection components of G=(E,V).
 Object[] mxGraphAlgebra.getMinimumSpanningTree(mxGraph graph, Object[] v, mxICostFunction cf, boolean directed)
          Returns the minimum spanning tree (MST) for the graph defined by G=(E,V).
 Object[] mxGraphAlgebra.getMinimumSpanningTree(mxGraph graph, Object[] v, Object[] e, mxICostFunction cf)
          Returns the minimum spanning tree (MST) for the graph defined by G=(E,V).
 Object[] mxGraphAlgebra.getShortestPath(mxGraph graph, Object from, Object to, mxICostFunction cf, int steps, boolean directed)
          Returns the shortest path between two cells or their descendants represented as an array of edges in order of traversal.
 

Uses of mxGraph in com.mxgraph.swing
 

Fields in com.mxgraph.swing declared as mxGraph
protected  mxGraph mxGraphComponent.graph
           
 

Methods in com.mxgraph.swing that return mxGraph
 mxGraph mxGraphComponent.getGraph()
           
 

Methods in com.mxgraph.swing with parameters of type mxGraph
 void mxGraphComponent.setGraph(mxGraph graph)
           
 

Constructors in com.mxgraph.swing with parameters of type mxGraph
mxGraphComponent(mxGraph graph)
           
 

Uses of mxGraph in com.mxgraph.swing.util
 

Methods in com.mxgraph.swing.util that return mxGraph
static mxGraph mxGraphActions.getGraph(ActionEvent e)
           
 

Uses of mxGraph in com.mxgraph.util
 

Methods in com.mxgraph.util with parameters of type mxGraph
static BufferedImage mxCellRenderer.createBufferedImage(mxGraph graph, Object[] cells, double scale, Color background, boolean antiAlias, mxRectangle clip)
           
static BufferedImage mxCellRenderer.createBufferedImage(mxGraph graph, Object[] cells, double scale, Color background, boolean antiAlias, mxRectangle clip, mxGraphics2DCanvas graphicsCanvas)
           
static Document mxCellRenderer.createHtmlDocument(mxGraph graph, Object[] cells, double scale, Color background, mxRectangle clip)
           
static Document mxCellRenderer.createSvgDocument(mxGraph graph, Object[] cells, double scale, Color background, mxRectangle clip)
           
static Document mxCellRenderer.createVmlDocument(mxGraph graph, Object[] cells, double scale, Color background, mxRectangle clip)
           
static mxICanvas mxCellRenderer.drawCells(mxGraph graph, Object[] cells, double scale, mxRectangle clip, mxCellRenderer.CanvasFactory factory)
          Draws the given cells using a Graphics2D canvas and returns the buffered image that represents the cells.
 

Uses of mxGraph in com.mxgraph.view
 

Fields in com.mxgraph.view declared as mxGraph
protected  mxGraph mxSelectionModel.graph
          Reference to the enclosing graph.
protected  mxGraph mxGraphView.graph
          Reference to the enclosing graph.
 

Methods in com.mxgraph.view that return mxGraph
 mxGraph mxGraphView.getGraph()
          Returns the enclosing graph.
 

Methods in com.mxgraph.view with parameters of type mxGraph
 String mxMultiplicity.check(mxGraph graph, Object edge, Object source, Object target, int sourceOut, int targetIn)
          Function: check Checks the multiplicity for the given arguments and returns the error for the given connection or null if the multiplicity does not apply.
 

Constructors in com.mxgraph.view with parameters of type mxGraph
mxGraphView(mxGraph graph)
          Constructs a new view for the given graph.
mxSelectionModel(mxGraph graph)
          Constructs a new selection model for the specified graph.
 


JGraph X 0.15.0.3


Copyright (c) 2008 Gaudenz Alder. All rights reserved.