Microsoft SDK for Java

DhImage.getReadyState

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.