|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge.Routing | |
---|---|
com.jgraph.layout | JGraphLayout's topmost package which contains the basic layout classes and interfaces. |
com.jgraph.layout.routing | JGraphLayout routing package which contains edge routing algorithms. |
org.jgraph.graph | Graphs are made up of a number of classes and interfaces defined in their own
package - the jgraph.graph package. |
org.jgraph.util |
Uses of Edge.Routing in com.jgraph.layout |
---|
Methods in com.jgraph.layout with parameters of type Edge.Routing | |
---|---|
void |
JGraphFacade.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.Routing | |
---|---|
class |
JGraphParallelRouter
Algorithm which create intermediates points for parallel edges. |
Uses of Edge.Routing in org.jgraph.graph |
---|
Classes in org.jgraph.graph that implement Edge.Routing | |
---|---|
static class |
DefaultEdge.DefaultRouting
|
static class |
DefaultEdge.LoopRouting
|
Fields in org.jgraph.graph declared as Edge.Routing | |
---|---|
static Edge.Routing |
GraphConstants.ROUTING_DEFAULT
The default routing that deals with loops. |
static Edge.Routing |
GraphConstants.ROUTING_SIMPLE
A simple routing. |
Methods in org.jgraph.graph that return Edge.Routing | |
---|---|
static Edge.Routing |
GraphConstants.getROUTING_DEFAULT()
|
static Edge.Routing |
GraphConstants.getROUTING_SIMPLE()
|
static Edge.Routing |
GraphConstants.getRouting(Map map)
Returns the routing attribute from the specified map. |
Methods in org.jgraph.graph with parameters of type Edge.Routing | |
---|---|
static 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 | |
---|---|
class |
ParallelEdgeRouter
A routing algorithm that |
|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |