Class TileBufferFactory
java.lang.Object
nom.tam.image.tile.operation.buffer.TileBufferFactory
(for internal use) Creates linear buffers for storing data of 2D image tiles.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic TileBuffer
createTileBuffer
(ElementType<Buffer> baseType, int dataOffset, int imageWidth, int width, int height) Deprecated.for internal use only
-
Method Details
-
createTileBuffer
public static TileBuffer createTileBuffer(ElementType<Buffer> baseType, int dataOffset, int imageWidth, int width, int height) Deprecated.for internal use only
-