Uses of Enum Class
org.graphdrawing.graphml.GraphEdgedefaultType
Packages that use GraphEdgedefaultType
-
Uses of GraphEdgedefaultType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphEdgedefaultTypeMethods in org.graphdrawing.graphml that return GraphEdgedefaultTypeModifier and TypeMethodDescriptionstatic GraphEdgedefaultTypeGraphType.getEdgedefault()Gets the value of the edgedefault property.static GraphEdgedefaultTypeReturns the enum constant of this class with the specified name.static GraphEdgedefaultType[]GraphEdgedefaultType.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 GraphEdgedefaultTypeModifier and TypeMethodDescriptionvoidGraphType.setEdgedefault(GraphEdgedefaultType value) Sets the value of the edgedefault property.