Uses of Interface
jj2000.j2k.image.BlkImgDataSrc
Packages that use BlkImgDataSrc
Package
Description
-
Uses of BlkImgDataSrc in com.sun.media.imageioimpl.plugins.jpeg2000
Classes in com.sun.media.imageioimpl.plugins.jpeg2000 that implement BlkImgDataSrc -
Uses of BlkImgDataSrc in jj2000.j2k.entropy
Constructors in jj2000.j2k.entropy with parameters of type BlkImgDataSrcModifierConstructorDescriptionPrecinctSizeSpec(int nt, int nc, byte type, BlkImgDataSrc imgsrc, IntegerSpec dls, J2KImageWriteParamJava wp, String values) Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the J2KImageWriteParamJava instance. -
Uses of BlkImgDataSrc in jj2000.j2k.image
Classes in jj2000.j2k.image that implement BlkImgDataSrcModifier and TypeClassDescriptionclassThis class is responsible of all data type conversions.classThis class implements the ImgData interface and allows to obtain data from different sources.classThis class places an image in the canvas coordinate system, tiles it, if so specified, and performs the coordinate conversions transparently.Constructors in jj2000.j2k.image with parameters of type BlkImgDataSrcModifierConstructorDescriptionImgDataConverter(BlkImgDataSrc imgSrc) Constructs a new ImgDataConverter object that operates on the specified source of image data.ImgDataConverter(BlkImgDataSrc imgSrc, int fp) Constructs a new ImgDataConverter object that operates on the specified source of image data.ImgDataJoiner(BlkImgDataSrc[] imD, int[] cIdx) Class constructor.Tiler(BlkImgDataSrc src, int ax, int ay, int px, int py, int nw, int nh) Constructs a new tiler with the specified 'BlkImgDataSrc' source, image origin, tiling origin and nominal tile size. -
Uses of BlkImgDataSrc in jj2000.j2k.image.forwcomptransf
Classes in jj2000.j2k.image.forwcomptransf that implement BlkImgDataSrcModifier and TypeClassDescriptionclassThis class apply component transformations to the tiles depending on user specifications.Constructors in jj2000.j2k.image.forwcomptransf with parameters of type BlkImgDataSrcModifierConstructorDescriptionForwCompTransf(BlkImgDataSrc imgSrc, J2KImageWriteParamJava wp) Constructs a new ForwCompTransf object that operates on the specified source of image data. -
Uses of BlkImgDataSrc in jj2000.j2k.image.input
Classes in jj2000.j2k.image.input that implement BlkImgDataSrcModifier and TypeClassDescriptionclassThis is the generic interface to be implemented by all image file (or other resource) readers for different image file formats.classThis class implements the ImgData interface for reading 8 bit unsigned data from a binary PGM file. -
Uses of BlkImgDataSrc in jj2000.j2k.image.invcomptransf
Classes in jj2000.j2k.image.invcomptransf that implement BlkImgDataSrcModifier and TypeClassDescriptionclassThis class apply inverse component transformations to the tiles depending on specification read from the codestream header.Constructors in jj2000.j2k.image.invcomptransf with parameters of type BlkImgDataSrcModifierConstructorDescriptionInvCompTransf(BlkImgDataSrc imgSrc, DecoderSpecs decSpec, int[] utdepth) Constructs a new ForwCompTransf object that operates on the specified source of image data. -
Uses of BlkImgDataSrc in jj2000.j2k.wavelet.analysis
Methods in jj2000.j2k.wavelet.analysis with parameters of type BlkImgDataSrcModifier and TypeMethodDescriptionstatic ForwardWTForwardWT.createInstance(BlkImgDataSrc src, J2KImageWriteParamJava wp) Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.Constructors in jj2000.j2k.wavelet.analysis with parameters of type BlkImgDataSrcModifierConstructorDescriptionForwWTFull(BlkImgDataSrc src, J2KImageWriteParamJava wp, int pox, int poy) Initializes this object with the given source of image data and with all the decompositon parameters -
Uses of BlkImgDataSrc in jj2000.j2k.wavelet.synthesis
Classes in jj2000.j2k.wavelet.synthesis that implement BlkImgDataSrc