@Name(value="L_Compressed_Data") @Properties(inherit=leptonica.class) public class L_COMP_DATA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
L_COMP_DATA()
Default native constructor.
|
L_COMP_DATA(long size)
Native array allocator.
|
L_COMP_DATA(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
bps()
bits/sample; typ.
|
L_COMP_DATA |
bps(int setter) |
BytePointer |
cmapdata85()
ascii85-encoded uncompressed cmap
|
L_COMP_DATA |
cmapdata85(BytePointer setter) |
BytePointer |
cmapdatahex()
hex pdf array for the cmap
|
L_COMP_DATA |
cmapdatahex(BytePointer setter) |
BytePointer |
data85()
ascii85-encoded gzipped raster data
|
L_COMP_DATA |
data85(BytePointer setter) |
BytePointer |
datacomp()
gzipped raster data
|
L_COMP_DATA |
datacomp(BytePointer setter) |
L_COMP_DATA |
getPointer(long i) |
int |
h()
image height
|
L_COMP_DATA |
h(int setter) |
int |
minisblack()
tiff g4 photometry
|
L_COMP_DATA |
minisblack(int setter) |
long |
nbytes()
number of uncompressed raster bytes
|
L_COMP_DATA |
nbytes(long setter) |
long |
nbytes85()
number of ascii85 encoded bytes
|
L_COMP_DATA |
nbytes85(long setter) |
long |
nbytescomp()
number of compressed bytes
|
L_COMP_DATA |
nbytescomp(long setter) |
int |
ncolors()
number of colors in cmap
|
L_COMP_DATA |
ncolors(int setter) |
L_COMP_DATA |
position(long position) |
int |
predictor()
flate data has PNG predictors
|
L_COMP_DATA |
predictor(int setter) |
int |
res()
resolution (ppi)
|
L_COMP_DATA |
res(int setter) |
int |
spp()
samples/pixel; typ.
|
L_COMP_DATA |
spp(int setter) |
int |
type()
encoding type: L_JPEG_ENCODE, etc
|
L_COMP_DATA |
type(int setter) |
int |
w()
image width
|
L_COMP_DATA |
w(int setter) |
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
public L_COMP_DATA()
public L_COMP_DATA(long size)
Pointer.position(long)
.public L_COMP_DATA(Pointer p)
Pointer(Pointer)
.public L_COMP_DATA position(long position)
public L_COMP_DATA getPointer(long i)
getPointer
in class Pointer
public L_COMP_DATA type(int setter)
@Cast(value="l_uint8*") public BytePointer datacomp()
public L_COMP_DATA datacomp(BytePointer setter)
public L_COMP_DATA nbytescomp(long setter)
@Cast(value="char*") public BytePointer data85()
public L_COMP_DATA data85(BytePointer setter)
public L_COMP_DATA nbytes85(long setter)
@Cast(value="char*") public BytePointer cmapdata85()
public L_COMP_DATA cmapdata85(BytePointer setter)
@Cast(value="char*") public BytePointer cmapdatahex()
public L_COMP_DATA cmapdatahex(BytePointer setter)
public L_COMP_DATA ncolors(int setter)
public L_COMP_DATA w(int setter)
public L_COMP_DATA h(int setter)
public L_COMP_DATA bps(int setter)
public L_COMP_DATA spp(int setter)
public L_COMP_DATA minisblack(int setter)
public L_COMP_DATA predictor(int setter)
public L_COMP_DATA nbytes(long setter)
public L_COMP_DATA res(int setter)
Copyright © 2024. All rights reserved.