Uses of Class
jj2000.j2k.roi.MaxShiftSpec
-
Packages that use MaxShiftSpec Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.decoder jj2000.j2k.roi -
-
Uses of MaxShiftSpec in com.github.jaiimageio.jpeg2000.impl
Methods in com.github.jaiimageio.jpeg2000.impl that return MaxShiftSpec Modifier and Type Method Description MaxShiftSpecJ2KImageWriteParamJava. getROIs()GetsROIs -
Uses of MaxShiftSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as MaxShiftSpec Modifier and Type Field Description MaxShiftSpecDecoderSpecs. roisROI maxshift value specifications -
Uses of MaxShiftSpec in jj2000.j2k.roi
Constructors in jj2000.j2k.roi with parameters of type MaxShiftSpec Constructor Description ROIDeScaler(CBlkQuantDataSrcDec src, MaxShiftSpec mss)Constructor of the ROI descaler, takes EntropyDEcoder as source of data to de-scale.
-