Uses of Interface
y25.base.GraphCursor

Packages that use GraphCursor
y25.base Lays out the framework for working with layered graphs. 
 

Uses of GraphCursor in y25.base
 

Methods in y25.base that return GraphCursor
 GraphCursor LayeredGraph.graphs()
          Returns a cursor over all graphs inside this LayeredGraph.
 GraphCursor LayeredGraph.getGraphCursorAfter(Graph ref)
          Returns a cursor over all graphs inside this LayeredGraph that occur after the given reference.
 GraphCursor LayeredGraph.getGraphCursorBefore(Graph ref)
          Returns a cursor over all graphs inside this LayeredGraph that occur before the given reference.
 GraphCursor GraphList.graphs()
          Returns a graph cursor for the graphs.
 

Constructors in y25.base with parameters of type GraphCursor
GraphList(GraphCursor gc)
          Creates a list that is initialized with the graphs provided by the given GraphCursor object.
GraphList(GraphCursor gc, DataProvider predicate)
          Creates a list that is initialized with those graphs from the given GraphCursor object for which the given data provider returns true upon calling its getBool method.