Package com.mxgraph.shape
Class mxStencilRegistry
java.lang.Object
com.mxgraph.shape.mxStencilRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addStencil
(String name, mxStencil stencil) Adds the given stencil.static mxStencil
getStencil
(String name) Returns the stencil for the given name.
-
Field Details
-
stencils
-
-
Constructor Details
-
mxStencilRegistry
public mxStencilRegistry()
-
-
Method Details
-
addStencil
Adds the given stencil. -
getStencil
Returns the stencil for the given name.
-