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