Contains information about an image format of a Pixbuf.
gdk_pixbuf_format_get_description
protected static final String gdk_pixbuf_format_get_description(Handle format)
gdk_pixbuf_format_get_extensions
protected static final String[] gdk_pixbuf_format_get_extensions(Handle format)
gdk_pixbuf_format_get_license
protected static final String gdk_pixbuf_format_get_license(Handle format)
gdk_pixbuf_format_get_mime_types
protected static final String[] gdk_pixbuf_format_get_mime_types(Handle format)
gdk_pixbuf_format_get_name
protected static final String gdk_pixbuf_format_get_name(Handle format)
gdk_pixbuf_format_is_disabled
protected static final boolean gdk_pixbuf_format_is_disabled(Handle format)
gdk_pixbuf_format_is_scalable
protected static final boolean gdk_pixbuf_format_is_scalable(Handle format)
gdk_pixbuf_format_is_writable
protected static final boolean gdk_pixbuf_format_is_writable(Handle format)
gdk_pixbuf_format_set_disabled
protected static final void gdk_pixbuf_format_set_disabled(Handle format,
boolean disabled)
getDescription
public String getDescription()
getExtensions
public String[] getExtensions()
getLicense
public String getLicense()
getMimeTypes
public String[] getMimeTypes()
getName
public String getName()
isDisabled
public boolean isDisabled()
isScalable
public boolean isScalable()
isWritable
public boolean isWritable()
setDisabled
public void setDisabled(boolean disabled)