JGraph X 1.0.2.8


Uses of Interface
com.mxgraph.canvas.mxICanvas

Packages that use mxICanvas
com.mxgraph.canvas   
com.mxgraph.reader   
com.mxgraph.swing   
com.mxgraph.swing.view   
com.mxgraph.util   
com.mxgraph.view   
 

Uses of mxICanvas in com.mxgraph.canvas
 

Classes in com.mxgraph.canvas that implement mxICanvas
 class mxBasicCanvas
           
 class mxGraphics2DCanvas
          An implementation of a canvas that uses Graphics2D for painting.
 class mxHtmlCanvas
          An implementation of a canvas that uses HTML for painting.
 class mxImageCanvas
          An implementation of a canvas that uses Graphics2D for painting.
 class mxSvgCanvas
          An implementation of a canvas that uses SVG for painting.
 class mxVmlCanvas
          An implementation of a canvas that uses VML for painting.
 

Uses of mxICanvas in com.mxgraph.reader
 

Fields in com.mxgraph.reader declared as mxICanvas
protected  mxICanvas mxGraphViewReader.canvas
          Holds the canvas to be used for rendering the graph.
 

Methods in com.mxgraph.reader that return mxICanvas
abstract  mxICanvas mxGraphViewReader.createCanvas(Hashtable attrs)
          Returns the canvas to be used for rendering.
 mxICanvas mxGraphViewImageReader.createCanvas(Hashtable attrs)
           
 mxICanvas mxGraphViewReader.getCanvas()
          Returns the canvas that is used for rendering the graph.
 

Uses of mxICanvas in com.mxgraph.swing
 

Methods in com.mxgraph.swing with parameters of type mxICanvas
protected  void mxGraphComponent.mxGraphControl.cellDrawn(mxICanvas canvas, mxCellState state)
           
 void mxGraphComponent.mxGraphControl.draw(mxICanvas canvas)
          Draws the graph onto the given canvas.
 void mxGraphComponent.mxGraphControl.drawCell(mxICanvas canvas, Object cell)
          Draws the given cell onto the specified canvas.
 

Uses of mxICanvas in com.mxgraph.swing.view
 

Classes in com.mxgraph.swing.view that implement mxICanvas
 class mxInteractiveCanvas
           
 

Uses of mxICanvas in com.mxgraph.util
 

Methods in com.mxgraph.util that return mxICanvas
abstract  mxICanvas mxCellRenderer.CanvasFactory.createCanvas(int width, int height)
          Separates the creation of the canvas from its initialization, when the size of the required graphics buffer / document / container is known.
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 mxICanvas in com.mxgraph.view
 

Methods in com.mxgraph.view with parameters of type mxICanvas
 void mxGraph.draw(mxICanvas canvas)
          Draws the graph onto the given canvas.
 void mxGraph.drawCell(mxICanvas canvas, Object cell)
          Draws the given cell and its descendants onto the specified canvas.
 void mxGraph.drawStateWithLabel(mxICanvas canvas, mxCellState state, String label)
          Draws the given cell and label onto the specified canvas.
 


JGraph X 1.0.2.8


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