Package org.bytedeco.leptonica
Class PIXCMAP
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.leptonica.PIXCMAP
- All Implemented Interfaces:
AutoCloseable
Colormap of a Pix
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
Constructor Details
-
PIXCMAP
public PIXCMAP()Default native constructor. -
PIXCMAP
public PIXCMAP(long size) Native array allocator. Access withPointer.position(long)
. -
PIXCMAP
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointer
in classPointer
-
array
colormap table (array of RGBA_QUAD) -
array
-
depth
of pix (1, 2, 4 or 8 bpp) -
depth
-
nalloc
number of color entries allocated -
nalloc
-
n
number of color entries used -
n
-