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 GraphOrderType
GraphType. parseOrder
Methods in org.graphdrawing.graphml that return GraphOrderType Modifier and Type Method Description static GraphOrderType
GraphOrderType. fromValue(java.lang.String v)
GraphOrderType
GraphType. getParseOrder()
Gets the value of the parseOrder property.static GraphOrderType
GraphOrderType. 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 void
GraphType. setParseOrder(GraphOrderType value)
Sets the value of the parseOrder property.