Uses of Class
de.javagl.swogl.SwoglContainer

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

Uses of SwoglContainer in de.javagl.swogl
 

Methods in de.javagl.swogl that return SwoglContainer
static SwoglContainer SwoglContainer.create(java.awt.Component visibleComponent, SwoglComponentHandler swoglComponentHandler, PickingRayComputer pickingRayComputer)
          Creates a new, empty SwoglContainer that shows the given visibleComponent.
static SwoglContainer SwoglContainer.create(java.awt.Component visibleComponent, SwoglSetup swoglSetup)
          Creates a new, empty SwoglContainer that shows the given visibleComponent and obtains the SwoglComponentHandler and PickingRayComputer from the given SwoglSetup.
static SwoglContainer SwoglContainer.create(SwoglApplication swoglApplication)
          Creates a new, empty SwoglContainer for the given SwoglApplication.
 

Uses of SwoglContainer in de.javagl.swogl.layout
 

Methods in de.javagl.swogl.layout with parameters of type SwoglContainer
 void WheelLayout3D.setSwoglContainer(SwoglContainer swoglContainer)
           
 void LayoutManager3D.setSwoglContainer(SwoglContainer swoglContainer)
          This method will assign the given SwoglContainer to this LayoutManager3D.
 void GridLayout3D.setSwoglContainer(SwoglContainer swoglContainer)
           
 void BrowseLayout3D.setSwoglContainer(SwoglContainer swoglContainer)
           
 void BillboardLayout3D.setSwoglContainer(SwoglContainer swoglContainer)
           
 

Constructors in de.javagl.swogl.layout with parameters of type SwoglContainer
GridLayoutControl(GridLayout3D gridLayout, SwoglContainer swoglContainer)
          Creates a new GridLayoutControl for the given GridLayout3D.