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 int
protected String
protected int
protected int
protected int
rowEnd
(int value) rowStart
(int value) static BinaryTableTileDescription
tile()
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()
-