JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.texture.spi.awt.IIOTextureWriter Class Reference
Inheritance diagram for com.jogamp.opengl.util.texture.spi.awt.IIOTextureWriter:
Collaboration diagram for com.jogamp.opengl.util.texture.spi.awt.IIOTextureWriter:

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...
 

Detailed Description

Definition at line 55 of file IIOTextureWriter.java.

Member Function Documentation

◆ write()

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.

Here is the call graph for this function:

The documentation for this class was generated from the following file: