Calculates and returns the bitwise inclusive OR of the status of all media with the specified identifier that are tracked by this media tracker.
Possible flags defined by the
MediaTracker
class are LOADING
,
ABORTED
, ERRORED
, and
COMPLETE
. An image that hasn't started
loading has zero as its status.
If the value of load
is true
, then
this method starts loading any images that are not yet being loaded.
id | the identifier of the images to check | |
load | if true , start loading
any images that are not yet being loaded |
java.awt.MediaTracker.statusAll(boolean), java.awt.MediaTracker.LOADING, java.awt.MediaTracker.ABORTED, java.awt.MediaTracker.ERRORED, java.awt.MediaTracker.COMPLETE
Diagram: Observer