|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| boolean | write (final File file, final TextureData data) throws IOException |
| Writes the given TextureData to the passed file. More... | |
| boolean | write (File file, TextureData data) throws IOException |
| Writes the given TextureData to the passed file. More... | |
Definition at line 55 of file IIOTextureWriter.java.
| boolean com.jogamp.opengl.util.texture.spi.awt.IIOTextureWriter.write | ( | final File | file, |
| final TextureData | data | ||
| ) | throws IOException |
Writes the given TextureData to the passed file.
Returns true if this TextureWriter successfully handled the writing of the file, otherwise false. May throw IOException if either this writer did not support certain parameters of the TextureData or if an I/O error occurred.
Implements com.jogamp.opengl.util.texture.spi.TextureWriter.
Definition at line 57 of file IIOTextureWriter.java.