Changed Methods |
Object[] getErrorsAny()
|
Documentation changed from old to new. |
Returns a list of all media that have encountered an error. |
Object[] getErrorsID(int )
|
Documentation changed from old to new. |
Returns a list of media with the specified ID that have encountered an error. |
boolean isErrorAny()
|
Documentation changed from old to new. |
Checks the error status of all of the images. |
boolean isErrorID(int )
|
Documentation changed from old to new. |
Checks the error status of all of the images tracked by this media tracker with the specified identifier. |
int statusAll(boolean )
|
Documentation changed from old to new. |
Calculates and returns the bitwise inclusive OR of the status of all media that are tracked by this media tracker. |
int statusID(int, boolean)
|
Documentation changed from old to new. |
Calculates and returns the bitwise inclusive OR of the status of all media with the specified identifier that are tracked by this media tracker. |
void addImage(Image, int)
|
Documentation changed from old to new. |
Adds an image to the list of images being tracked by this media tracker. |
void addImage(Image, int, int, int)
|
Documentation changed from old to new. |
Adds a scaled image to the list of images being tracked by this media tracker. |
boolean checkAll()
|
Documentation changed from old to new. |
Checks to see if all images being tracked by this media tracker have finished loading. |
boolean checkAll(boolean )
|
Documentation changed from old to new. |
Checks to see if all images being tracked by this media tracker have finished loading. |
boolean checkID(int )
|
Documentation changed from old to new. |
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading. |
boolean checkID(int, boolean)
|
Documentation changed from old to new. |
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading. |
void removeImage(Image )
|
Documentation changed from old to new. |
Removes the specified image from this media tracker. |
void removeImage(Image, int)
|
Documentation changed from old to new. |
Removes the specified image from the specified tracking ID of this media tracker. |
void removeImage(Image, int, int, int)
|
Documentation changed from old to new. |
Removes the specified image with the specified width height and ID from this media tracker. |
boolean waitForAll(long )
|
Documentation changed from old to new. |
Starts loading all images tracked by this media tracker. |
void waitForAll()
|
Documentation changed from old to new. |
Starts loading all images tracked by this media tracker. |
boolean waitForID(int, long)
|
Documentation changed from old to new. |
Starts loading all images tracked by this media tracker with the specified identifier. |
void waitForID(int )
|
Documentation changed from old to new. |
Starts loading all images tracked by this media tracker with the specified identifier. |