Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
JGraphFacade.resetControlPoints(boolean setRouting,
Edge.Routing routing)
Resets the control points of all moveable edges in the graph.
|
Modifier and Type | Class and Description |
---|---|
class |
JGraphParallelRouter
Algorithm which create intermediates points for parallel edges.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultEdge.DefaultRouting |
static class |
DefaultEdge.LoopRouting |
Modifier and Type | Field and Description |
---|---|
static Edge.Routing |
GraphConstants.ROUTING_DEFAULT
The default routing that deals with loops.
|
static Edge.Routing |
GraphConstants.ROUTING_SIMPLE
A simple routing.
|
Modifier and Type | Method and Description |
---|---|
static Edge.Routing |
GraphConstants.getROUTING_DEFAULT() |
static Edge.Routing |
GraphConstants.getROUTING_SIMPLE() |
static Edge.Routing |
GraphConstants.getRouting(java.util.Map map)
Returns the routing attribute from the specified map.
|
Modifier and Type | Method and Description |
---|---|
static void |
GraphConstants.setRouting(java.util.Map map,
Edge.Routing routing)
Sets the routing attribute in the specified map to the specified value.
|
Modifier and Type | Class and Description |
---|---|
class |
ParallelEdgeRouter
A routing algorithm that
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.