Uses of Interface
nom.tam.image.tile.operation.ITileOperation
Packages that use ITileOperation
Package
Description
(for internal use) Tile compression support for images and tables.
Interfaces and base classes for handling image tiles (primarily for internal use) .
-
Uses of ITileOperation in nom.tam.image.compression.tile
Classes in nom.tam.image.compression.tile that implement ITileOperationModifier and TypeClassDescriptionclass
(for internal use) A parallel operation for compressing a specific image or binary table tile.class
(for internal use) A parallel operation for decompressing a specific image or binary table tile. -
Uses of ITileOperation in nom.tam.image.tile.operation
Classes in nom.tam.image.tile.operation with type parameters of type ITileOperationModifier and TypeClassDescriptionclass
AbstractTiledImageOperation<OPERATION extends ITileOperation>
A base implementation of 2D image tile compression.interface
ITileOperationInitialisation<OPERATION extends ITileOperation>
(for internal use) Interface for initializing parallel operations on 2D image tiles.Classes in nom.tam.image.tile.operation that implement ITileOperationModifier and TypeClassDescriptionclass
(for internal use) A base implementation of parallel processing of tiles.Methods in nom.tam.image.tile.operation that return ITileOperationModifier and TypeMethodDescriptionprotected ITileOperation
AbstractTileOperation.getPreviousTileOperation()
Returns the parallel tile operation whose tile index is one less than ours.ITiledImageOperation.getTileOperation
(int i) Returns the operation that handles the parallel processing of specific tiles.protected OPERATION[]
AbstractTiledImageOperation.getTileOperations()
AbstractTileOperation.setDimensions
(int dataOffset, int width, int height) ITileOperation.setDimensions
(int dataOffset, int width, int height) Specifies the location of the tile in the serialized buffer.