Package | Description |
---|---|
com.mxgraph.io.gml |
Modifier and Type | Method and Description |
---|---|
mxGmlKey.keyTypeValues |
mxGmlKey.enumTypeValue(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(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.
|
Modifier and Type | Method and Description |
---|---|
void |
mxGmlKey.setKeyType(mxGmlKey.keyTypeValues keyType) |
String |
mxGmlKey.stringTypeValue(mxGmlKey.keyTypeValues value)
Converts a enum value in its corresponding string value for the
keyType attribute.
|
Constructor and Description |
---|
mxGmlKey(String keyId,
mxGmlKey.keyForValues keyFor,
String keyName,
mxGmlKey.keyTypeValues keyType)
Construct a key with the given parameters.
|
Copyright (c) 2010 Gaudenz Alder. All rights reserved.