Uses of Interface
y25.layout.LayerEdgeLayout25D

Packages that use LayerEdgeLayout25D
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. 
 

Uses of LayerEdgeLayout25D in y25.layout
 

Methods in y25.layout that return LayerEdgeLayout25D
 LayerEdgeLayout25D LayeredLayoutGraph.getLayout(LayerEdge layerEdge)
          Returns the layout associated with the given layer edge.
 

Uses of LayerEdgeLayout25D in y25.view
 

Subinterfaces of LayerEdgeLayout25D in y25.view
 interface LayerEdgeRealizer25D
          Provides a mechanism for rendering layer edges into an OpenGL context.
 

Uses of LayerEdgeLayout25D in y25.view.realizer
 

Classes in y25.view.realizer that implement LayerEdgeLayout25D
 class DummyLayerEdgeRealizer25D
          Implementation of a LayerEdgeRealizer with no function.
 class PolyLineLayerEdgeRealizer25D
          Displays a layer edge as a polygon line.