Uses of Interface
de.javagl.swogl.SwoglSetup

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

Uses of SwoglSetup in de.javagl.swogl
 

Subinterfaces of SwoglSetup in de.javagl.swogl
 interface SwoglApplication
          This interface summarizes the implementation-specific parts of a Swogl application.
 

Methods in de.javagl.swogl with parameters of type SwoglSetup
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.