| Name | Description | Type | Package | Framework |
| AWTTextureData | Class | com.jogamp.opengl.util.texture.awt | JogAmp | |
| AWTTextureIO | Class | com.jogamp.opengl.util.texture.awt | JogAmp | |
| DDSImage | A reader and writer for DirectDraw Surface (. | Class | com.jogamp.opengl.util.texture.spi | JogAmp |
| DDSImage .ImageInfo | Simple class describing images and data; does not encapsulate image format information. | Class | com.jogamp.opengl.util.texture.spi.DDSImage | JogAmp |
| IIOTextureProvider | Class | com.jogamp.opengl.util.texture.spi.awt | JogAmp | |
| IIOTextureWriter | Class | com.jogamp.opengl.util.texture.spi.awt | JogAmp | |
| ImageSequence | Simple TextureSequence implementation allowing existing textures | Class | com.jogamp.opengl.util.texture | JogAmp |
| ImageType | Image type classification. | Class | com.jogamp.opengl.util.texture | JogAmp |
| ImageType .Util | Static utility functions for ImageType to determine the ImageType. | Class | com.jogamp.opengl.util.texture.ImageType | JogAmp |
| JPEGImage | Class | com.jogamp.opengl.util.texture.spi | JogAmp | |
| LEDataInputStream | Little Endian Data Input Stream. | Class | com.jogamp.opengl.util.texture.spi | JogAmp |
| LEDataOutputStream | Little Endian Data Output Stream. | Class | com.jogamp.opengl.util.texture.spi | JogAmp |
| NetPbmTextureWriter | Class | com.jogamp.opengl.util.texture.spi | JogAmp | |
| SGIImage | Reads and writes SGI RGB/RGBA images. | Class | com.jogamp.opengl.util.texture.spi | JogAmp |
| Texture | Represents an OpenGL texture object. | Class | com.jogamp.opengl.util.texture | JogAmp |
| TextureCoords | Specifies texture coordinates for a rectangular area of a texture. | Class | com.jogamp.opengl.util.texture | JogAmp |
| TextureData | Represents the data for an OpenGL texture. | Class | com.jogamp.opengl.util.texture | JogAmp |
| TextureData .ColorSpace | ColorSpace of pixel data. | Class | com.jogamp.opengl.util.texture.TextureData | JogAmp |
| TextureData .Flusher | Defines a callback mechanism to allow the user to explicitly deallocate native resources (memory-mapped files, etc. | Interface | com.jogamp.opengl.util.texture.TextureData | JogAmp |
| TextureIO | Provides input and output facilities for both loading OpenGL textures from disk and streams as well as writing textures already | Class | com.jogamp.opengl.util.texture | JogAmp |
| TextureProvider | Plug-in interface to TextureIO to support reading OpenGL textures from new file formats. | Interface | com.jogamp.opengl.util.texture.spi | JogAmp |
| TextureProvider .SupportsImageTypes | Optional additional interface for TextureProvider implementation exposing the supported ImageTypes. | Interface | com.jogamp.opengl.util.texture.spi.TextureProvider | JogAmp |
| TextureSequence | Protocol for texture sequences, like animations, movies, etc. | Interface | com.jogamp.opengl.util.texture | JogAmp |
| TextureSequence .TexSeqEventListener | Event listener to notify users of updates regarding the TextureSequence. | Interface | com.jogamp.opengl.util.texture.TextureSequence | JogAmp |
| TextureSequence .TextureFrame | Texture holder interface, maybe specialized by implementation to associated related data. | Class | com.jogamp.opengl.util.texture.TextureSequence | JogAmp |
| TextureState | Preserves a [ texture-unit, texture-target ] state. | Class | com.jogamp.opengl.util.texture | JogAmp |
| TextureWriter | Plug-in interface to TextureIO to support writing OpenGL textures to new file formats. | Interface | com.jogamp.opengl.util.texture.spi | JogAmp |
| TGAImage | Targa image reader and writer adapted from sources of the Jimi image I/O class library. | Class | com.jogamp.opengl.util.texture.spi | JogAmp |
| TGAImage .Header | This class reads in all of the TGA image header in addition it also reads in the imageID field as it is convenient to handle that here. | Class | com.jogamp.opengl.util.texture.spi.TGAImage | JogAmp |