Class VectorizeSpi

Object
VectorizeSpi
All Implemented Interfaces:
OperationRegistrySpi

public class VectorizeSpi extends Object implements OperationRegistrySpi
OperationRegistrySpi implementation to register the "Vectorize" operation and its associated image factories.
Since:
1.1
Author:
Michael Bedward
  • Constructor Details

    • VectorizeSpi

      public VectorizeSpi()
      Default constructor.
  • Method Details

    • updateRegistry

      public void updateRegistry(OperationRegistry registry)
      Registers the Vectorize operation and its associated image factories across all supported operation modes.
      Specified by:
      updateRegistry in interface OperationRegistrySpi
      Parameters:
      registry - The registry with which to register the operations and their factories.