|
|
java > java.awt > java.awt.mediatracker >
Class: java.awt.MediaTracker java.lang.Object java.awt.MediaTracker
public class MediaTracker extends Object implements Serializable
FIELDS:
public static final int ABORTED : 2 public static final int COMPLETE : 8 public static final int ERRORED : 4 public static final int LOADING : 1 |
|
|
|
CONSTRUCTORS:
METHODS:
| | | | public | void | addImage(Image image, int id) |
| | public | void | addImage(Image image, int id, int w, int h) |
| | public | boolean | checkAll() |
| | public | boolean | checkAll(boolean load) |
| | public | boolean | checkID(int id) |
| | public | boolean | checkID(int id, boolean load) |
| | public | Object[] | getErrorsAny() |
| | public | Object[] | getErrorsID(int id) |
| | public | boolean | isErrorAny() |
| | public | boolean | isErrorID(int id) |
| | public | void | removeImage(Image image) |
| | public | void | removeImage(Image image, int id) |
| | public | void | removeImage(Image image, int id, int width, int height) |
| | public | int | statusAll(boolean load) |
| | public | int | statusID(int id, boolean load) |
| | public | void | waitForAll() Throws: InterruptedException |
| | public | boolean | waitForAll(long ms) Throws: InterruptedException |
| | public | void | waitForID(int id) Throws: InterruptedException |
| | public | boolean | waitForID(int id, long ms) Throws: InterruptedException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|