public interface ICompressOption extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
ICompressOption |
copy() |
ICompressParameters |
getCompressionParameters() |
boolean |
isLossyCompression() |
void |
setParameters(ICompressParameters parameters)
set the parameters that must be synchronized with the hdu meta data.
|
ICompressOption |
setTileHeight(int value)
set the tile height in pixel.
|
ICompressOption |
setTileWidth(int value)
set the tile width.
|
<T> T |
unwrap(Class<T> clazz)
un wrap a specific implementation detail.
|
ICompressOption copy()
ICompressParameters getCompressionParameters()
boolean isLossyCompression()
void setParameters(ICompressParameters parameters)
parameters - the parameters to synchronizedICompressOption setTileHeight(int value)
value - the number of pixel.ICompressOption setTileWidth(int value)
value - the number of pixel.<T> T unwrap(Class<T> clazz)
T - the class to unrwapclazz - the type to unwrapCopyright © 1996–2018 nom-tam-fits. All rights reserved.