|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface ImageWriterParams
An annotation that a resource class can use to pass parameters
to the IIOImageProvider
.
Optional Element Summary | |
---|---|
int |
compressionMode
Specifies the compression mode for the output image. |
float |
compressionQuality
Specifies the compression quality of the image being written. |
public abstract float compressionQuality
public abstract int compressionMode
ImageWriteParam.MODE_COPY_FROM_METADATA
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |