Uses of Class
org.graphdrawing.graphml.xmlns.GraphOrderType.Enum
Packages that use GraphOrderType.Enum
-
Uses of GraphOrderType.Enum in org.graphdrawing.graphml.xmlns
Fields in org.graphdrawing.graphml.xmlns declared as GraphOrderType.EnumModifier and TypeFieldDescriptionstatic final GraphOrderType.EnumGraphOrderType.ADJACENCYLISTstatic final GraphOrderType.EnumGraphOrderType.FREEstatic final GraphOrderType.EnumGraphOrderType.NODESFIRSTMethods in org.graphdrawing.graphml.xmlns that return GraphOrderType.EnumModifier and TypeMethodDescriptionstatic GraphOrderType.EnumGraphOrderType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.static GraphOrderType.EnumReturns the enum value for a string, or null if none.GraphType.getParseOrder()Gets the "parse.order" attributeMethods in org.graphdrawing.graphml.xmlns with parameters of type GraphOrderType.EnumModifier and TypeMethodDescriptionvoidGraphType.setParseOrder(GraphOrderType.Enum parseOrder) Sets the "parse.order" attribute -
Uses of GraphOrderType.Enum in org.graphdrawing.graphml.xmlns.impl
Methods in org.graphdrawing.graphml.xmlns.impl that return GraphOrderType.EnumMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphOrderType.EnumModifier and TypeMethodDescriptionvoidGraphTypeImpl.setParseOrder(GraphOrderType.Enum parseOrder) Sets the "parse.order" attribute