|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectIIOReadProgressAdapter
public class IIOReadProgressAdapter
An abstract adapter class for receiving image progress events. All methods in this class are empty. This class exists as convenience for creating listener objects.
| coverage/geotk-coverage (download) | View source code for this class |
| Constructor Summary | |
|---|---|
protected |
IIOReadProgressAdapter()
Creates a new read progress listener. |
| Method Summary | |
|---|---|
void |
imageComplete(ImageReader source)
Reports that the current image read operation has completed. |
void |
imageProgress(ImageReader source,
float percentageDone)
Reports the approximate degree of completion of the current read call of the associated ImageReader. |
void |
imageStarted(ImageReader source,
int imageIndex)
Reports that an image read operation is beginning. |
void |
readAborted(ImageReader source)
Reports that a read has been aborted via the reader's abort method. |
void |
sequenceComplete(ImageReader source)
Reports that a sequence of read operations has completed. |
void |
sequenceStarted(ImageReader source,
int minIndex)
Reports that a sequence of read operations is beginning. |
void |
thumbnailComplete(ImageReader source)
Reports that a thumbnail read operation has completed. |
void |
thumbnailProgress(ImageReader source,
float percentageDone)
Reports the approximate degree of completion of the current getThumbnail
call within the associated ImageReader. |
void |
thumbnailStarted(ImageReader source,
int imageIndex,
int thumbnailIndex)
Reports that a thumbnail read operation is beginning. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IIOReadProgressAdapter()
| Method Detail |
|---|
public void sequenceStarted(ImageReader source,
int minIndex)
sequenceStarted in interface IIOReadProgressListenerpublic void sequenceComplete(ImageReader source)
sequenceComplete in interface IIOReadProgressListener
public void imageStarted(ImageReader source,
int imageIndex)
imageStarted in interface IIOReadProgressListener
public void imageProgress(ImageReader source,
float percentageDone)
read call of the associated ImageReader.
imageProgress in interface IIOReadProgressListenerpublic void imageComplete(ImageReader source)
imageComplete in interface IIOReadProgressListener
public void thumbnailStarted(ImageReader source,
int imageIndex,
int thumbnailIndex)
thumbnailStarted in interface IIOReadProgressListener
public void thumbnailProgress(ImageReader source,
float percentageDone)
getThumbnail
call within the associated ImageReader.
thumbnailProgress in interface IIOReadProgressListenerpublic void thumbnailComplete(ImageReader source)
thumbnailComplete in interface IIOReadProgressListenerpublic void readAborted(ImageReader source)
abort method.
readAborted in interface IIOReadProgressListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||