Uses of Interface
org.jgraph.graph.Edge.Routing
Packages that use Edge.Routing
Package
Description
JGraphLayout's topmost package which contains the basic layout classes and interfaces.
JGraphLayout routing package which contains edge routing algorithms.
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package.-
Uses of Edge.Routing in com.jgraph.layout
Methods in com.jgraph.layout with parameters of type Edge.RoutingModifier and TypeMethodDescriptionvoidJGraphFacade.resetControlPoints(boolean setRouting, Edge.Routing routing) Resets the control points of all moveable edges in the graph. -
Uses of Edge.Routing in com.jgraph.layout.routing
Classes in com.jgraph.layout.routing that implement Edge.RoutingModifier and TypeClassDescriptionclassAlgorithm which create intermediates points for parallel edges. -
Uses of Edge.Routing in org.jgraph.graph
Classes in org.jgraph.graph that implement Edge.RoutingModifier and TypeClassDescriptionstatic classstatic classFields in org.jgraph.graph declared as Edge.RoutingModifier and TypeFieldDescriptionstatic Edge.RoutingGraphConstants.ROUTING_DEFAULTThe default routing that deals with loops.static final Edge.RoutingGraphConstants.ROUTING_SIMPLEA simple routing.Methods in org.jgraph.graph that return Edge.RoutingModifier and TypeMethodDescriptionstatic final Edge.RoutingGraphConstants.getRouting(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.RoutingModifier and TypeMethodDescriptionstatic final voidGraphConstants.setRouting(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