Package de.javagl.swogl.layout

Interface Summary
LayoutManager3D This is the common interface for all classes that may lay out SwoglComponents in a SwoglContainer
 

Class Summary
BillboardLayout3D This is an implementation of the LayoutManager3D interface that lays out all SwoglComponents so that they face the viewer.
BrowseLayout3D An implementation of the LayoutManager3D interface that allows browsing through the components with the mouse wheel.
BrowseLayoutControl Simple implementation of a Control for the default behavior of a BrowseLayout3D.
GridLayout3D An implementation of the LayoutManager3D interface that lays out the SwoglComponents in a grid.
GridLayoutControl Implementation of a Control for a GridLayout3D.
WheelLayout3D An implementation of the LayoutManager3D interface that arranges the components as a wheel.
WheelLayoutControl Implementation of a Control for a WheelLayout3D.