org.jaitools.media.jai.vectorbinarize
Class VectorBinarizeRIF
java.lang.Object
org.jaitools.media.jai.vectorbinarize.VectorBinarizeRIF
- All Implemented Interfaces:
- RenderedImageFactory
public class VectorBinarizeRIF
- extends Object
- implements RenderedImageFactory
The image factory for the VectorBinarize operator.
- Since:
- 1.1
- Version:
- $Id$
- Author:
- Michael Bedward, Andrea Aime
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VectorBinarizeRIF
public VectorBinarizeRIF()
create
public RenderedImage create(ParameterBlock paramBlock,
RenderingHints renderHints)
- Creates a new instance of VectorBinarizeOpImage in the rendered layer.
- Specified by:
create in interface RenderedImageFactory
- Parameters:
paramBlock - parameter block with parameters minx, miny, width
height, geometry and coordtyperenderHints - optional rendering hints which may be used to pass an ImageLayout
object containing a SampleModel to use when creating destination
tiles
Copyright © 2009-2015. All Rights Reserved.