A singleton class that provides a registry for stencils and the methods for painting those stencils onto a canvas or into a DOM.
mxStencilRegistry | A singleton class that provides a registry for stencils and the methods for painting those stencils onto a canvas or into a DOM. |
Functions | |
addStencil | Adds the given mxStencil. |
getStencil | Returns the mxStencil for the given name. |
addStencil: function( name, stencil )
Adds the given mxStencil.
getStencil: function( name )
Returns the mxStencil for the given name.
Adds the given mxStencil.
addStencil: function( name, stencil )
Returns the mxStencil for the given name.
getStencil: function( name )