Uses of Class
jj2000.j2k.wavelet.analysis.AnWTFilterSpec
-
Packages that use AnWTFilterSpec Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.image.forwcomptransf -
-
Uses of AnWTFilterSpec in com.github.jaiimageio.jpeg2000.impl
Methods in com.github.jaiimageio.jpeg2000.impl that return AnWTFilterSpec Modifier and Type Method Description AnWTFilterSpecJ2KImageWriteParamJava. getFilters()Getsfilters -
Uses of AnWTFilterSpec in jj2000.j2k.image.forwcomptransf
Constructors in jj2000.j2k.image.forwcomptransf with parameters of type AnWTFilterSpec Constructor Description ForwCompTransfSpec(int nt, int nc, byte type, AnWTFilterSpec wfs, J2KImageWriteParamJava wp, String values)Constructs a new 'ForwCompTransfSpec' for the specified number of components and tiles and the arguments of optName option.
-