Uses of Class
nom.tam.image.tile.operation.buffer.TileBuffer
Packages that use TileBuffer
Package
Description
-
Uses of TileBuffer in nom.tam.image.compression.tile.mask
Fields in nom.tam.image.compression.tile.mask declared as TileBufferMethods 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 TileBufferModifierConstructorDescriptionprotectedAbstractNullPixelMask(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) NullPixelMaskPreserver(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) NullPixelMaskRestorer(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl) -
Uses of TileBuffer in nom.tam.image.tile.operation
Fields in nom.tam.image.tile.operation declared as TileBufferMethods in nom.tam.image.tile.operation that return TileBufferMethods in nom.tam.image.tile.operation with parameters of type TileBufferModifier and TypeMethodDescriptionprotected voidAbstractTileOperation.setTileBuffer(TileBuffer tileBuffer) -
Uses of TileBuffer in nom.tam.image.tile.operation.buffer
Subclasses of TileBuffer in nom.tam.image.tile.operation.bufferModifier and TypeClassDescription(package private) classThis subclass of the row based view, will abstract the problems that occur when the tile does not spread over a whole row.classMethods in nom.tam.image.tile.operation.buffer that return TileBufferModifier and TypeMethodDescriptionstatic TileBufferTileBufferFactory.createTileBuffer(PrimitiveType<Buffer> baseType, int dataOffset, int imageWidth, int width, int height)