Class BMPWriter

    • Field Detail

      • m_TopDown

        protected boolean m_TopDown
        whether to write the data in top-down order.
    • Constructor Detail

      • BMPWriter

        public BMPWriter()
    • Method Detail

      • setTopDown

        public void setTopDown​(boolean value)
        Sets whether to write the data in top-down order.
        Parameters:
        value - true if top-down
      • getTopDown

        public boolean getTopDown()
        Returns whether to write the data in top-down order.
        Returns:
        true if top-down
      • topDownTipText

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

        public boolean removeAlphaChannel()
        Returns whether the alpha channel must be removed.
        Specified by:
        removeAlphaChannel in class AbstractJAIWriter
        Returns:
        true if to remove