Package | Description |
---|---|
org.graphdrawing.graphml |
Modifier and Type | Field and Description |
---|---|
protected List<KeyData> |
Port.keyData |
protected List<KeyData> |
Node.keyData |
protected List<KeyData> |
Hyperedge.keyData |
protected List<KeyData> |
GraphMLDocument.keyData |
protected List<KeyData> |
Graph.keyData |
protected List<KeyData> |
Edge.keyData |
Modifier and Type | Method and Description |
---|---|
KeyData |
ObjectFactory.createDataType()
Create an instance of
KeyData |
Modifier and Type | Method and Description |
---|---|
JAXBElement<KeyData> |
ObjectFactory.createData(KeyData value)
|
List<KeyData> |
Port.getKeyData()
Gets the value of the keyData property.
|
List<KeyData> |
Node.getKeyData()
Gets the value of the keyData property.
|
List<KeyData> |
IKeyDataContainer.getKeyData() |
List<KeyData> |
Hyperedge.getKeyData()
Gets the value of the keyData property.
|
List<KeyData> |
GraphMLDocument.getKeyData()
Gets the value of the data property.
|
List<KeyData> |
Graph.getKeyData()
Gets the value of the keyData property.
|
List<KeyData> |
Edge.getKeyData()
Gets the value of the keyData property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<KeyData> |
ObjectFactory.createData(KeyData value)
|