Uses of Package
y25.base

Packages that use y25.base
y25.base Lays out the framework for working with layered graphs. 
y25.layout Extends layered graphs with layout information. 
y25.view Enriches layered layout graphs with realizers and handles rendering through OpenGL. 
y25.view.realizer Implementations of realizers. 
 

Classes in y25.base used by y25.base
EdgeMap
          Provides access to data associated with an edge.
GraphCursor
          A cursor interface for interating over graphs.
GraphList
          Specialized list implementation for instances of type Graph.
GraphMap
          Provides access to data associated with a graph.
GraphTools.GraphDataInfo
          Stores information about a DataProvider.
GraphTools.RealizerFactory
          An interface for creation of node and edge realizers.
LayerEdge
          A LayerEdge connects two Nodes that may reside inside different Graphs but that are all inside the same LayeredGraph.
LayerEdgeCursor
          A cursor interface for iterating over layer edges.
LayerEdgeList
          Specialized list implementation for instances of type LayerEdge.
LayerEdgeMap
          Provides access to data associated with a layer edge.
LayeredGraph
          The base for the entire y25 package.
LayeredGraph.IDAssigner
          A GraphListener that is responsible for assigning new and unique IDs to newly created nodes and edges in graphs that belong to this LayeredGraph.
LayeredGraph.IDCreator
          A utility class that creates unique IDs.
NodeMap
          Provides access to data associated with a node.
 

Classes in y25.base used by y25.layout
GraphMap
          Provides access to data associated with a graph.
LayerEdge
          A LayerEdge connects two Nodes that may reside inside different Graphs but that are all inside the same LayeredGraph.
LayerEdgeMap
          Provides access to data associated with a layer edge.
LayeredGraph
          The base for the entire y25 package.
 

Classes in y25.base used by y25.view
LayerEdge
          A LayerEdge connects two Nodes that may reside inside different Graphs but that are all inside the same LayeredGraph.
LayeredGraph
          The base for the entire y25 package.
 

Classes in y25.base used by y25.view.realizer
GraphTools.RealizerFactory
          An interface for creation of node and edge realizers.
LayerEdge
          A LayerEdge connects two Nodes that may reside inside different Graphs but that are all inside the same LayeredGraph.