Uses of Enum Class
org.graphdrawing.graphml.GraphOrderType
Packages that use GraphOrderType
-
Uses of GraphOrderType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphOrderTypeMethods in org.graphdrawing.graphml that return GraphOrderTypeModifier and TypeMethodDescriptionstatic GraphOrderTypeGraphType.getParseOrder()Gets the value of the parseOrder property.static GraphOrderTypeReturns the enum constant of this class with the specified name.static GraphOrderType[]GraphOrderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graphdrawing.graphml with parameters of type GraphOrderTypeModifier and TypeMethodDescriptionvoidGraphType.setParseOrder(GraphOrderType value) Sets the value of the parseOrder property.