Package com.ribs.plus

Interface RJColorPanel.CPModel

  • Enclosing class:
    RJColorPanel

    public static interface RJColorPanel.CPModel
    An interface for the object(s) that provide and receive color panel color.
    • Method Detail

      • getColor

        java.awt.Color getColor​(RJColorPanel aCP)
        Returns the color to be used in the color panel.
      • setColor

        void setColor​(RJColorPanel aCP,
                      java.awt.Color aColor)
        Sets the color selected by the color panel.