Class ConvertImage

  • All Implemented Interfaces:
    IconProvider, java.lang.Iterable<TaskAction>

    public class ConvertImage
    extends TaskActionTree
    A task action tree that can convert and/or recompress a source image to one of the standard Strange Eons image formats for plug-ins (png, jpg, jp2).
    Since:
    3.0
    Author:
    Chris Jennings
    • Field Detail

      • KEY_REPLACE_ORIGINAL

        public static java.lang.String KEY_REPLACE_ORIGINAL
        Setting key that stores that default value for the option to replace the original file.
    • Constructor Detail

      • ConvertImage

        public ConvertImage()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Description copied from class: TaskAction
        Returns the human-readable name of this action.
        Specified by:
        getLabel in class TaskAction
        Returns:
        the name used to create menu items for this action, localized if possible
      • getDescription

        public java.lang.String getDescription()
        Description copied from class: TaskAction
        Returns a longer description of the action, suitable for use as a tool tip.
        Overrides:
        getDescription in class TaskAction
        Returns:
        a long description of the action, or null