Package | Description |
---|---|
org.graphdrawing.graphml |
Modifier and Type | Field and Description |
---|---|
protected GraphParseOrder |
Graph.graphParseOrder |
Modifier and Type | Method and Description |
---|---|
static GraphParseOrder |
GraphParseOrder.fromValue(String v) |
GraphParseOrder |
Graph.getGraphParseOrder()
Gets the value of the graphParseOrder property.
|
static GraphParseOrder |
GraphParseOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphParseOrder[] |
GraphParseOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setGraphParseOrder(GraphParseOrder value)
Sets the value of the graphParseOrder property.
|