Uses of Interface
y25.base.LayerEdgeMap

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

Uses of LayerEdgeMap in y25.base
 

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

Methods in y25.base that return LayerEdgeMap
 LayerEdgeMap LayeredGraph.createLayerEdgeMap()
          Creates a LayerEdgeMap and returns it.
 

Uses of LayerEdgeMap in y25.layout
 

Fields in y25.layout declared as LayerEdgeMap
protected  LayerEdgeMap LayeredLayoutGraph.layerEdgeLayouts
          Stores the layout information for each layer edge.