mxGraph
Static Public Member Functions | Static Protected Attributes
com.mxgraph.mxStencilRegistry Class Reference

List of all members.

Static Public Member Functions

static void AddStencil (string name, mxStencil stencil)
 Adds the given stencil.
static mxStencil GetStencil (string name)
 Returns the stencil for the given name.

Static Protected Attributes

static Dictionary< string,
mxStencil
stencils = new Dictionary<string, mxStencil>()

Member Function Documentation

static void com.mxgraph.mxStencilRegistry.AddStencil ( string  name,
mxStencil  stencil 
) [inline, static]

Adds the given stencil.

Parameters:
name
stencil
static mxStencil com.mxgraph.mxStencilRegistry.GetStencil ( string  name) [inline, static]

Returns the stencil for the given name.

Parameters:
name
Returns:

The documentation for this class was generated from the following file: