Uses of Class
com.mxgraph.canvas.mxGraphicsCanvas2D.CanvasState
Packages that use mxGraphicsCanvas2D.CanvasState
Package
Description
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.CanvasStateModifier and TypeFieldDescriptionprotected mxGraphicsCanvas2D.CanvasState
mxGraphicsCanvas2D.state
Represents the current state of the canvas.Fields in com.mxgraph.canvas with type parameters of type mxGraphicsCanvas2D.CanvasStateModifier and TypeFieldDescriptionprotected Stack
<mxGraphicsCanvas2D.CanvasState> mxGraphicsCanvas2D.stack
Stack of states for save/restore.Methods in com.mxgraph.canvas that return mxGraphicsCanvas2D.CanvasStateModifier and TypeMethodDescriptionprotected mxGraphicsCanvas2D.CanvasState
mxGraphicsCanvas2D.cloneState
(mxGraphicsCanvas2D.CanvasState state) Returns a clone of the given state.Methods in com.mxgraph.canvas with parameters of type mxGraphicsCanvas2D.CanvasStateModifier and TypeMethodDescriptionprotected mxGraphicsCanvas2D.CanvasState
mxGraphicsCanvas2D.cloneState
(mxGraphicsCanvas2D.CanvasState state) Returns a clone of the given state.