Searched defs:ImageProducer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DImageProducer.java30 * Each image contains an ImageProducer which is used to reconstruct
39 public interface ImageProducer { interface
42 * <code>ImageProducer</code> for access to the image data
44 * The <code>ImageProducer</code> may, at its discretion,
57 * <code>ImageProducer</code> as one of its consumers.
61 * this <code>ImageProducer</code>;
71 * The <code>ImageProducer</code> should stop sending data
92 * that the <code>ImageProducer</code> attempt to resend
97 * <code>ImageProducer</code> is free to
100 * <code>ImageProducer</cod
[all...]

Completed in 58 milliseconds