com.sun.jimi.core.options
Class PNGOptions
java.lang.Object
|
+--com.sun.jimi.core.options.BasicFormatOptionSet
|
+--com.sun.jimi.core.options.PNGOptions
- public class PNGOptions
- extends BasicFormatOptionSet
Options class for PNG images.
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
compression
protected IntOption compression
COMPRESSION_NONE
public static final int COMPRESSION_NONE
- Compression constant
COMPRESSION_DEFAULT
public static final int COMPRESSION_DEFAULT
- Compression constant
COMPRESSION_FAST
public static final int COMPRESSION_FAST
- Compression constant
COMPRESSION_MAX
public static final int COMPRESSION_MAX
- Compression constant
PNGOptions
public PNGOptions()
createOptions
protected FormatOption[] createOptions()
getCompressionType
public int getCompressionType()
setCompressionType
public void setCompressionType(int type)
throws OptionException