JGraph
v5.1


Uses of Interface
org.jgraph.graph.Edge.Routing

Packages that use Edge.Routing
org.jgraph.graph 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.Routing
static class DefaultEdge.DefaultRouting
           
 

Fields in org.jgraph.graph declared as Edge.Routing
static Edge.Routing GraphConstants.ROUTING_SIMPLE
          A simple default Routing.
 

Methods in org.jgraph.graph that return Edge.Routing
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.
 


JGraph
v5.1


Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.