Singleton class that acts as a global converter from string to object values in a style. This is currently only used to perimeters and edge styles.
mxStyleRegistry | Singleton class that acts as a global converter from string to object values in a style. |
Variables | |
values | Maps from strings to objects. |
Functions | |
putValue | Puts the given object into the registry under the given name. |
getValue | Returns the value associated with the given name. |
getName | Returns the name for the given value. |
Maps from strings to objects.
public static $values
Puts the given object into the registry under the given name.
static function putValue( $name, $value )
Returns the value associated with the given name.
static function getValue( $name )
Returns the name for the given value.
static function getName( $value )