Class Summary |
CompTransfSpec |
This class extends the ModuleSpec class in order to hold tile
specifications for multiple component transformation |
Coord |
This class represents 2-D coordinates. |
DataBlk |
This is a generic abstract class to store data from a block of an
image. |
DataBlkFloat |
This is an implementation of the DataBlk interface for 32 bit
floating point data (float). |
DataBlkInt |
This is an implementation of the DataBlk interface for signed 32
bit integral data. |
ImgDataAdapter |
This class provides a default implementation of the methods in the
'ImgData' interface. |
ImgDataConverter |
This class is responsible of all data type conversions. |
ImgDataJoiner |
This class implements the ImgData interface and allows to obtain data from
different sources. |
Tiler |
This class places an image in the canvas coordinate system, tiles it, if so
specified, and performs the coordinate conversions transparently. |