org.jaitools.media.jai.contour
Class ContourRIF
java.lang.Object
org.jaitools.media.jai.contour.ContourRIF
- All Implemented Interfaces:
- RenderedImageFactory
public class ContourRIF
- extends Object
- implements RenderedImageFactory
The image factory for the Contour operator.
- Since:
- 1.1
- Version:
- $Id$
- Author:
- Michael Bedward
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContourRIF
public ContourRIF()
create
public RenderedImage create(ParameterBlock paramBlock,
RenderingHints renderHints)
- Creates a new instance of ContourOpImage in the rendered layer.
- Specified by:
create in interface RenderedImageFactory
- Parameters:
paramBlock - specifies the source image and the parameters
"roi", "band", "outsideValues" and "insideEdges"renderHints - rendering hints (ignored)
Copyright © 2009-2015. All Rights Reserved.