mxGraph 2.5.0.2


Uses of Interface
com.mxgraph.canvas.mxICanvas2D

Packages that use mxICanvas2D
com.mxgraph.canvas This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML. 
com.mxgraph.reader This package contains the classes required to turn an encoded mxGraphView into an image using SAX and without having to create a graph model. 
 

Uses of mxICanvas2D in com.mxgraph.canvas
 

Classes in com.mxgraph.canvas that implement mxICanvas2D
 class mxGraphicsCanvas2D
          Used for exporting images.
 

Uses of mxICanvas2D in com.mxgraph.reader
 

Fields in com.mxgraph.reader declared as mxICanvas2D
protected  mxICanvas2D mxDomOutputParser.canvas
           
protected  mxICanvas2D mxSaxOutputHandler.canvas
           
 

Methods in com.mxgraph.reader that return mxICanvas2D
 mxICanvas2D mxSaxOutputHandler.getCanvas()
          Returns the canvas for rendering.
 

Methods in com.mxgraph.reader with parameters of type mxICanvas2D
 void mxSaxOutputHandler.setCanvas(mxICanvas2D value)
          Sets the canvas for rendering.
 

Constructors in com.mxgraph.reader with parameters of type mxICanvas2D
mxDomOutputParser(mxICanvas2D canvas)
           
mxSaxOutputHandler(mxICanvas2D canvas)
           
 


mxGraph 2.5.0.2


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.