Uses of Class
jj2000.j2k.entropy.encoder.LayersInfo
-
Packages that use LayersInfo Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.entropy.encoder -
-
Uses of LayersInfo in com.github.jaiimageio.jpeg2000.impl
Methods in com.github.jaiimageio.jpeg2000.impl with parameters of type LayersInfo Modifier and Type Method Description voidJ2KImageWriteParamJava. setProgressionType(LayersInfo lyrs, String values)SetsprogressionType -
Uses of LayersInfo in jj2000.j2k.entropy.encoder
Constructors in jj2000.j2k.entropy.encoder with parameters of type LayersInfo Constructor Description EBCOTRateAllocator(CodedCBlkDataSrcEnc src, LayersInfo lyrs, CodestreamWriter writer, J2KImageWriteParamJava wp)Initializes the EBCOT rate allocator of entropy coded data.
-