com.mxgraph.shape
Class mxStencilRegistry
java.lang.Object
com.mxgraph.shape.mxStencilRegistry
public class mxStencilRegistry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stencils
protected static Map<String,mxStencil> stencils
mxStencilRegistry
public mxStencilRegistry()
addStencil
public static void addStencil(String name,
mxStencil stencil)
- Adds the given stencil.
getStencil
public static mxStencil getStencil(String name)
- Returns the stencil for the given name.
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.