|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyForType.Enum | |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl | |
| Uses of KeyForType.Enum in org.graphdrawing.graphml.xmlns |
|---|
| Fields in org.graphdrawing.graphml.xmlns declared as KeyForType.Enum | |
|---|---|
static KeyForType.Enum |
KeyForType.ALL
|
static KeyForType.Enum |
KeyForType.EDGE
|
static KeyForType.Enum |
KeyForType.ENDPOINT
|
static KeyForType.Enum |
KeyForType.GRAPH
|
static KeyForType.Enum |
KeyForType.GRAPHML
|
static KeyForType.Enum |
KeyForType.HYPEREDGE
|
static KeyForType.Enum |
KeyForType.NODE
|
static KeyForType.Enum |
KeyForType.PORT
|
| Methods in org.graphdrawing.graphml.xmlns that return KeyForType.Enum | |
|---|---|
static KeyForType.Enum |
KeyForType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static KeyForType.Enum |
KeyForType.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
KeyForType.Enum |
KeyType.getFor()
Gets the "for" attribute |
| Methods in org.graphdrawing.graphml.xmlns with parameters of type KeyForType.Enum | |
|---|---|
void |
KeyType.setFor(KeyForType.Enum xfor)
Sets the "for" attribute |
| Uses of KeyForType.Enum in org.graphdrawing.graphml.xmlns.impl |
|---|
| Methods in org.graphdrawing.graphml.xmlns.impl that return KeyForType.Enum | |
|---|---|
KeyForType.Enum |
KeyTypeImpl.getFor()
Gets the "for" attribute |
| Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type KeyForType.Enum | |
|---|---|
void |
KeyTypeImpl.setFor(KeyForType.Enum xfor)
Sets the "for" attribute |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||