Class ActionChangeOrientations

All Implemented Interfaces:
ScriptableActionInterface

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

    • IMAGE_ORIENTATION

      private static final String IMAGE_ORIENTATION
      The label to use for the parameter indicating the new orientation
      See Also:
    • AXIS_ORIENTATIONS

      private static final String AXIS_ORIENTATIONS
      The label to use for the parameter indicating the new axis orientations
      See Also:
  • Constructor Details

    • ActionChangeOrientations

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

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