Uses of Enum Class
org.graphdrawing.graphml.EndpointTypeType
Packages that use EndpointTypeType
-
Uses of EndpointTypeType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as EndpointTypeTypeMethods in org.graphdrawing.graphml that return EndpointTypeTypeModifier and TypeMethodDescriptionstatic EndpointTypeTypeEndpointType.getType()Gets the value of the type property.static EndpointTypeTypeReturns the enum constant of this class with the specified name.static EndpointTypeType[]EndpointTypeType.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 EndpointTypeTypeModifier and TypeMethodDescriptionvoidEndpointType.setType(EndpointTypeType value) Sets the value of the type property.