Class AbstractImageToByteArray

    • Field Detail

      • m_Format

        protected String m_Format
        the format to use.
    • Constructor Detail

      • AbstractImageToByteArray

        public AbstractImageToByteArray()
    • Method Detail

      • setFormat

        public void setFormat​(String value)
        Sets the image format to use.
        Parameters:
        value - the format
      • getFormat

        public String getFormat()
        Returns the image format to use.
        Returns:
        the format
      • formatTipText

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

        protected abstract BufferedImage toBufferedImage​(Object input)
        Turns the input into a BufferedImage.
        Parameters:
        input - the input to convert
        Returns:
        the buffered image