org.geotools.image.jai
Class CombineCRIF

java.lang.Object
  extended by javax.media.jai.CRIFImpl
      extended by org.geotools.image.jai.CombineCRIF
All Implemented Interfaces:
java.awt.image.renderable.ContextualRenderedImageFactory, java.awt.image.renderable.RenderedImageFactory

public class CombineCRIF
extends javax.media.jai.CRIFImpl

The image factory for the Combine operation.

Since:
2.1
Version:
$Id: CombineCRIF.java 30643 2008-06-12 18:27:03Z acuster $
Author:
Remi Eve, Martin Desruisseaux (IRD)

Field Summary
 
Fields inherited from class javax.media.jai.CRIFImpl
operationName
 
Constructor Summary
CombineCRIF()
          Constructs a default factory.
 
Method Summary
 java.awt.image.RenderedImage create(java.awt.image.renderable.ParameterBlock param, java.awt.RenderingHints hints)
          Creates a RenderedImage representing the results of an imaging operation for a given ParameterBlock and RenderingHints.
 
Methods inherited from class javax.media.jai.CRIFImpl
create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombineCRIF

public CombineCRIF()
Constructs a default factory.

Method Detail

create

public java.awt.image.RenderedImage create(java.awt.image.renderable.ParameterBlock param,
                                           java.awt.RenderingHints hints)
Creates a RenderedImage representing the results of an imaging operation for a given ParameterBlock and RenderingHints.

Specified by:
create in interface java.awt.image.renderable.RenderedImageFactory
Specified by:
create in class javax.media.jai.CRIFImpl


Copyright © 1996-2010 Geotools. All Rights Reserved.