public class PixColormap
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
PixColormap.ByReference |
static class |
PixColormap.ByValue |
Modifier and Type | Field and Description |
---|---|
com.sun.jna.Pointer |
array
colormap table (array of RGBA_QUAD)
C type : void* |
int |
depth
of pix (1, 2, 4 or 8 bpp)
C type : l_int32 |
int |
n
number of color entries used
C type : l_int32 |
int |
nalloc
number of color entries allocated
C type : l_int32 |
Constructor and Description |
---|
PixColormap() |
PixColormap(com.sun.jna.Pointer peer) |
PixColormap(com.sun.jna.Pointer array,
int depth,
int nalloc,
int n) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public com.sun.jna.Pointer array
public int depth
public int nalloc
public int n
public PixColormap()
public PixColormap(com.sun.jna.Pointer array, int depth, int nalloc, int n)
array
- colormap table (array of RGBA_QUAD)depth
- of pix (1, 2, 4 or 8 bpp)nalloc
- number of color entries allocatedn
- number of color entries usedpublic PixColormap(com.sun.jna.Pointer peer)