uk.ac.essex.ia.media
Class JAIRegistryManager

java.lang.Object
  extended by uk.ac.essex.ia.media.JAIRegistryManager
All Implemented Interfaces:
javax.media.jai.OperationRegistrySpi

public class JAIRegistryManager
extends java.lang.Object
implements javax.media.jai.OperationRegistrySpi

Handles registering the JAI operators of ImageApp. This file is called once by the JAI framework (on its first invocation). This is achieved by adding the file 'javax.media.jai.OperationRegistrySpi' to the classpath. This file contains the fully qualified name of a class implementing OperationRegistrySpi. ie/ This class. You should have received a copy of GNU public license with this code. If not please visit this site


Method Summary
static JAIRegistryManager getInstance()
           
 void updateRegistry(javax.media.jai.OperationRegistry operationRegistry)
          This method is called by the JAI framework once on its first invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JAIRegistryManager getInstance()

updateRegistry

public void updateRegistry(javax.media.jai.OperationRegistry operationRegistry)
This method is called by the JAI framework once on its first invocation. This registers non-standard JAI operators.

Specified by:
updateRegistry in interface javax.media.jai.OperationRegistrySpi
Parameters:
operationRegistry -
See Also:
HoughLinesDescriptor, HSISegmentDescriptor, ImageInfoDescriptor