Uses of Interface
org.jgraph.graph.Edge.Routing
-
Packages that use Edge.Routing Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graphpackage.org.jgraph.util -
-
Uses of Edge.Routing in org.jgraph.graph
Classes in org.jgraph.graph that implement Edge.Routing Modifier and Type Class Description static classDefaultEdge.DefaultRoutingstatic classDefaultEdge.LoopRoutingFields in org.jgraph.graph declared as Edge.Routing Modifier and Type Field Description static Edge.RoutingGraphConstants. ROUTING_DEFAULTThe default routing that deals with loops.static Edge.RoutingGraphConstants. ROUTING_SIMPLEA simple routing.Methods in org.jgraph.graph that return Edge.Routing Modifier and Type Method Description static Edge.RoutingGraphConstants. getRouting(java.util.Map map)Returns the routing attribute from the specified map.static Edge.RoutingGraphConstants. getROUTING_DEFAULT()static Edge.RoutingGraphConstants. getROUTING_SIMPLE()Methods in org.jgraph.graph with parameters of type Edge.Routing Modifier and Type Method Description static voidGraphConstants. setRouting(java.util.Map map, Edge.Routing routing)Sets the routing attribute in the specified map to the specified value. -
Uses of Edge.Routing in org.jgraph.util
Classes in org.jgraph.util that implement Edge.Routing Modifier and Type Class Description classParallelEdgeRouterA routing algorithm that
-