|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.essex.ia.media.JAIRegistryManager
public class JAIRegistryManager
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 |
---|
public static JAIRegistryManager getInstance()
public void updateRegistry(javax.media.jai.OperationRegistry operationRegistry)
updateRegistry
in interface javax.media.jai.OperationRegistrySpi
operationRegistry
- HoughLinesDescriptor
,
HSISegmentDescriptor
,
ImageInfoDescriptor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |