Class IIOTextureWriter
java.lang.Object
com.jogamp.opengl.util.texture.spi.awt.IIOTextureWriter
- All Implemented Interfaces:
TextureWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
write
(File file, TextureData data) Writes the given TextureData to the passed file.
-
Constructor Details
-
IIOTextureWriter
public IIOTextureWriter()
-
-
Method Details
-
write
Description copied from interface:TextureWriter
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.- Specified by:
write
in interfaceTextureWriter
- Throws:
IOException
-