org.gnu.gdk
Class PixbufFormat
java.lang.Object
org.gnu.glib.Boxed
org.gnu.gdk.PixbufFormat
- public class PixbufFormat
- extends Boxed
Contains information about an image format of a Pixbuf.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
getMimeTypes
public java.lang.String[] getMimeTypes()
getExtensions
public java.lang.String[] getExtensions()
isWritable
public boolean isWritable()
isScalable
public boolean isScalable()
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean disabled)
getLicense
public java.lang.String getLicense()
gdk_pixbuf_format_get_name
protected static final java.lang.String gdk_pixbuf_format_get_name(Handle format)
gdk_pixbuf_format_get_description
protected static final java.lang.String gdk_pixbuf_format_get_description(Handle format)
gdk_pixbuf_format_get_mime_types
protected static final java.lang.String[] gdk_pixbuf_format_get_mime_types(Handle format)
gdk_pixbuf_format_get_extensions
protected static final java.lang.String[] gdk_pixbuf_format_get_extensions(Handle format)
gdk_pixbuf_format_is_writable
protected static final boolean gdk_pixbuf_format_is_writable(Handle format)
gdk_pixbuf_format_is_scalable
protected static final boolean gdk_pixbuf_format_is_scalable(Handle format)
gdk_pixbuf_format_is_disabled
protected static final boolean gdk_pixbuf_format_is_disabled(Handle format)
gdk_pixbuf_format_set_disabled
protected static final void gdk_pixbuf_format_set_disabled(Handle format,
boolean disabled)
gdk_pixbuf_format_get_license
protected static final java.lang.String gdk_pixbuf_format_get_license(Handle format)