mxGraph 1.10.4.0


Uses of Class
com.mxgraph.canvas.mxGraphicsCanvas2D

Packages that use mxGraphicsCanvas2D
com.mxgraph.shape   
 

Uses of mxGraphicsCanvas2D in com.mxgraph.shape
 

Methods in com.mxgraph.shape that return mxGraphicsCanvas2D
protected  mxGraphicsCanvas2D mxStencil.createCanvas(mxGraphics2DCanvas gc)
          Creates the canvas for rendering the stencil.
 

Methods in com.mxgraph.shape with parameters of type mxGraphicsCanvas2D
protected  void mxStencil.drawElement(mxGraphicsCanvas2D canvas, mxCellState state, Element node, mxRectangle aspect)
          Drawsthe given element.
protected  void mxStencil.drawShadow(mxGraphicsCanvas2D canvas, mxCellState state, double rotation, boolean flipH, boolean flipV, mxRectangle bounds, double alpha, boolean filled)
          Draws the shadow.
 boolean mxStencil.drawShape(mxGraphicsCanvas2D canvas, mxCellState state, mxRectangle bounds, boolean background)
          Draws this stencil inside the given bounds.
 


mxGraph 1.10.4.0


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