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. stencilsMethods in com.mxgraph.shape that return mxStencil Modifier and Type Method Description static mxStencilmxStencilRegistry. 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 voidmxStencilRegistry. addStencil(java.lang.String name, mxStencil stencil)Adds the given stencil.
-