Uses of Class
org.graphdrawing.graphml.GraphNodeidsType
Package | Description |
---|---|
org.graphdrawing.graphml |
-
Uses of GraphNodeidsType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphNodeidsType Modifier and Type Field Description protected GraphNodeidsType
GraphType. parseNodeids
Methods in org.graphdrawing.graphml that return GraphNodeidsType Modifier and Type Method Description static GraphNodeidsType
GraphNodeidsType. fromValue(java.lang.String v)
GraphNodeidsType
GraphType. getParseNodeids()
Gets the value of the parseNodeids property.static GraphNodeidsType
GraphNodeidsType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GraphNodeidsType[]
GraphNodeidsType. 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 GraphNodeidsType Modifier and Type Method Description void
GraphType. setParseNodeids(GraphNodeidsType value)
Sets the value of the parseNodeids property.