org.jaitools.media.jai.vectorbinarize
Class VectorBinarizeSpi
java.lang.Object
org.jaitools.media.jai.vectorbinarize.VectorBinarizeSpi
- All Implemented Interfaces:
- javax.media.jai.OperationRegistrySpi
public class VectorBinarizeSpi
- extends Object
- implements javax.media.jai.OperationRegistrySpi
OperationRegistrySpi implementation to register the "VectorBinarize"
operation and its associated image factories.
- Since:
- 1.1
- Version:
- $Id$
- Author:
- Michael Bedward, Andrea Aime
|
Method Summary |
void |
updateRegistry(javax.media.jai.OperationRegistry registry)
Registers the VectorBinarize operation and its
associated image factories across all supported operation modes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VectorBinarizeSpi
public VectorBinarizeSpi()
- Default constructor.
updateRegistry
public void updateRegistry(javax.media.jai.OperationRegistry registry)
- Registers the VectorBinarize operation and its
associated image factories across all supported operation modes.
- Specified by:
updateRegistry in interface javax.media.jai.OperationRegistrySpi
- Parameters:
registry - The registry with which to register the operations
and their factories.
Copyright © 2009-2015. All Rights Reserved.