Uses of Class
de.javagl.swogl.SwoglContainer

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

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 LayoutManager3D.setSwoglContainer(SwoglContainer swoglContainer)
          This method will assign the given SwoglContainer to this LayoutManager3D.
 void BillboardLayout3D.setSwoglContainer(SwoglContainer swoglContainer)