Package org.jaitools.media.jai.vectorize
Class VectorizeSpi
Object
VectorizeSpi
- All Implemented Interfaces:
OperationRegistrySpi
OperationRegistrySpi implementation to register the "Vectorize" operation and its associated image factories.
- Since:
- 1.1
- Author:
- Michael Bedward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateRegistry(OperationRegistry registry) Registers the Vectorize operation and its associated image factories across all supported operation modes.
-
Constructor Details
-
VectorizeSpi
public VectorizeSpi()Default constructor.
-
-
Method Details
-
updateRegistry
Registers the Vectorize operation and its associated image factories across all supported operation modes.- Specified by:
updateRegistryin interfaceOperationRegistrySpi- Parameters:
registry- The registry with which to register the operations and their factories.
-