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