public class Pix
extends org.bridj.StructObject
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<PixColormap> |
colormap()
colormap (may be null)
C type : PixColormap* |
Pix |
colormap(org.bridj.Pointer<PixColormap> colormap)
colormap (may be null)
C type : PixColormap* |
int |
d()
depth in bits (bpp)
C type : l_uint32 |
Pix |
d(int d)
depth in bits (bpp)
C type : l_uint32 |
org.bridj.Pointer<java.lang.Integer> |
data()
the image data
C type : l_uint32* |
Pix |
data(org.bridj.Pointer<java.lang.Integer> data)
the image data
C type : l_uint32* |
int |
h()
height in pixels
C type : l_uint32 |
Pix |
h(int h)
height in pixels
C type : l_uint32 |
int |
informat()
input file format, IFF_*
C type : l_int32 |
Pix |
informat(int informat)
input file format, IFF_*
C type : l_int32 |
int |
refcount()
reference count (1 if no clones)
C type : l_uint32 |
Pix |
refcount(int refcount)
reference count (1 if no clones)
C type : l_uint32 |
int |
special()
special instructions for I/O, etc
C type : l_int32 |
Pix |
special(int special)
special instructions for I/O, etc
C type : l_int32 |
int |
spp()
number of samples per pixel
C type : l_uint32 |
Pix |
spp(int spp)
number of samples per pixel
C type : l_uint32 |
org.bridj.Pointer<java.lang.Byte> |
text()
text string associated with pix
C type : char* |
Pix |
text(org.bridj.Pointer<java.lang.Byte> text)
text string associated with pix
C type : char* |
int |
w()
width in pixels
C type : l_uint32 |
Pix |
w(int w)
width in pixels
C type : l_uint32 |
int |
wpl()
32-bit words/line
C type : l_uint32 |
Pix |
wpl(int wpl)
32-bit words/line
C type : l_uint32 |
int |
xres()
image res (ppi) in x direction
C type : l_int32 |
Pix |
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 |
Pix |
yres(int yres)
image res (ppi) in y direction
C type : l_int32 |
public int w()
public Pix w(int w)
public int h()
public Pix h(int h)
public int d()
public Pix d(int d)
public int spp()
public Pix spp(int spp)
public int wpl()
public Pix wpl(int wpl)
public int refcount()
public Pix refcount(int refcount)
public int xres()
public Pix xres(int xres)
public int yres()
public Pix yres(int yres)
public int informat()
public Pix informat(int informat)
public int special()
public Pix special(int special)
public org.bridj.Pointer<java.lang.Byte> text()
public Pix text(org.bridj.Pointer<java.lang.Byte> text)
public org.bridj.Pointer<PixColormap> colormap()
public Pix colormap(org.bridj.Pointer<PixColormap> colormap)
public org.bridj.Pointer<java.lang.Integer> data()
public Pix data(org.bridj.Pointer<java.lang.Integer> data)