Class BinaryTableTileDescription
java.lang.Object
nom.tam.image.compression.bintable.BinaryTableTileDescription
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumn(int value) compressionAlgorithm(String value) protected intprotected Stringprotected intprotected intprotected introwEnd(int value) rowStart(int value) static BinaryTableTileDescriptiontile()tileIndex(int value)
-
Field Details
-
rowStart
private int rowStart -
rowEnd
private int rowEnd -
column
private int column -
tileIndex
private int tileIndex -
compressionAlgorithm
-
-
Constructor Details
-
BinaryTableTileDescription
private BinaryTableTileDescription()
-
-
Method Details
-
tile
-
column
-
compressionAlgorithm
-
rowEnd
-
rowStart
-
tileIndex
-
getColumn
protected int getColumn() -
getCompressionAlgorithm
-
getRowEnd
protected int getRowEnd() -
getRowStart
protected int getRowStart() -
getTileIndex
protected int getTileIndex()
-