JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo Class Reference

Simple class describing images and data; does not encapsulate image format information. More...

Collaboration diagram for com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo:

Public Member Functions

 ImageInfo (final ByteBuffer data, final int width, final int height, final boolean compressed, final int compressionFormat)
 
int getWidth ()
 
int getHeight ()
 
ByteBuffer getData ()
 
boolean isCompressed ()
 
int getCompressionFormat ()
 

Detailed Description

Simple class describing images and data; does not encapsulate image format information.

User is responsible for transmitting that information in another way.

Definition at line 69 of file DDSImage.java.

Constructor & Destructor Documentation

◆ ImageInfo()

com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo.ImageInfo ( final ByteBuffer  data,
final int  width,
final int  height,
final boolean  compressed,
final int  compressionFormat 
)

Definition at line 76 of file DDSImage.java.

Member Function Documentation

◆ getCompressionFormat()

int com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo.getCompressionFormat ( )

Definition at line 84 of file DDSImage.java.

◆ getData()

ByteBuffer com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo.getData ( )

Definition at line 82 of file DDSImage.java.

◆ getHeight()

int com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo.getHeight ( )

Definition at line 81 of file DDSImage.java.

◆ getWidth()

int com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo.getWidth ( )

Definition at line 80 of file DDSImage.java.

◆ isCompressed()

boolean com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo.isCompressed ( )

Definition at line 83 of file DDSImage.java.

Here is the call graph for this function:
Here is the caller graph for this function:

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