Uses of Interface
y25.base.GraphMap

Packages that use GraphMap
y25.base Lays out the framework for working with layered graphs. 
y25.layout Extends layered graphs with layout information. 
 

Uses of GraphMap in y25.base
 

Classes in y25.base that implement GraphMap
protected  class LayeredGraph.GraphMapImpl
          An Implementation of the GraphMap interface based on a HashMap.
 

Methods in y25.base that return GraphMap
 GraphMap LayeredGraph.createGraphMap()
          Creates a GraphMap and returns it.
 

Uses of GraphMap in y25.layout
 

Fields in y25.layout declared as GraphMap
protected  GraphMap LayeredLayoutGraph.layerLayouts
          Stores the layout information for each layer (graph).