Uses of Interface
y25.layout.LayerLayout25D

Packages that use LayerLayout25D
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 LayerLayout25D in y25.layout
 

Methods in y25.layout that return LayerLayout25D
 LayerLayout25D LayeredLayoutGraph.getLayout(Graph graph)
          Returns the layout associated with the given graph.
 

Uses of LayerLayout25D in y25.view
 

Subinterfaces of LayerLayout25D in y25.view
 interface LayerRealizer25D
          Provides a mechanism for rendering layers into an OpenGL context.
 

Uses of LayerLayout25D in y25.view.realizer
 

Classes in y25.view.realizer that implement LayerLayout25D
 class DummyLayerRealizer25D
          Implementation of a LayerRealizer with no function.
 class TransparentLayerRealizer25D
          Displays a layer as a transparent rectangle.