| Package | Description |
|---|---|
| java.awt.image.renderable |
Provides classes and interfaces for producing rendering-independent images.
|
| Modifier and Type | Method and Description |
|---|---|
RenderContext |
ContextualRenderedImageFactory.mapRenderContext(int i, RenderContext
Maps the operation's output RenderContext into a RenderContext for each of the operation's sources.
|
| Modifier and Type | Method and Description |
|---|---|
RenderedImage |
ContextualRenderedImageFactory.create(RenderContext
Creates a rendering, given a RenderContext and a ParameterBlock containing the operation's sources and parameters.
|
RenderedImage |
RenderableImageOp.createRendering(RenderContext
Creates a RenderedImage which represents this RenderableImageOp (including its Renderable sources) rendered according to the given RenderContext.
|
RenderedImage |
RenderableImage.createRendering(RenderContext
Creates a RenderedImage that represented a rendering of this image using a given RenderContext.
|
RenderContext |
ContextualRenderedImageFactory.mapRenderContext(int i, RenderContext
Maps the operation's output RenderContext into a RenderContext for each of the operation's sources.
|
void |
RenderableImageProducer.setRenderContext(RenderContext
Sets a new RenderContext to use for the next startProduction() call.
|
| Constructor and Description | |
|---|---|
RenderableImageProducer(RenderableImage
Constructs a new RenderableImageProducer from a RenderableImage and a RenderContext.
|