|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphOrderType.Enum | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of GraphOrderType.Enum in org.graphdrawing.graphml.xmlns |
---|
Fields in org.graphdrawing.graphml.xmlns declared as GraphOrderType.Enum | |
---|---|
static GraphOrderType.Enum |
GraphOrderType.ADJACENCYLIST
|
static GraphOrderType.Enum |
GraphOrderType.FREE
|
static GraphOrderType.Enum |
GraphOrderType.NODESFIRST
|
Methods in org.graphdrawing.graphml.xmlns that return GraphOrderType.Enum | |
---|---|
static GraphOrderType.Enum |
GraphOrderType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static GraphOrderType.Enum |
GraphOrderType.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
GraphOrderType.Enum |
GraphType.getParseOrder()
Gets the "parse.order" attribute |
Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphOrderType.Enum | |
---|---|
void |
GraphType.setParseOrder(GraphOrderType.Enum parseOrder)
Sets the "parse.order" attribute |
Uses of GraphOrderType.Enum in org.graphdrawing.graphml.xmlns.impl |
---|
Methods in org.graphdrawing.graphml.xmlns.impl that return GraphOrderType.Enum | |
---|---|
GraphOrderType.Enum |
GraphTypeImpl.getParseOrder()
Gets the "parse.order" attribute |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphOrderType.Enum | |
---|---|
void |
GraphTypeImpl.setParseOrder(GraphOrderType.Enum parseOrder)
Sets the "parse.order" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |