JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt Class Reference
Inheritance diagram for com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt:
Collaboration diagram for com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt:

Public Member Functions

 BufferedImageInt (final int customImageType, final ColorModel cm, final DirectDataBufferInt dataBuffer, final WritableRaster raster, final Hashtable<?,?> properties)
 
int getCustomType ()
 
DirectDataBufferInt getDataBuffer ()
 Returns the underlying DirectDataBufferInt associated with this instance via Raster instance. More...
 
String toString ()
 

Detailed Description

Definition at line 56 of file DirectDataBufferInt.java.

Constructor & Destructor Documentation

◆ BufferedImageInt()

com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt.BufferedImageInt ( final int  customImageType,
final ColorModel  cm,
final DirectDataBufferInt  dataBuffer,
final WritableRaster  raster,
final Hashtable<?,?>  properties 
)

Definition at line 59 of file DirectDataBufferInt.java.

Member Function Documentation

◆ getCustomType()

int com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt.getCustomType ( )
Returns
one of the custom image-type values TYPE_INT_ARGB, TYPE_INT_ARGB_PRE, TYPE_INT_RGB or TYPE_INT_BGR.

Definition at line 71 of file DirectDataBufferInt.java.

◆ getDataBuffer()

DirectDataBufferInt com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt.getDataBuffer ( )

Returns the underlying DirectDataBufferInt associated with this instance via Raster instance.

Definition at line 78 of file DirectDataBufferInt.java.

◆ toString()

String com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt.toString ( )

Definition at line 81 of file DirectDataBufferInt.java.


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