-
public final class DecodeParams
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegersampleSizeprivate final IntRectsubset
-
Constructor Summary
Constructors Constructor Description DecodeParams(Integer sampleSize, IntRect subset)
-
Method Summary
Modifier and Type Method Description final IntegergetSampleSize()final IntRectgetSubset()-
-
Constructor Detail
-
DecodeParams
DecodeParams(Integer sampleSize, IntRect subset)
-
-
Method Detail
-
getSampleSize
final Integer getSampleSize()
-
getSubset
final IntRect getSubset()
-
-
-
-