Uses of Class
org.graphdrawing.graphml.GraphOrderType
| Package | Description |
|---|---|
| org.graphdrawing.graphml |
-
Uses of GraphOrderType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphOrderType Modifier and Type Field Description protected GraphOrderTypeGraphType. parseOrderMethods in org.graphdrawing.graphml that return GraphOrderType Modifier and Type Method Description static GraphOrderTypeGraphOrderType. fromValue(java.lang.String v)GraphOrderTypeGraphType. getParseOrder()Gets the value of the parseOrder property.static GraphOrderTypeGraphOrderType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GraphOrderType[]GraphOrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graphdrawing.graphml with parameters of type GraphOrderType Modifier and Type Method Description voidGraphType. setParseOrder(GraphOrderType value)Sets the value of the parseOrder property.