Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

constants group ImageStatus
Description
These values are used to specify to which degree an image is available.

Constants
IMAGESTATUS_ERROR This conveys that an error was encountered while producing the image.  
IMAGESTATUS_SINGLEFRAMEDONE This conveys that one frame of the image is complete but there are more frames to be delivered.  
IMAGESTATUS_STATICIMAGEDONE This conveys that the image is complete and there are no more pixels or frames to be delivered.  
IMAGESTATUS_ABORTED This conveys that the image creation process was deliberately aborted.  
Constants' Details
IMAGESTATUS_ERROR
const long IMAGESTATUS_ERROR = 1;
Description
This conveys that an error was encountered while producing the image.
IMAGESTATUS_SINGLEFRAMEDONE
const long IMAGESTATUS_SINGLEFRAMEDONE = 2;
Description
This conveys that one frame of the image is complete but there are more frames to be delivered.
IMAGESTATUS_STATICIMAGEDONE
const long IMAGESTATUS_STATICIMAGEDONE = 3;
Description
This conveys that the image is complete and there are no more pixels or frames to be delivered.
IMAGESTATUS_ABORTED
const long IMAGESTATUS_ABORTED = 4;
Description
This conveys that the image creation process was deliberately aborted.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.