@Name(value="PixComp")
public static class lept.PIXC
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PIXC()
Default native constructor.
|
PIXC(long size)
Native array allocator.
|
PIXC(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cmapflag()
flag (1 for cmap, 0 otherwise)
|
lept.PIXC |
cmapflag(int cmapflag) |
int |
comptype()
IFF_PNG, IFF_JFIF_JPEG)
|
lept.PIXC |
comptype(int comptype) |
int |
d()
depth in bits
|
lept.PIXC |
d(int d) |
org.bytedeco.javacpp.BytePointer |
data()
the compressed image data
|
lept.PIXC |
data(org.bytedeco.javacpp.BytePointer data) |
int |
h()
height in pixels
|
lept.PIXC |
h(int h) |
lept.PIXC |
position(long position) |
long |
size()
size of the data array
|
lept.PIXC |
size(long size) |
org.bytedeco.javacpp.BytePointer |
text()
text string associated with pix
|
lept.PIXC |
text(org.bytedeco.javacpp.BytePointer text) |
int |
w()
width in pixels
|
lept.PIXC |
w(int w) |
int |
xres()
(use 0 if unknown)
|
lept.PIXC |
xres(int xres) |
int |
yres()
(use 0 if unknown)
|
lept.PIXC |
yres(int yres) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PIXC()
public PIXC(long size)
Pointer.position(long).public PIXC(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.PIXC position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int w()
public lept.PIXC w(int w)
@Cast(value="l_int32") public int h()
public lept.PIXC h(int h)
@Cast(value="l_int32") public int d()
public lept.PIXC d(int d)
@Cast(value="l_int32") public int xres()
public lept.PIXC xres(int xres)
@Cast(value="l_int32") public int yres()
public lept.PIXC yres(int yres)
@Cast(value="l_int32") public int comptype()
public lept.PIXC comptype(int comptype)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer text()
public lept.PIXC text(org.bytedeco.javacpp.BytePointer text)
@Cast(value="l_int32") public int cmapflag()
public lept.PIXC cmapflag(int cmapflag)
@Cast(value="l_uint8*") public org.bytedeco.javacpp.BytePointer data()
public lept.PIXC data(org.bytedeco.javacpp.BytePointer data)
@Cast(value="size_t") public long size()
public lept.PIXC size(long size)
Copyright © 2018. All rights reserved.