API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image.renderable. RenderedImageFactory View Source
Author(s)
Since
Version
Serial
Hierarchy
 RenderedImageFactory
Subinterfaces
Description
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.
See also:   
Methods
Hide/Show inherited methods
public RenderedImage create (ParameterBlock paramBlock, RenderingHints hints)
  Creates a RenderedImage representing the results of an imaging operation (or chain of operations) for a given ParameterBlock and RenderingHints.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar