|
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
org.gnome.gdk
Class Pixbuf
java.lang.Object
org.freedesktop.bindings.Proxy
An image in memory.
Image data in a Pixbuf is stored in memory in uncompressed, packed
format. Rows in the image are stored top to bottom, and in each row pixels
are stored from left to right. There may be padding at the end of a row.
The "rowstride" value of a pixbuf, as returned by
getRowstride()
, indicates the number of bytes
between rows.
|  java-gnome |