Removes the specified image with the specified width, height, and ID from this media tracker. Only the specified instance (with any duplicates) is removed.
image | the image to be removed | |
id | the tracking ID from which to remove the image | |
width | the width to remove (-1 for unscaled) | |
height | the height to remove (-1 for unscaled) |
java.awt.MediaTracker.removeImage(java.awt.Image), java.awt.MediaTracker.removeImage(java.awt.Image, int)
Diagram: Observer