|
JGraph X 1.4.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.io.gml.mxGmlKey
public class mxGmlKey
Represents a Key element in the GML Structure.
Nested Class Summary | |
---|---|
static class |
mxGmlKey.keyForValues
Possibles values for the keyFor Attribute |
static class |
mxGmlKey.keyTypeValues
Possibles values for the keyType Attribute. |
Constructor Summary | |
---|---|
mxGmlKey(Element keyElement)
Construct a key from a xml key element. |
|
mxGmlKey(String keyId,
mxGmlKey.keyForValues keyFor,
String keyName,
mxGmlKey.keyTypeValues keyType)
Construct a key with the given parameters. |
Method Summary | |
---|---|
mxGmlKey.keyForValues |
enumForValue(String value)
Converts a String value in its corresponding enum value for the keyFor attribute. |
mxGmlKey.keyTypeValues |
enumTypeValue(String value)
Converts a String value in its corresponding enum value for the keyType attribute. |
Element |
generateElement(Document document)
Generates a Key Element from this class. |
String |
getKeyDefault()
|
mxGmlKey.keyForValues |
getKeyFor()
|
String |
getKeyId()
|
String |
getKeyName()
|
mxGmlKey.keyTypeValues |
getKeyType()
|
void |
setKeyDefault(String keyDefault)
|
void |
setKeyFor(mxGmlKey.keyForValues keyFor)
|
void |
setKeyId(String keyId)
|
void |
setKeyName(String keyName)
|
void |
setKeyType(mxGmlKey.keyTypeValues keyType)
|
String |
stringForValue(mxGmlKey.keyForValues value)
Converts a enum value in its corresponding String value for the keyFor attribute. |
String |
stringTypeValue(mxGmlKey.keyTypeValues value)
Converts a enum value in its corresponding string value for the keyType attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxGmlKey(String keyId, mxGmlKey.keyForValues keyFor, String keyName, mxGmlKey.keyTypeValues keyType)
keyId
- Key's IDkeyFor
- Scope of the key.keyName
- Key NamekeyType
- Type of the values represented for this key.public mxGmlKey(Element keyElement)
keyElement
- Xml key element.Method Detail |
---|
public String getKeyDefault()
public void setKeyDefault(String keyDefault)
public mxGmlKey.keyForValues getKeyFor()
public void setKeyFor(mxGmlKey.keyForValues keyFor)
public String getKeyId()
public void setKeyId(String keyId)
public String getKeyName()
public void setKeyName(String keyName)
public mxGmlKey.keyTypeValues getKeyType()
public void setKeyType(mxGmlKey.keyTypeValues keyType)
public Element generateElement(Document document)
document
- Document where the key Element will be inserted.
public mxGmlKey.keyForValues enumForValue(String value)
value
- Value in String representation.
public String stringForValue(mxGmlKey.keyForValues value)
value
- Value in enum representation.
public mxGmlKey.keyTypeValues enumTypeValue(String value)
value
- Value in String representation.
public String stringTypeValue(mxGmlKey.keyTypeValues value)
value
- Value in enum representation.
|
JGraph X 1.4.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |