Uses of Class
com.mxgraph.canvas.mxGraphicsCanvas2D.CanvasState
-
Packages that use mxGraphicsCanvas2D.CanvasState Package Description com.mxgraph.canvas This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML. -
-
Uses of mxGraphicsCanvas2D.CanvasState in com.mxgraph.canvas
Fields in com.mxgraph.canvas declared as mxGraphicsCanvas2D.CanvasState Modifier and Type Field Description protected mxGraphicsCanvas2D.CanvasState
mxGraphicsCanvas2D. state
Represents the current state of the canvas.Fields in com.mxgraph.canvas with type parameters of type mxGraphicsCanvas2D.CanvasState Modifier and Type Field Description protected java.util.Stack<mxGraphicsCanvas2D.CanvasState>
mxGraphicsCanvas2D. stack
Stack of states for save/restore.Methods in com.mxgraph.canvas that return mxGraphicsCanvas2D.CanvasState Modifier and Type Method Description protected mxGraphicsCanvas2D.CanvasState
mxGraphicsCanvas2D. cloneState(mxGraphicsCanvas2D.CanvasState state)
Returns a clone of the given state.Methods in com.mxgraph.canvas with parameters of type mxGraphicsCanvas2D.CanvasState Modifier and Type Method Description protected mxGraphicsCanvas2D.CanvasState
mxGraphicsCanvas2D. cloneState(mxGraphicsCanvas2D.CanvasState state)
Returns a clone of the given state.
-