mxGraph 2.5.0.1


com.mxgraph.view
Class mxStyleRegistry

java.lang.Object
  extended by com.mxgraph.view.mxStyleRegistry

public class mxStyleRegistry
extends Object

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.


Field Summary
protected static Map<String,Object> values
          Maps from strings to objects.
 
Constructor Summary
mxStyleRegistry()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected static Map<String,Object> values
Maps from strings to objects.

Constructor Detail

mxStyleRegistry

public mxStyleRegistry()
Method Detail

putValue

public static void putValue(String name,
                            Object value)
Puts the given object into the registry under the given name.


getValue

public static Object getValue(String name)
Returns the value associated with the given name.


getName

public static String getName(Object value)
Returns the name for the given value.


mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.