Class ActionChangeOrigin

All Implemented Interfaces:
ScriptableActionInterface

public class ActionChangeOrigin extends ActionImageProcessorBase
A script action which changes the image's origin
  • Field Details

    • IMAGE_ORIGIN

      private static final String IMAGE_ORIGIN
      The label to use for the parameter indicating the new origin
      See Also:
  • Constructor Details

    • ActionChangeOrigin

      public ActionChangeOrigin()
      Constructor for the dynamic instantiation and execution of the script action.
    • ActionChangeOrigin

      public ActionChangeOrigin(ModelImage image)
      Main constructor with parameters for changing the origin
      Parameters:
      image - the input image
  • Method Details