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 EndpointTypeType
EndpointType. type
Methods in org.graphdrawing.graphml that return EndpointTypeType Modifier and Type Method Description static EndpointTypeType
EndpointTypeType. fromValue(java.lang.String v)
EndpointTypeType
EndpointType. getType()
Gets the value of the type property.static EndpointTypeType
EndpointTypeType. 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 void
EndpointType. setType(EndpointTypeType value)
Sets the value of the type property.