Searched refs:ImageFetcher (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageFetcher.java32 * An ImageFetcher is a thread used to fetch ImageFetchable objects.
33 * Once an ImageFetchable object has been fetched, the ImageFetcher
38 * ImageFetcher threads for each AppContext. A per-AppContext queue
44 class ImageFetcher extends Thread { class in inherits:Thread
51 // queue before an ImageFetcher dies
54 * Constructor for ImageFetcher -- only called by add() below.
56 private ImageFetcher(ThreadGroup threadGroup, int index) { method in class:ImageFetcher
63 * a new ImageFetcher if it's reasonable to do so.
131 * elapses in the mean time, or if the ImageFetcher is interrupted,
163 * The main run() method of an ImageFetcher Threa
[all...]
H A DInputStreamImageSource.java167 if (ImageFetcher.add(this)) {
179 ImageFetcher.remove(this);
H A DImageDecoder.java117 feeder.setPriority(ImageFetcher.LOW_PRIORITY);
H A DGifImageDecoder.java147 ImageFetcher.startingAnimation();
198 ImageFetcher.startingAnimation();

Completed in 32 milliseconds