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