|
|
javax > javax.imageio > javax.imageio.imagewriteparam >
Class: javax.imageio.ImageWriteParam java.lang.Object javax.imageio.IIOParam javax.imageio.ImageWriteParam
public class ImageWriteParam extends IIOParam
FIELDS:
public static final int MODE_COPY_FROM_METADATA : 3 public static final int MODE_DEFAULT : 1 public static final int MODE_DISABLED : 0 public static final int MODE_EXPLICIT : 2 protected boolean canOffsetTiles protected boolean canWriteCompressed protected boolean canWriteProgressive protected boolean canWriteTiles protected int compressionMode protected float compressionQuality protected String compressionType protected String[] compressionTypes protected Locale locale protected Dimension[] preferredTileSizes protected int progressiveMode protected int tileGridXOffset protected int tileGridYOffset protected int tileHeight protected int tileWidth protected int tilingMode protected boolean tilingSet |
|
|
|
CONSTRUCTORS:
| | | protected | ImageWriteParam() |
| | public | ImageWriteParam(Locale locale) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| setSourceRegion(java.awt.Rectangle), getSourceRegion(), setSourceSubsampling(int, int, int, int), getSourceXSubsampling(), getSourceYSubsampling(), getSubsamplingXOffset(), getSubsamplingYOffset(), setSourceBands(int[]), getSourceBands(), setDestinationType(javax.imageio.ImageTypeSpecifier), getDestinationType(), setDestinationOffset(java.awt.Point), getDestinationOffset(), setController(javax.imageio.IIOParamController), getController(), getDefaultController(), hasController(), activateController(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|