|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
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 () |
Definition at line 56 of file DirectDataBufferInt.java.
| 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.
| int com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt.getCustomType | ( | ) |
TYPE_INT_ARGB, TYPE_INT_ARGB_PRE, TYPE_INT_RGB or TYPE_INT_BGR. Definition at line 71 of file DirectDataBufferInt.java.
| 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.
| String com.jogamp.nativewindow.awt.DirectDataBufferInt.BufferedImageInt.toString | ( | ) |
Definition at line 81 of file DirectDataBufferInt.java.