|
Whole document tree
java.awt.image.renderable
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
RenderableImageProducer(RenderableImage rdblImage,
RenderContext rc)
Constructs a new RenderableImageProducer from a RenderableImage and a RenderContext. |
|
| Method Summary | |
void |
addConsumer(ImageConsumer ic)
Adds an ImageConsumer to the list of consumers interested in data for this image. |
boolean |
isConsumer(ImageConsumer ic)
Determine if an ImageConsumer is on the list of consumers currently interested in data for this image. |
void |
removeConsumer(ImageConsumer ic)
Remove an ImageConsumer from the list of consumers interested in data for this image. |
void |
requestTopDownLeftRightResend(ImageConsumer ic)
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order. |
void |
run()
The runnable method for this class. |
void |
setRenderContext(RenderContext rc)
Sets a new RenderContext to use for the next startProduction() call. |
void |
startProduction(ImageConsumer ic)
Adds an ImageConsumer to the list of consumers interested in data for this image, and immediately starts delivery of the image data through the ImageConsumer interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RenderableImageProducer(RenderableImage rdblImage, RenderContext rc)
rdblImage - the RenderableImage to be rendered.rc - the RenderContext to use for producing the pixels.| Method Detail |
public void setRenderContext(RenderContext rc)
rc - the new RenderContext.public void addConsumer(ImageConsumer ic)
addConsumer in interface ImageProduceric - an ImageConsumer to be added to the interest list.public boolean isConsumer(ImageConsumer ic)
isConsumer in interface ImageProduceric - the ImageConsumer to be checked.public void removeConsumer(ImageConsumer ic)
removeConsumer in interface ImageProduceric - the ImageConsumer to be removed.public void startProduction(ImageConsumer ic)
startProduction in interface ImageProduceric - the ImageConsumer to be added to the list of consumers.public void requestTopDownLeftRightResend(ImageConsumer ic)
requestTopDownLeftRightResend in interface ImageProduceric - the ImageConsumer requesting the resend.public void run()
java.lang.RunnableThread.run()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.