JGraph X 1.4.1.0


Uses of Class
com.mxgraph.io.gml.mxGmlKey.keyTypeValues

Packages that use mxGmlKey.keyTypeValues
com.mxgraph.io.gml   
 

Uses of mxGmlKey.keyTypeValues in com.mxgraph.io.gml
 

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

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

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


JGraph X 1.4.1.0


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