jj2000.j2k.image |
|
Java Source File Name | Type | Comment |
BlkImgDataSrc.java | Interface | This interface defines the methods to transfer image data in blocks,
without following any particular order (random access). |
CompTransfSpec.java | Class | |
DataBlk.java | Class | This is a generic abstract class to store data from a block of an
image. |
DataBlkFloat.java | Class | This is an implementation of the DataBlk interface for
32 bit floating point data (float). |
DataBlkInt.java | Class | This is an implementation of the DataBlk interface for
signed 32 bit integral data. |
ImgData.java | Interface | This interface defines methods to access image attributes (width, height,
number of components, etc.). |
ImgDataAdapter.java | Class | This class provides a default implementation of the methods in the
'ImgData' interface. |
ImgDataConverter.java | Class | This class is responsible of all data type conversions. |
ImgDataJoiner.java | Class | This class implements the ImgData interface and allows to obtain data from
different sources. |
Tiler.java | Class | This class places an image in the canvas coordinate system, tiles it, if so
specified, and performs the coordinate conversions transparently. |