Uses of Package
de.javagl.swogl

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

Classes in de.javagl.swogl used by de.javagl.swogl
Condition
          This interface describes a general condition that may be checked for specific objects.
IntersectionInfo
          This class summarizes information about the intersection between a Ray and a SwoglComponent.
Material
          Interface describing the material properties of a SwoglComponent.
PickingInfo
          This class stores information about a picked component.
PickingRayComputer
          Interface for all classes that may compute a picking Ray that may be sent into a scene, based on a point in screen coordinates.
SwoglApplication
          This interface summarizes the implementation-specific parts of a Swogl application.
SwoglComponent
          Interface for a Swogl component.
SwoglComponentHandler
          Interface for all classes that may handle SwoglComponents.
SwoglContainer
          This class is a container for SwoglComponents.
SwoglSetup
          This interface encapsulates implementation-specific parts of a Swogl application.
Texture
          Interface for the texture of a SwoglComponent.
 

Classes in de.javagl.swogl used by de.javagl.swogl.layout
SwoglComponent
          Interface for a Swogl component.
SwoglContainer
          This class is a container for SwoglComponents.