Uses of Class
com.mxgraph.shape.mxStencil
-
Packages that use mxStencil Package Description com.mxgraph.shape -
-
Uses of mxStencil in com.mxgraph.shape
Fields in com.mxgraph.shape with type parameters of type mxStencil Modifier and Type Field Description protected static java.util.Map<java.lang.String,mxStencil>
mxStencilRegistry. stencils
Methods in com.mxgraph.shape that return mxStencil Modifier and Type Method Description static mxStencil
mxStencilRegistry. getStencil(java.lang.String name)
Returns the stencil for the given name.Methods in com.mxgraph.shape with parameters of type mxStencil Modifier and Type Method Description static void
mxStencilRegistry. addStencil(java.lang.String name, mxStencil stencil)
Adds the given stencil.
-