| Package | Description | 
|---|---|
| org.cell2d.celick | |
| org.cell2d.celick.opengl | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Texture | Image. textureThe OpenGL texture for this image | 
| Modifier and Type | Method and Description | 
|---|---|
| Texture | Image. getTexture()Get the OpenGL texture holding this image | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Image. setTexture(Texture texture)Set the texture used by this image | 
| void | SpriteSheet. setTexture(Texture texture) | 
| Constructor and Description | 
|---|
| Image(Texture texture)Creates an image using the specified texture | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TextureImplA texture to be bound within JOGL. | 
| Modifier and Type | Method and Description | 
|---|---|
| Texture | InternalTextureLoader. createTexture(int width,
             int height)Create an empty texture | 
| Texture | InternalTextureLoader. createTexture(int width,
             int height,
             int filter)Create an empty texture | 
| static Texture | TextureImpl. getLastBind()Retrieve the last texture bound through the texture interface | 
| Texture | InternalTextureLoader. getTexture(java.io.File source,
          boolean flipped,
          int filter)Get a texture from a specific file | 
| Texture | InternalTextureLoader. getTexture(java.io.File source,
          boolean flipped,
          int filter,
          int[] transparent)Get a texture from a specific file | 
| Texture | InternalTextureLoader. getTexture(ImageData dataSource,
          int filter)Get a texture from a image file | 
| Texture | InternalTextureLoader. getTexture(java.io.InputStream in,
          java.lang.String resourceName,
          boolean flipped,
          int filter)Get a texture from a image file | 
| Texture | InternalTextureLoader. getTexture(java.lang.String resourceName,
          boolean flipped,
          int filter)Get a texture from a resource location | 
| Texture | InternalTextureLoader. getTexture(java.lang.String resourceName,
          boolean flipped,
          int filter,
          int[] transparent)Get a texture from a resource location |