Uses of Interface
de.javagl.swogl.Texture

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

Uses of Texture in de.javagl.swogl
 

Methods in de.javagl.swogl that return Texture
static Texture Textures.create(int width, int height)
          Creates a new Texture with the given size.
 Texture SwoglComponent.getTexture()
          Returns the Texture of this SwoglComponent
 

Methods in de.javagl.swogl with parameters of type Texture
static SwoglComponent SwoglComponents.create(Geometry geometry, Texture texture, javax.swing.JComponent component)
          Create a new SwoglComponent that contains the given Swing component and consists of the given geometry and texture.