Uses of Class
com.mxgraph.shape.mxStencilShape.svgShape
-
Packages that use mxStencilShape.svgShape Package Description com.mxgraph.shape -
-
Uses of mxStencilShape.svgShape in com.mxgraph.shape
Fields in com.mxgraph.shape declared as mxStencilShape.svgShape Modifier and Type Field Description protected mxStencilShape.svgShape
mxStencilShape. rootShape
Fields in com.mxgraph.shape with type parameters of type mxStencilShape.svgShape Modifier and Type Field Description java.util.List<mxStencilShape.svgShape>
mxStencilShape.svgShape. subShapes
Methods in com.mxgraph.shape that return mxStencilShape.svgShape Modifier and Type Method Description mxStencilShape.svgShape
mxStencilShape. createElement(org.w3c.dom.Node root)
Forms an internal representation of the specified SVG element and returns that representationMethods in com.mxgraph.shape with parameters of type mxStencilShape.svgShape Modifier and Type Method Description void
mxStencilShape. createShape(org.w3c.dom.Node root, mxStencilShape.svgShape shape)
void
mxStencilShape. paintNode(mxGraphics2DCanvas canvas, mxCellState state, mxStencilShape.svgShape shape, double widthRatio, double heightRatio)
-