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 TileBufferAbstractNullPixelMask. tileBufferMethods in nom.tam.image.compression.tile.mask that return TileBuffer Modifier and Type Method Description protected TileBufferAbstractNullPixelMask. getTileBuffer()Methods in nom.tam.image.compression.tile.mask with parameters of type TileBuffer Modifier and Type Method Description NullPixelMaskPreserverImageNullPixelMask. createTilePreserver(TileBuffer tileBuffer, int tileIndex)NullPixelMaskRestorerImageNullPixelMask. 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 TileBufferAbstractTileOperation. tileBufferMethods in nom.tam.image.tile.operation that return TileBuffer Modifier and Type Method Description protected TileBufferAbstractTileOperation. getTileBuffer()Methods in nom.tam.image.tile.operation with parameters of type TileBuffer Modifier and Type Method Description protected voidAbstractTileOperation. 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) classTileBufferColumnBasedThis subclass of the row based view, will abstract the problems that occur when the tile does not spread over a whole row.classTileBufferRowBasedMethods in nom.tam.image.tile.operation.buffer that return TileBuffer Modifier and Type Method Description static TileBufferTileBufferFactory. createTileBuffer(PrimitiveType<java.nio.Buffer> baseType, int dataOffset, int imageWidth, int width, int height)TileBufferTileBuffer. setData(java.nio.Buffer value)
-