public class PixComp
extends org.bridj.StructObject
| Constructor and Description |
|---|
PixComp() |
PixComp(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmapflag()
flag (1 for cmap, 0 otherwise)
C type : l_int32 |
PixComp |
cmapflag(int cmapflag)
flag (1 for cmap, 0 otherwise)
C type : l_int32 |
int |
comptype()
compressed format (IFF_TIFF_G4,
C type : l_int32 |
PixComp |
comptype(int comptype)
compressed format (IFF_TIFF_G4,
C type : l_int32 |
int |
d()
depth in bits
C type : l_int32 |
PixComp |
d(int d)
depth in bits
C type : l_int32 |
org.bridj.Pointer<java.lang.Byte> |
data()
the compressed image data
C type : l_uint8* |
PixComp |
data(org.bridj.Pointer<java.lang.Byte> data)
the compressed image data
C type : l_uint8* |
int |
h()
height in pixels
C type : l_int32 |
PixComp |
h(int h)
height in pixels
C type : l_int32 |
long |
size()
size of the data array
|
PixComp |
size(long size)
size of the data array
|
org.bridj.Pointer<java.lang.Byte> |
text()
text string associated with pix
C type : char* |
PixComp |
text(org.bridj.Pointer<java.lang.Byte> text)
text string associated with pix
C type : char* |
int |
w()
width in pixels
C type : l_int32 |
PixComp |
w(int w)
width in pixels
C type : l_int32 |
int |
xres()
image res (ppi) in x direction
C type : l_int32 |
PixComp |
xres(int xres)
image res (ppi) in x direction
C type : l_int32 |
int |
yres()
image res (ppi) in y direction
C type : l_int32 |
PixComp |
yres(int yres)
image res (ppi) in y direction
C type : l_int32 |
public int w()
public PixComp w(int w)
public int h()
public PixComp h(int h)
public int d()
public PixComp d(int d)
public int xres()
public PixComp xres(int xres)
public int yres()
public PixComp yres(int yres)
public int comptype()
public PixComp comptype(int comptype)
public org.bridj.Pointer<java.lang.Byte> text()
public PixComp text(org.bridj.Pointer<java.lang.Byte> text)
public int cmapflag()
public PixComp cmapflag(int cmapflag)
public org.bridj.Pointer<java.lang.Byte> data()
public PixComp data(org.bridj.Pointer<java.lang.Byte> data)
public long size()
public PixComp size(long size)