Class TileBufferRowBased
java.lang.Object
nom.tam.image.tile.operation.buffer.TileBuffer
nom.tam.image.tile.operation.buffer.TileBufferRowBased
Deprecated.
(for internal use) Tiling implementation, for when the tile width matches the width of the image. For example, for covering a 300 by 250 image with tiles of 300 by 7 pixels.
-
Constructor Summary
ConstructorsConstructorDescriptionTileBufferRowBased
(ElementType<Buffer> baseType, int dataOffset, int width, int height) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class nom.tam.image.tile.operation.buffer.TileBuffer
finish, getBaseType, getHeight, getImageBuffer, getPixelSize, getWidth
-
Constructor Details
-
TileBufferRowBased
Deprecated.
-
-
Method Details
-
getBuffer
Deprecated.- Specified by:
getBuffer
in classTileBuffer
-
setData
Deprecated.- Overrides:
setData
in classTileBuffer
-
TileBufferFactory
instead to construct and access viaTileBuffer
interface. Its visiv=bility should be reduced to the package level in the future.