API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image.renderable. ContextualRenderedImageFactory View Source
Author(s)
Since
Version
Serial
Hierarchy
 RenderedImageFactory
      ContextualRenderedImageFactory
Subinterfaces
Description
public interface ContextualRenderedImageFactory
  ContextualRenderedImageFactory provides an interface for the functionality that may differ between instances of RenderableImageOp.
See also:   
Methods
Hide/Show inherited methods
public RenderedImage create (RenderContext renderContext, ParameterBlock paramBlock)
  Creates a rendering, given a RenderContext and a ParameterBlock containing the operation's sources and parameters.
public Rectangle2D getBounds2D (ParameterBlock paramBlock)
  Returns the bounding box for the output of the operation, performed on a given set of sources, in rendering-independent space.
public Object getProperty (ParameterBlock paramBlock, String name)
  Gets the appropriate instance of the property specified by the name parameter.
public String getPropertyNames ()
  Returns a list of names recognized by getProperty.
public boolean isDynamic ()
  Returns true if successive renderings (that is, calls to create(RenderContext, ParameterBlock)) with the same arguments may produce different results.
public RenderContext 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.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar