Package | Description |
---|---|
com.mxgraph.io.graphml |
Modifier and Type | Method and Description |
---|---|
mxGraphMlKey.keyForValues |
mxGraphMlKey.enumForValue(String value)
Converts a String value in its corresponding enum value for the
keyFor attribute.
|
mxGraphMlKey.keyForValues |
mxGraphMlKey.getKeyFor() |
static mxGraphMlKey.keyForValues |
mxGraphMlKey.keyForValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static mxGraphMlKey.keyForValues[] |
mxGraphMlKey.keyForValues.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.setKeyFor(mxGraphMlKey.keyForValues keyFor) |
String |
mxGraphMlKey.stringForValue(mxGraphMlKey.keyForValues value)
Converts a enum value in its corresponding String value for the
keyFor attribute.
|
Constructor and Description |
---|
mxGraphMlKey(String keyId,
mxGraphMlKey.keyForValues keyFor,
String keyName,
mxGraphMlKey.keyTypeValues keyType)
Construct a key with the given parameters.
|
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.