public static class TiffImageData.Tiles extends TiffImageData
TiffImageData.ByteSourceData, TiffImageData.Data, TiffImageData.Strips, TiffImageData.Tiles
Modifier and Type | Field and Description |
---|---|
TiffElement.DataElement[] |
tiles |
Constructor and Description |
---|
Tiles(TiffElement.DataElement[] tiles,
int tileWidth,
int tileLength) |
Modifier and Type | Method and Description |
---|---|
DataReader |
getDataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
java.nio.ByteOrder byteOrder) |
TiffElement.DataElement[] |
getImageData() |
int |
getTileHeight()
Get the height of individual tiles.
|
int |
getTileWidth()
Get the width of individual tiles.
|
boolean |
stripsNotTiles() |
public final TiffElement.DataElement[] tiles
public Tiles(TiffElement.DataElement[] tiles, int tileWidth, int tileLength)
public TiffElement.DataElement[] getImageData()
getImageData
in class TiffImageData
public boolean stripsNotTiles()
stripsNotTiles
in class TiffImageData
public DataReader getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, java.nio.ByteOrder byteOrder) throws java.io.IOException, ImageReadException
getDataReader
in class TiffImageData
java.io.IOException
ImageReadException
public int getTileWidth()
public int getTileHeight()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"