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 TypeMethodDescriptiongetColor
(RJColorPanel aCP) 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
Returns the color to be used in the color panel. -
setColor
Sets the color selected by the color panel.
-