Package de.javagl.swogl.layout

Classes and interfaces for the 3D layout inside SwoglContainers

See:
          Description

Class Summary
BrowseLayout3D An implementation of the LayoutManager3D interface that allows browsing through the components.
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.
 

Package de.javagl.swogl.layout Description

Classes and interfaces for the 3D layout inside SwoglContainers