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 Summary

    Modifier and Type
    Method
    Description
    Returns the color to be used in the color panel.
    void
    setColor(RJColorPanel aCP, Color aColor)
    Sets the color selected by the color panel.
  • Method Details

    • getColor

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

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