Uses of Class
org.graphdrawing.graphml.xmlns.GraphEdgedefaultType.Enum
Packages that use GraphEdgedefaultType.Enum
-
Uses of GraphEdgedefaultType.Enum in org.graphdrawing.graphml.xmlns
Fields in org.graphdrawing.graphml.xmlns declared as GraphEdgedefaultType.EnumModifier and TypeFieldDescriptionstatic final GraphEdgedefaultType.EnumGraphEdgedefaultType.DIRECTEDstatic final GraphEdgedefaultType.EnumGraphEdgedefaultType.UNDIRECTEDMethods in org.graphdrawing.graphml.xmlns that return GraphEdgedefaultType.EnumModifier and TypeMethodDescriptionstatic GraphEdgedefaultType.EnumGraphEdgedefaultType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.static GraphEdgedefaultType.EnumReturns the enum value for a string, or null if none.GraphType.getEdgedefault()Gets the "edgedefault" attributeMethods in org.graphdrawing.graphml.xmlns with parameters of type GraphEdgedefaultType.EnumModifier and TypeMethodDescriptionvoidGraphType.setEdgedefault(GraphEdgedefaultType.Enum edgedefault) Sets the "edgedefault" attribute -
Uses of GraphEdgedefaultType.Enum in org.graphdrawing.graphml.xmlns.impl
Methods in org.graphdrawing.graphml.xmlns.impl that return GraphEdgedefaultType.EnumModifier and TypeMethodDescriptionGraphTypeImpl.getEdgedefault()Gets the "edgedefault" attributeMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphEdgedefaultType.EnumModifier and TypeMethodDescriptionvoidGraphTypeImpl.setEdgedefault(GraphEdgedefaultType.Enum edgedefault) Sets the "edgedefault" attribute