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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DImageProducer.java48 * by a call to the <code>startProduction</code> method.
50 * @see #startProduction
88 public void startProduction(ImageConsumer ic); method in interface:ImageProducer
H A DFilteredImageSource.java161 * is then passed to the <code>startProduction</code> method
174 public void startProduction(ImageConsumer ic) { method in class:FilteredImageSource
183 src.startProduction(imgf);
H A DMemoryImageSource.java315 public void startProduction(ImageConsumer ic) { method in class:MemoryImageSource
/openjdk7/jdk/test/sun/awt/image/ImageWatched/
H A DAddNoLeak.java56 public void startProduction(ImageConsumer ic){} method in class:AddNoLeak.DummyImageSource
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DRenderableImageProducer.java87 * Sets a new RenderContext to use for the next startProduction() call.
135 public synchronized void startProduction(ImageConsumer ic) { method in class:RenderableImageProducer
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DOffScreenImageSource.java79 public void startProduction(ImageConsumer ic) { method in class:OffScreenImageSource
H A DInputStreamImageSource.java124 startProduction();
161 public void startProduction(ImageConsumer ic) { method in class:InputStreamImageSource
165 private synchronized void startProduction() { method in class:InputStreamImageSource
340 startProduction();
H A DImageRepresentation.java115 startProduction();
249 // startProduction? We only want to call it if it is new or
729 /*synchronized*/ void startProduction() { method in class:ImageRepresentation
732 image.getSource().startProduction(this);
769 startProduction();
807 startProduction();
839 startProduction();
871 startProduction();
907 startProduction();

Completed in 251 milliseconds