Package com.mxgraph.shape
Class mxStencilRegistry
- java.lang.Object
-
- com.mxgraph.shape.mxStencilRegistry
-
public class mxStencilRegistry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description mxStencilRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addStencil(java.lang.String name, mxStencil stencil)
Adds the given stencil.static mxStencil
getStencil(java.lang.String name)
Returns the stencil for the given name.
-
-
-
Field Detail
-
stencils
protected static java.util.Map<java.lang.String,mxStencil> stencils
-
-