Uses of Enum Class
org.graphdrawing.graphml.GraphNodeidsType
Packages that use GraphNodeidsType
-
Uses of GraphNodeidsType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphNodeidsTypeMethods in org.graphdrawing.graphml that return GraphNodeidsTypeModifier and TypeMethodDescriptionstatic GraphNodeidsTypeGraphType.getParseNodeids()Gets the value of the parseNodeids property.static GraphNodeidsTypeReturns the enum constant of this class with the specified name.static GraphNodeidsType[]GraphNodeidsType.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 GraphNodeidsTypeModifier and TypeMethodDescriptionvoidGraphType.setParseNodeids(GraphNodeidsType value) Sets the value of the parseNodeids property.