Uses of Class
nom.tam.image.tile.operation.buffer.TileBuffer
Packages that use TileBuffer
Package
Description
(for internal use) Support for blank (
null
) values in compressed image tiles.
Interfaces and base classes for handling image tiles (primarily for internal use) .
(for internal use) Buffering support for image tiles.
-
Uses of TileBuffer in nom.tam.image.compression.tile.mask
Methods in nom.tam.image.compression.tile.mask that return TileBufferMethods in nom.tam.image.compression.tile.mask with parameters of type TileBufferModifier and TypeMethodDescriptionImageNullPixelMask.createTilePreserver
(TileBuffer tileBuffer, int tileIndex) ImageNullPixelMask.createTileRestorer
(TileBuffer tileBuffer, int tileIndex) Constructors in nom.tam.image.compression.tile.mask with parameters of type TileBufferModifierConstructorDescriptionprotected
AbstractNullPixelMask
(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) NullPixelMaskPreserver
(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) Creates a new instance for preserving the null values in a specific image tile when compressing the tile.NullPixelMaskRestorer
(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) Creates a new instance for restoring the null values to a specific image tile when decompressing the tile. -
Uses of TileBuffer in nom.tam.image.tile.operation
Methods in nom.tam.image.tile.operation that return TileBufferModifier and TypeMethodDescriptionprotected TileBuffer
AbstractTileOperation.getTileBuffer()
Returns the buffer that is to be used for storing or retrieving the serialized tile image.Methods in nom.tam.image.tile.operation with parameters of type TileBufferModifier and TypeMethodDescriptionprotected void
AbstractTileOperation.setTileBuffer
(TileBuffer tileBuffer) Sets the buffer to be used for storing or retrieving the serialized tile image. -
Uses of TileBuffer in nom.tam.image.tile.operation.buffer
Subclasses of TileBuffer in nom.tam.image.tile.operation.bufferMethods in nom.tam.image.tile.operation.buffer that return TileBufferModifier and TypeMethodDescriptionstatic TileBuffer
TileBufferFactory.createTileBuffer
(ElementType<Buffer> baseType, int dataOffset, int imageWidth, int width, int height) Deprecated.for internal use only
TileBufferFactory
instead to construct and access viaTileBuffer
interface.