Uses of Class
com.mxgraph.canvas.mxGraphicsCanvas2D
Packages that use mxGraphicsCanvas2D
-
Uses of mxGraphicsCanvas2D in com.mxgraph.shape
Methods in com.mxgraph.shape that return mxGraphicsCanvas2DModifier and TypeMethodDescriptionprotected mxGraphicsCanvas2D
mxSwimlaneShape.configureCanvas
(mxGraphics2DCanvas canvas, mxCellState state, mxGraphicsCanvas2D c) Helper method to configure the given wrapper canvas.protected mxGraphicsCanvas2D
mxStencil.createCanvas
(mxGraphics2DCanvas gc) Creates the canvas for rendering the stencil.Methods in com.mxgraph.shape with parameters of type mxGraphicsCanvas2DModifier and TypeMethodDescriptionprotected mxGraphicsCanvas2D
mxSwimlaneShape.configureCanvas
(mxGraphics2DCanvas canvas, mxCellState state, mxGraphicsCanvas2D c) Helper method to configure the given wrapper canvas.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, mxRectangle aspect) Draws the shadow.boolean
mxStencil.drawShape
(mxGraphicsCanvas2D canvas, mxCellState state, mxRectangle bounds, mxRectangle aspect, boolean background) Draws this stencil inside the given bounds.