JGraph X 2.1.0.7


Uses of Class
com.mxgraph.io.graphml.mxGraphMlKey.keyTypeValues

Packages that use mxGraphMlKey.keyTypeValues
com.mxgraph.io.graphml   
 

Uses of mxGraphMlKey.keyTypeValues in com.mxgraph.io.graphml
 

Methods in com.mxgraph.io.graphml that return mxGraphMlKey.keyTypeValues
 mxGraphMlKey.keyTypeValues mxGraphMlKey.enumTypeValue(String value)
          Converts a String value in its corresponding enum value for the keyType attribute.
 mxGraphMlKey.keyTypeValues mxGraphMlKey.getKeyType()
           
static mxGraphMlKey.keyTypeValues mxGraphMlKey.keyTypeValues.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static mxGraphMlKey.keyTypeValues[] mxGraphMlKey.keyTypeValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.mxgraph.io.graphml with parameters of type mxGraphMlKey.keyTypeValues
 void mxGraphMlKey.setKeyType(mxGraphMlKey.keyTypeValues keyType)
           
 String mxGraphMlKey.stringTypeValue(mxGraphMlKey.keyTypeValues value)
          Converts a enum value in its corresponding string value for the keyType attribute.
 

Constructors in com.mxgraph.io.graphml with parameters of type mxGraphMlKey.keyTypeValues
mxGraphMlKey(String keyId, mxGraphMlKey.keyForValues keyFor, String keyName, mxGraphMlKey.keyTypeValues keyType)
          Construct a key with the given parameters.
 


JGraph X 2.1.0.7


Copyright (c) 2010 Gaudenz Alder. All rights reserved.