Uses of Interface
org.jgraph.graph.Edge.Routing
Packages that use Edge.Routing
Package
Description
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 org.jgraph.graph
Classes in org.jgraph.graph that implement Edge.RoutingModifier and TypeClassDescriptionstatic class
static class
Fields in org.jgraph.graph declared as Edge.RoutingModifier and TypeFieldDescriptionstatic Edge.Routing
GraphConstants.ROUTING_DEFAULT
The default routing that deals with loops.static final Edge.Routing
GraphConstants.ROUTING_SIMPLE
A simple routing.Methods in org.jgraph.graph that return Edge.RoutingModifier and TypeMethodDescriptionstatic final Edge.Routing
GraphConstants.getRouting
(Map map) Returns the routing attribute from the specified map.static Edge.Routing
GraphConstants.getROUTING_DEFAULT()
static Edge.Routing
GraphConstants.getROUTING_SIMPLE()
Methods in org.jgraph.graph with parameters of type Edge.RoutingModifier and TypeMethodDescriptionstatic final void
GraphConstants.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