Class ActionClone

All Implemented Interfaces:
ScriptableActionInterface

public class ActionClone extends ActionImageProcessorBase
A script action which clones an input image and puts it into a new image frame.
  • Constructor Details

    • ActionClone

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

      public ActionClone(ModelImage input, ModelImage result)
      Constructor used to record the script action line.
      Parameters:
      input - The image which was processed.
      result - The result image generated.
  • Method Details