Class ActionChangeUnits

All Implemented Interfaces:
ScriptableActionInterface

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

    • IMAGE_UNITS

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

    • ActionChangeUnits

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

      public ActionChangeUnits(ModelImage image)
      Main constructor with parameters for changing the units of measure
      Parameters:
      image - the input image
  • Method Details