public class RiceQuantizeCompressOption extends QuantizeOption
parameters| Constructor and Description |
|---|
RiceQuantizeCompressOption() |
| Modifier and Type | Method and Description |
|---|---|
RiceQuantizeCompressOption |
copy() |
RiceCompressOption |
getRiceCompressOption() |
RiceQuantizeCompressOption |
setTileHeight(int value)
set the tile height in pixel.
|
RiceQuantizeCompressOption |
setTileWidth(int value)
set the tile width.
|
<T> T |
unwrap(Class<T> clazz)
un wrap a specific implementation detail.
|
getBNull, getBScale, getBZero, getCompressionParameters, getCompressOption, getIntMaxValue, getIntMinValue, getMaxValue, getMinValue, getNullValue, getNullValueIndicator, getOriginal, getQLevel, getSeed, getTileHeight, getTileWidth, isCenterOnZero, isCheckNull, isCheckZero, isDither, isDither2, isLossyCompression, setBNull, setBScale, setBZero, setCenterOnZero, setCheckNull, setCheckZero, setDither, setDither2, setIntMaxValue, setIntMinValue, setMaxValue, setMinValue, setNullValue, setParameters, setQlevel, setSeedpublic RiceQuantizeCompressOption copy()
copy in interface ICompressOptioncopy in class QuantizeOptionpublic RiceCompressOption getRiceCompressOption()
public RiceQuantizeCompressOption setTileHeight(int value)
ICompressOptionsetTileHeight in interface ICompressOptionsetTileHeight in class QuantizeOptionvalue - the number of pixel.public RiceQuantizeCompressOption setTileWidth(int value)
ICompressOptionsetTileWidth in interface ICompressOptionsetTileWidth in class QuantizeOptionvalue - the number of pixel.public <T> T unwrap(Class<T> clazz)
ICompressOptionunwrap in interface ICompressOptionunwrap in class QuantizeOptionT - the class to unrwapclazz - the type to unwrapCopyright © 1996–2018 nom-tam-fits. All rights reserved.