|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.gnome.gdk.PixbufFormat
public class PixbufFormat
Constants representing the image file formats that GDK is capable of
writing to. This is used by Pixbuf's
save()
.
Field Summary | |
---|---|
static PixbufFormat |
BMP
|
static PixbufFormat |
ICO
|
static PixbufFormat |
JPEG
The Joint Photographic Group image format. |
static PixbufFormat |
PNG
The Portable Network Graphic image format. |
static PixbufFormat |
TIFF
The Tagged Image File Format, used as a container format for storing images including photographs and line art. |
Method Summary |
---|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static PixbufFormat BMP
public static PixbufFormat ICO
public static PixbufFormat JPEG
.jpg
.
public static PixbufFormat PNG
.png
and should be used when saving images of this
type.
public static PixbufFormat TIFF
.tiff
.
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |