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