org.jaitools.media.jai.contour
Class ContourSpi
java.lang.Object
org.jaitools.media.jai.contour.ContourSpi
- All Implemented Interfaces:
- javax.media.jai.OperationRegistrySpi
public class ContourSpi
- extends Object
- implements javax.media.jai.OperationRegistrySpi
OperationRegistrySpi implementation to register the "Contour"
operation and its associated image factories.
- Since:
- 1.1
- Version:
- $Id$
- Author:
- Michael Bedward
|
Constructor Summary |
ContourSpi()
Default constructor. |
|
Method Summary |
void |
updateRegistry(javax.media.jai.OperationRegistry registry)
Registers the Contour 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 |
ContourSpi
public ContourSpi()
- Default constructor.
updateRegistry
public void updateRegistry(javax.media.jai.OperationRegistry registry)
- Registers the Contour 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.