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