public class mxStencilRegistry
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected static java.util.Map<java.lang.String,mxStencil> |
stencils |
| Constructor | Description |
|---|---|
mxStencilRegistry() |
| 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.
|
protected static java.util.Map<java.lang.String,mxStencil> stencils
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.