Class ActionChangeTransformInfo

All Implemented Interfaces:
ScriptableActionInterface

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

    • TRANSFORM_MATRIX

      private static final String TRANSFORM_MATRIX
      The label to use for the parameter indicating the transform matrix
      See Also:
    • TRANSFORM_ID

      private static final String TRANSFORM_ID
      The label to use for the parameter indicating the transform ID
      See Also:
    • transMatrix

      private TransMatrix transMatrix
  • Constructor Details

    • ActionChangeTransformInfo

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

      public ActionChangeTransformInfo(ModelImage image, TransMatrix tMat)
      Main constructor with parameters for changing the transform information
      Parameters:
      image -
  • Method Details