org.gnu.gdk

Class PixbufFormat


public class PixbufFormat
extends Boxed

Contains information about an image format of a Pixbuf.

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Method Summary

protected static String
gdk_pixbuf_format_get_description(Handle format)
protected static String[]
gdk_pixbuf_format_get_extensions(Handle format)
protected static String
gdk_pixbuf_format_get_license(Handle format)
protected static String[]
gdk_pixbuf_format_get_mime_types(Handle format)
protected static String
gdk_pixbuf_format_get_name(Handle format)
protected static boolean
gdk_pixbuf_format_is_disabled(Handle format)
protected static boolean
gdk_pixbuf_format_is_scalable(Handle format)
protected static boolean
gdk_pixbuf_format_is_writable(Handle format)
protected static void
gdk_pixbuf_format_set_disabled(Handle format, boolean disabled)
String
getDescription()
String[]
getExtensions()
String
getLicense()
String[]
getMimeTypes()
String
getName()
boolean
isDisabled()
boolean
isScalable()
boolean
isWritable()
void
setDisabled(boolean disabled)

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Method Details

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)