| Package | Description |
|---|---|
| com.mxgraph.canvas |
This package contains various implementations for painting a graph using
different technologies, such as Graphics2D, HTML, SVG or VML.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected mxGraphicsCanvas2D.CanvasState |
mxGraphicsCanvas2D.state |
Represents the current state of the canvas.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Stack<mxGraphicsCanvas2D.CanvasState> |
mxGraphicsCanvas2D.stack |
Stack of states for save/restore.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected mxGraphicsCanvas2D.CanvasState |
mxGraphicsCanvas2D.cloneState(mxGraphicsCanvas2D.CanvasState state) |
Returns a clone of the given state.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected mxGraphicsCanvas2D.CanvasState |
mxGraphicsCanvas2D.cloneState(mxGraphicsCanvas2D.CanvasState state) |
Returns a clone of the given state.
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.