|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sanselan.formats.tiff.TiffImageData
public abstract class TiffImageData
| Nested Class Summary | |
|---|---|
static class |
TiffImageData.Data
|
static class |
TiffImageData.Strips
|
static class |
TiffImageData.Tiles
|
| Constructor Summary | |
|---|---|
TiffImageData()
|
|
| Method Summary | |
|---|---|
abstract DataReader |
getDataReader(java.util.ArrayList entries,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression)
|
abstract TiffElement.DataElement[] |
getImageData()
|
abstract boolean |
stripsNotTiles()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TiffImageData()
| Method Detail |
|---|
public abstract TiffElement.DataElement[] getImageData()
public abstract boolean stripsNotTiles()
public abstract DataReader getDataReader(java.util.ArrayList entries,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression)
throws java.io.IOException,
ImageReadException
java.io.IOException
ImageReadException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||