Uses of Interface
com.mxgraph.canvas.mxICanvas2D
-
Packages that use mxICanvas2D Package Description 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 Modifier and Type Class Description classmxGraphicsCanvas2DUsed for exporting images. -
Uses of mxICanvas2D in com.mxgraph.reader
Fields in com.mxgraph.reader declared as mxICanvas2D Modifier and Type Field Description protected mxICanvas2DmxDomOutputParser. canvasprotected mxICanvas2DmxSaxOutputHandler. canvasMethods in com.mxgraph.reader that return mxICanvas2D Modifier and Type Method Description mxICanvas2DmxSaxOutputHandler. getCanvas()Returns the canvas for rendering.Methods in com.mxgraph.reader with parameters of type mxICanvas2D Modifier and Type Method Description voidmxSaxOutputHandler. setCanvas(mxICanvas2D value)Sets the canvas for rendering.Constructors in com.mxgraph.reader with parameters of type mxICanvas2D Constructor Description mxDomOutputParser(mxICanvas2D canvas)mxSaxOutputHandler(mxICanvas2D canvas)
-