Uses of Class
jj2000.j2k.image.DataBlk
-
-
Uses of DataBlk in com.github.jaiimageio.jpeg2000.impl
Methods in com.github.jaiimageio.jpeg2000.impl that return DataBlk Modifier and Type Method Description DataBlkRenderedImageSrc. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkRenderedImageSrc. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.Methods in com.github.jaiimageio.jpeg2000.impl with parameters of type DataBlk Modifier and Type Method Description DataBlkRenderedImageSrc. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkRenderedImageSrc. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component. -
Uses of DataBlk in jj2000.j2k.entropy.decoder
Methods in jj2000.j2k.entropy.decoder that return DataBlk Modifier and Type Method Description DataBlkStdEntropyDecoder. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkStdEntropyDecoder. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy).Methods in jj2000.j2k.entropy.decoder with parameters of type DataBlk Modifier and Type Method Description DataBlkStdEntropyDecoder. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkStdEntropyDecoder. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy). -
Uses of DataBlk in jj2000.j2k.image
Subclasses of DataBlk in jj2000.j2k.image Modifier and Type Class Description classDataBlkFloatThis is an implementation of the DataBlk interface for 32 bit floating point data (float).classDataBlkIntThis is an implementation of the DataBlk interface for signed 32 bit integral data.Methods in jj2000.j2k.image that return DataBlk Modifier and Type Method Description DataBlkBlkImgDataSrc. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkImgDataConverter. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' specified in the block given as argument.DataBlkImgDataJoiner. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkTiler. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkBlkImgDataSrc. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkImgDataConverter. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' defined in the block given as argument.DataBlkImgDataJoiner. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkTiler. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.Methods in jj2000.j2k.image with parameters of type DataBlk Modifier and Type Method Description DataBlkBlkImgDataSrc. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkImgDataConverter. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' specified in the block given as argument.DataBlkImgDataJoiner. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkTiler. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkBlkImgDataSrc. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkImgDataConverter. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' defined in the block given as argument.DataBlkImgDataJoiner. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkTiler. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component. -
Uses of DataBlk in jj2000.j2k.image.forwcomptransf
Methods in jj2000.j2k.image.forwcomptransf that return DataBlk Modifier and Type Method Description DataBlkForwCompTransf. getCompData(DataBlk blk, int c)Apply forward component transformation associated with the current tile.DataBlkForwCompTransf. getInternCompData(DataBlk blk, int c)Apply the component transformation associated with the current tile.Methods in jj2000.j2k.image.forwcomptransf with parameters of type DataBlk Modifier and Type Method Description DataBlkForwCompTransf. getCompData(DataBlk blk, int c)Apply forward component transformation associated with the current tile.DataBlkForwCompTransf. getInternCompData(DataBlk blk, int c)Apply the component transformation associated with the current tile. -
Uses of DataBlk in jj2000.j2k.image.input
Methods in jj2000.j2k.image.input that return DataBlk Modifier and Type Method Description DataBlkImgReaderPGM. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkImgReaderPGM. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.Methods in jj2000.j2k.image.input with parameters of type DataBlk Modifier and Type Method Description DataBlkImgReaderPGM. getCompData(DataBlk blk, int c)Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.DataBlkImgReaderPGM. getInternCompData(DataBlk blk, int c)Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component. -
Uses of DataBlk in jj2000.j2k.image.invcomptransf
Methods in jj2000.j2k.image.invcomptransf that return DataBlk Modifier and Type Method Description DataBlkInvCompTransf. getCompData(DataBlk blk, int c)Apply inverse component transformation associated with the current tile.DataBlkInvCompTransf. getInternCompData(DataBlk blk, int c)Apply the inverse component transformation associated with the current tile.Methods in jj2000.j2k.image.invcomptransf with parameters of type DataBlk Modifier and Type Method Description DataBlkInvCompTransf. getCompData(DataBlk blk, int c)Apply inverse component transformation associated with the current tile.DataBlkInvCompTransf. getInternCompData(DataBlk blk, int c)Apply the inverse component transformation associated with the current tile. -
Uses of DataBlk in jj2000.j2k.quantization.dequantizer
Methods in jj2000.j2k.quantization.dequantizer that return DataBlk Modifier and Type Method Description DataBlkCBlkQuantDataSrcDec. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkStdDequantizer. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkCBlkQuantDataSrcDec. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy).DataBlkStdDequantizer. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy).Methods in jj2000.j2k.quantization.dequantizer with parameters of type DataBlk Modifier and Type Method Description DataBlkCBlkQuantDataSrcDec. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkStdDequantizer. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkCBlkQuantDataSrcDec. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy).DataBlkStdDequantizer. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy). -
Uses of DataBlk in jj2000.j2k.roi
Methods in jj2000.j2k.roi that return DataBlk Modifier and Type Method Description DataBlkROIDeScaler. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkROIDeScaler. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy).Methods in jj2000.j2k.roi with parameters of type DataBlk Modifier and Type Method Description DataBlkROIDeScaler. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkROIDeScaler. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy). -
Uses of DataBlk in jj2000.j2k.wavelet.synthesis
Methods in jj2000.j2k.wavelet.synthesis that return DataBlk Modifier and Type Method Description DataBlkCBlkWTDataSrcDec. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkInvWTFull. getCompData(DataBlk blk, int c)Returns a block of image data containing the specifed rectangular area, in the specified component, as a copy (see below).DataBlkCBlkWTDataSrcDec. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy).DataBlkInvWTFull. getInternCompData(DataBlk blk, int c)Returns a block of image data containing the specifed rectangular area, in the specified component, as a reference to the internal buffer (see below).Methods in jj2000.j2k.wavelet.synthesis with parameters of type DataBlk Modifier and Type Method Description DataBlkCBlkWTDataSrcDec. getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component, as a copy (see below).DataBlkInvWTFull. getCompData(DataBlk blk, int c)Returns a block of image data containing the specifed rectangular area, in the specified component, as a copy (see below).DataBlkCBlkWTDataSrcDec. getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)Returns the specified code-block in the current tile for the specified component (as a reference or copy).DataBlkInvWTFull. getInternCompData(DataBlk blk, int c)Returns a block of image data containing the specifed rectangular area, in the specified component, as a reference to the internal buffer (see below).
-