Uses of Interface
y25.view.LayerRealizer25D

Packages that use LayerRealizer25D
y25.view Enriches layered layout graphs with realizers and handles rendering through OpenGL. 
y25.view.realizer Implementations of realizers. 
 

Uses of LayerRealizer25D in y25.view
 

Methods in y25.view that return LayerRealizer25D
 LayerRealizer25D LayerRealizer25D.createCopy()
          Creates a copy of this realizer and returns it.
 LayerRealizer25D Graph25D.getRealizer(Graph graph)
          Returns the LayerRealizer25D that is associated with the passed graph.
 LayerRealizer25D Graph25D.getDefaultLayerRealizer25D()
          Returns a copy of the default layer realizer used in this Graph25D.
 

Methods in y25.view with parameters of type LayerRealizer25D
 void Graph25D.setRealizer(Graph graph, LayerRealizer25D lr)
          Sets the passed graph's realizer to the passed layer realizer.
 void Graph25D.setDefaultLayerRealizer25D(LayerRealizer25D lr)
          Sets the default LayerRealizer25D for this Graph25D to the passsed realizer.
 

Uses of LayerRealizer25D in y25.view.realizer
 

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

Methods in y25.view.realizer that return LayerRealizer25D
 LayerRealizer25D TransparentLayerRealizer25D.createCopy()
           
 LayerRealizer25D DummyLayerRealizer25D.createCopy()