DhImage.getReadyState
Overview | Methods | 
This Package | All Packages
Returns the current state of the image object. 
Syntax
final public String getReadyState()
Return Value
Returns the current state. Possible return string values include: 
    - "uninitialized", indicating the object is not initialized with data. 
- "loading", indicating the object is currently loading its data. 
- "interactive", indicating the object can be interacted with even though it is
      not fully loaded. 
- "complete", indicating the image is completely loaded.