Uses of Class
org.graphdrawing.graphml.GraphEdgeidsType
| Package | Description |
|---|---|
| org.graphdrawing.graphml |
-
Uses of GraphEdgeidsType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphEdgeidsType Modifier and Type Field Description protected GraphEdgeidsTypeGraphType. parseEdgeidsMethods in org.graphdrawing.graphml that return GraphEdgeidsType Modifier and Type Method Description static GraphEdgeidsTypeGraphEdgeidsType. fromValue(java.lang.String v)GraphEdgeidsTypeGraphType. getParseEdgeids()Gets the value of the parseEdgeids property.static GraphEdgeidsTypeGraphEdgeidsType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GraphEdgeidsType[]GraphEdgeidsType. 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 GraphEdgeidsType Modifier and Type Method Description voidGraphType. setParseEdgeids(GraphEdgeidsType value)Sets the value of the parseEdgeids property.