Class ActionChangeEndianess

All Implemented Interfaces:
ScriptableActionInterface

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

    • ENDIANESS

      private static final String ENDIANESS
      The label to use for the parameter indicating the endianess
      See Also:
  • Constructor Details

    • ActionChangeEndianess

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

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