Uses of Class
org.graphdrawing.graphml.xmlns.GraphEdgeidsType.Enum
Packages that use GraphEdgeidsType.Enum
-
Uses of GraphEdgeidsType.Enum in org.graphdrawing.graphml.xmlns
Fields in org.graphdrawing.graphml.xmlns declared as GraphEdgeidsType.EnumModifier and TypeFieldDescriptionstatic final GraphEdgeidsType.EnumGraphEdgeidsType.CANONICALstatic final GraphEdgeidsType.EnumGraphEdgeidsType.FREEMethods in org.graphdrawing.graphml.xmlns that return GraphEdgeidsType.EnumModifier and TypeMethodDescriptionstatic GraphEdgeidsType.EnumGraphEdgeidsType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.static GraphEdgeidsType.EnumReturns the enum value for a string, or null if none.GraphType.getParseEdgeids()Gets the "parse.edgeids" attributeMethods in org.graphdrawing.graphml.xmlns with parameters of type GraphEdgeidsType.EnumModifier and TypeMethodDescriptionvoidGraphType.setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids) Sets the "parse.edgeids" attribute -
Uses of GraphEdgeidsType.Enum in org.graphdrawing.graphml.xmlns.impl
Methods in org.graphdrawing.graphml.xmlns.impl that return GraphEdgeidsType.EnumModifier and TypeMethodDescriptionGraphTypeImpl.getParseEdgeids()Gets the "parse.edgeids" attributeMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphEdgeidsType.EnumModifier and TypeMethodDescriptionvoidGraphTypeImpl.setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids) Sets the "parse.edgeids" attribute