org.gnu.gdk

Class PixbufFormat

public class PixbufFormat extends MemStruct

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.gdk.PixbufFormat.

Contains information about an image format of a Pixbuf.
Method Summary
StringgetDescription()
String[]getExtensions()
StringgetLicense()
String[]getMimeTypes()
StringgetName()
booleanisDisabled()
booleanisScalable()
booleanisWritable()
voidsetDisabled(boolean disabled)

Method Detail

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)