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

Packages that use LayoutManager3D
de.javagl.swogl The core classes of Swogl. 
de.javagl.swogl.layout   
 

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.
 class BrowseLayout3D
          An implementation of the LayoutManager3D interface that allows browsing through the components with the mouse wheel.
 class GridLayout3D
          An implementation of the LayoutManager3D interface that lays out the SwoglComponents in a grid.
 class WheelLayout3D
          An implementation of the LayoutManager3D interface that arranges the components as a wheel.