Uses of Interface
de.javagl.swogl.SwoglApplication

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

Uses of SwoglApplication in de.javagl.swogl
 

Methods in de.javagl.swogl that return SwoglApplication
static SwoglApplication SwoglApplications.createSwoglApplication()
          Creates a new SwoglApplication.
 SwoglApplication SwoglApplicationFactory.createSwoglApplication()
          Creates a new instance of a SwoglApplication.
 

Methods in de.javagl.swogl with parameters of type SwoglApplication
static SwoglContainer SwoglContainer.create(SwoglApplication swoglApplication)
          Creates a new, empty SwoglContainer for the given SwoglApplication.