Package ch.bailu.gtk.gdkpixbuf
Schnittstelle PixbufFormatFlags
public interface PixbufFormatFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the image format is scalablestatic final int
the module is threadsafe. gdk-pixbuf
ignores modules that are not marked as threadsafe.static final int
the module can write out images in the format.
-
Felddetails
-
WRITABLE
static final int WRITABLEthe module can write out images in the format.- Siehe auch:
-
SCALABLE
static final int SCALABLEthe image format is scalable- Siehe auch:
-
THREADSAFE
static final int THREADSAFEthe module is threadsafe. gdk-pixbuf
ignores modules that are not marked as threadsafe. (Since 2.28).- Siehe auch:
-