mxGraph 1.10.4.0


Uses of Class
com.mxgraph.canvas.mxGraphicsCanvas2D.CanvasState

Packages that use mxGraphicsCanvas2D.CanvasState
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
protected  mxGraphicsCanvas2D.CanvasState mxGraphicsCanvas2D.state
          Represents the current state of the canvas.
 

Fields in com.mxgraph.canvas with type parameters of type mxGraphicsCanvas2D.CanvasState
protected  Stack<mxGraphicsCanvas2D.CanvasState> mxGraphicsCanvas2D.stack
          Stack of states for save/restore.
 

Methods in com.mxgraph.canvas that return mxGraphicsCanvas2D.CanvasState
protected  mxGraphicsCanvas2D.CanvasState mxGraphicsCanvas2D.cloneState(mxGraphicsCanvas2D.CanvasState state)
          Returns a clone of thec given state.
 

Methods in com.mxgraph.canvas with parameters of type mxGraphicsCanvas2D.CanvasState
protected  mxGraphicsCanvas2D.CanvasState mxGraphicsCanvas2D.cloneState(mxGraphicsCanvas2D.CanvasState state)
          Returns a clone of thec given state.
 


mxGraph 1.10.4.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.