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 and Description |
---|---|
protected mxGraphicsCanvas2D.CanvasState |
mxGraphicsCanvas2D.state
Represents the current state of the canvas.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Stack<mxGraphicsCanvas2D.CanvasState> |
mxGraphicsCanvas2D.stack
Stack of states for save/restore.
|
Modifier and Type | Method and Description |
---|---|
protected mxGraphicsCanvas2D.CanvasState |
mxGraphicsCanvas2D.cloneState(mxGraphicsCanvas2D.CanvasState state)
Returns a clone of the given state.
|
Modifier and Type | Method and 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.