Uses of Class
org.graphdrawing.graphml.EndpointTypeType
| Package | Description |
|---|---|
| org.graphdrawing.graphml |
-
Uses of EndpointTypeType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as EndpointTypeType Modifier and Type Field Description protected EndpointTypeTypeEndpointType. typeMethods in org.graphdrawing.graphml that return EndpointTypeType Modifier and Type Method Description static EndpointTypeTypeEndpointTypeType. fromValue(java.lang.String v)EndpointTypeTypeEndpointType. getType()Gets the value of the type property.static EndpointTypeTypeEndpointTypeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EndpointTypeType[]EndpointTypeType. 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 EndpointTypeType Modifier and Type Method Description voidEndpointType. setType(EndpointTypeType value)Sets the value of the type property.