Uses of Class
nom.tam.image.tile.operation.TileArea
Packages that use TileArea
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 TileArea in nom.tam.image.compression.tile
Constructors in nom.tam.image.compression.tile with parameters of type TileAreaModifierConstructorDescriptionprotected
TileCompressor
(TiledImageCompressionOperation array, int tileIndex, TileArea area) Creates a new tile compressor for a specific tile in the image.protected
TileDecompressor
(TiledImageCompressionOperation array, int tileIndex, TileArea area) Creates a new tile decompressor for a specific tile in the image. -
Uses of TileArea in nom.tam.image.tile.operation
Methods in nom.tam.image.tile.operation that return TileAreaModifier and TypeMethodDescriptionTileArea.end
(int... newEndPoint) Sets the pixel boundaries where this tile ends.AbstractTileOperation.getArea()
Returns the location and size of the 2D image tile inside the entire imageTileArea.size
(int... sizes) Sets the size of this tile area.TileArea.start
(int... newStartPoint) Sets the pixel boundaries where this tile begins.Methods in nom.tam.image.tile.operation with parameters of type TileAreaModifier and TypeMethodDescriptionITileOperationInitialisation.createTileOperation
(int tileIndex, TileArea area) Creates a new instance of the supported parallel tile operation for a specifictileboolean
TileArea.intersects
(TileArea other) Constructors in nom.tam.image.tile.operation with parameters of type TileAreaModifierConstructorDescriptionAbstractTileOperation
(ITiledImageOperation operation, int tileIndex, TileArea area) Creates a parallel tile processing operation for a specific 2D image tile.