Uses of Class
com.mxgraph.canvas.mxGraphicsCanvas2D
-
Packages that use mxGraphicsCanvas2D Package Description com.mxgraph.shape -
-
Uses of mxGraphicsCanvas2D in com.mxgraph.shape
Methods in com.mxgraph.shape that return mxGraphicsCanvas2D Modifier and Type Method Description protected mxGraphicsCanvas2DmxSwimlaneShape. configureCanvas(mxGraphics2DCanvas canvas, mxCellState state, mxGraphicsCanvas2D c)Helper method to configure the given wrapper canvas.protected mxGraphicsCanvas2DmxStencil. createCanvas(mxGraphics2DCanvas gc)Creates the canvas for rendering the stencil.Methods in com.mxgraph.shape with parameters of type mxGraphicsCanvas2D Modifier and Type Method Description protected mxGraphicsCanvas2DmxSwimlaneShape. configureCanvas(mxGraphics2DCanvas canvas, mxCellState state, mxGraphicsCanvas2D c)Helper method to configure the given wrapper canvas.protected voidmxStencil. drawElement(mxGraphicsCanvas2D canvas, mxCellState state, org.w3c.dom.Element node, mxRectangle aspect)Drawsthe given element.protected voidmxStencil. drawShadow(mxGraphicsCanvas2D canvas, mxCellState state, double rotation, boolean flipH, boolean flipV, mxRectangle bounds, double alpha, boolean filled, mxRectangle aspect)Draws the shadow.booleanmxStencil. drawShape(mxGraphicsCanvas2D canvas, mxCellState state, mxRectangle bounds, mxRectangle aspect, boolean background)Draws this stencil inside the given bounds.
-