Uses of Interface
de.javagl.swogl.layout.LayoutManager3D

Packages that use LayoutManager3D
de.javagl.swogl The core classes of Swogl. 
de.javagl.swogl.layout Preliminary classes and interfaces for the 3D layout inside SwoglContainers 
 

Uses of LayoutManager3D in de.javagl.swogl
 

Methods in de.javagl.swogl that return LayoutManager3D
 LayoutManager3D SwoglContainer.getLayout3D()
          Returns the current LayoutManager3D
 

Methods in de.javagl.swogl with parameters of type LayoutManager3D
 void SwoglContainer.setLayout3D(LayoutManager3D newLayoutManager3D)
          Set the LayoutManager3D that should be used by this SwoglContainer to lay out its SwoglComponents
 

Uses of LayoutManager3D in de.javagl.swogl.layout
 

Classes in de.javagl.swogl.layout that implement LayoutManager3D
 class BillboardLayout3D
          This is an implementation of the LayoutManager3D interface that lays out all SwoglComponents so that they face the viewer.