public class mxStyleRegistry extends Object
Modifier and Type | Field and Description |
---|---|
protected static Map<String,Object> |
values
Maps from strings to objects.
|
Constructor and Description |
---|
mxStyleRegistry() |
Modifier and Type | Method and Description |
---|---|
static String |
getName(Object value)
Returns the name for the given value.
|
static Object |
getValue(String name)
Returns the value associated with the given name.
|
static void |
putValue(String name,
Object value)
Puts the given object into the registry under the given name.
|
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.