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.
|
Modifier and Type | Class and Description |
---|---|
class |
mxGraphicsCanvas2D
Used for exporting images.
|
Modifier and Type | Field and Description |
---|---|
protected mxICanvas2D |
mxSaxOutputHandler.canvas |
protected mxICanvas2D |
mxDomOutputParser.canvas |
Modifier and Type | Method and Description |
---|---|
mxICanvas2D |
mxSaxOutputHandler.getCanvas()
Returns the canvas for rendering.
|
Modifier and Type | Method and Description |
---|---|
void |
mxSaxOutputHandler.setCanvas(mxICanvas2D value)
Sets the canvas for rendering.
|
Constructor and Description |
---|
mxDomOutputParser(mxICanvas2D canvas) |
mxSaxOutputHandler(mxICanvas2D canvas) |
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.