Package | Description |
---|---|
com.mxgraph.shape |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
protected 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,
org.w3c.dom.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.
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.