public class mxStencilRegistry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.String,mxStencil> |
stencils |
| Constructor and Description |
|---|
mxStencilRegistry() |
| Modifier and Type | Method and 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.
|
protected static java.util.Map<java.lang.String,mxStencil> stencils