org.geotools.image.jai
Class CombineCRIF

java.lang.Object
  extended byjavax.media.jai.CRIFImpl
      extended byorg.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 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Remi Eve, Martin Desruisseaux

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.



Copyright © GeoTools. All Rights Reserved.