Class ImageFileWriter

    • Field Detail

      • m_Writer

        protected ImageWriter m_Writer
        the writer to use.
    • Constructor Detail

      • ImageFileWriter

        public ImageFileWriter()
    • Method Detail

      • setWriter

        public void setWriter​(ImageWriter value)
        Sets the writer to use.
        Parameters:
        value - the writer
      • getWriter

        public ImageWriter getWriter()
        Returns the writer to use.
        Returns:
        the writer
      • writerTipText

        public String writerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        adams.data.image.AbstractImageContainer.class
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message