Package | Description |
---|---|
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 | 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-2008 Gaudenz Alder. All rights reserved.