RenderedImageFactory
Interface RenderedImageFactory
- All Known Subinterfaces:
- ContextualRenderedImageFactory
public interface RenderedImageFactory
The RenderedImageFactory interface (often abbreviated RIF) is intended to be implemented by classes that wish to act as factories to produce different renderings, for example by executing a series of BufferedImageOps on a set of sources, depending on a specific set of parameters, properties, and rendering hints.
Methods
create
RenderedImage create(ParameterBlock paramBlock, RenderingHints hints)
Creates a RenderedImage representing the results of an imaging operation (or chain of operation