Static class that acts as a global registry for codecs. See mxCodec for an example of using this class.
More...
|
static void | PutValue (String name, Object value) |
| Puts the given object into the registry under the given name. More...
|
|
static Object | GetValue (String name) |
| Returns the value associated with the given name. More...
|
|
static String | GetName (Object value) |
| Returns the value associated with the given name. More...
|
|
|
static Dictionary< string, Object > | values = new Dictionary<string, Object>() |
| Maps from strings to objects. More...
|
|
Static class that acts as a global registry for codecs. See mxCodec for an example of using this class.
static String com.mxgraph.mxStyleRegistry.GetName |
( |
Object |
value) | |
|
|
inlinestatic |
Returns the value associated with the given name.
static Object com.mxgraph.mxStyleRegistry.GetValue |
( |
String |
name) | |
|
|
inlinestatic |
static void com.mxgraph.mxStyleRegistry.PutValue |
( |
String |
name, |
|
|
Object |
value |
|
) |
| |
|
inlinestatic |
Puts the given object into the registry under the given name.
Dictionary<string, Object> com.mxgraph.mxStyleRegistry.values = new Dictionary<string, Object>() |
|
staticprotected |
Maps from strings to objects.
The documentation for this class was generated from the following file:
- src/view/mxStyleRegistry.cs