Uses of Class
nom.tam.image.tile.operation.buffer.TileBuffer
-
Packages that use TileBuffer Package Description nom.tam.image.compression.tile.mask nom.tam.image.tile.operation nom.tam.image.tile.operation.buffer -
-
Uses of TileBuffer in nom.tam.image.compression.tile.mask
Fields in nom.tam.image.compression.tile.mask declared as TileBuffer Modifier and Type Field Description private TileBuffer
AbstractNullPixelMask. tileBuffer
Methods in nom.tam.image.compression.tile.mask that return TileBuffer Modifier and Type Method Description protected TileBuffer
AbstractNullPixelMask. getTileBuffer()
Methods in nom.tam.image.compression.tile.mask with parameters of type TileBuffer Modifier and Type Method Description NullPixelMaskPreserver
ImageNullPixelMask. createTilePreserver(TileBuffer tileBuffer, int tileIndex)
NullPixelMaskRestorer
ImageNullPixelMask. createTileRestorer(TileBuffer tileBuffer, int tileIndex)
Constructors in nom.tam.image.compression.tile.mask with parameters of type TileBuffer Constructor Description AbstractNullPixelMask(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 TileBuffer Modifier and Type Field Description private TileBuffer
AbstractTileOperation. tileBuffer
Methods in nom.tam.image.tile.operation that return TileBuffer Modifier and Type Method Description protected TileBuffer
AbstractTileOperation. getTileBuffer()
Methods in nom.tam.image.tile.operation with parameters of type TileBuffer Modifier and Type Method Description protected void
AbstractTileOperation. setTileBuffer(TileBuffer tileBuffer)
-
Uses of TileBuffer in nom.tam.image.tile.operation.buffer
Subclasses of TileBuffer in nom.tam.image.tile.operation.buffer Modifier and Type Class Description (package private) class
TileBufferColumnBased
This subclass of the row based view, will abstract the problems that occur when the tile does not spread over a whole row.class
TileBufferRowBased
Methods in nom.tam.image.tile.operation.buffer that return TileBuffer Modifier and Type Method Description static TileBuffer
TileBufferFactory. createTileBuffer(PrimitiveType<java.nio.Buffer> baseType, int dataOffset, int imageWidth, int width, int height)
TileBuffer
TileBuffer. setData(java.nio.Buffer value)
-