Package com.ribs.plus
Interface RJColorPanel.CPModel
- 
- Enclosing class:
- RJColorPanel
 
 public static interface RJColorPanel.CPModelAn interface for the object(s) that provide and receive color panel color.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ColorgetColor(RJColorPanel aCP)Returns the color to be used in the color panel.voidsetColor(RJColorPanel aCP, java.awt.Color aColor)Sets the color selected by the color panel.
 
- 
- 
- 
Method Detail- 
getColorjava.awt.Color getColor(RJColorPanel aCP) Returns the color to be used in the color panel.
 - 
setColorvoid setColor(RJColorPanel aCP, java.awt.Color aColor) Sets the color selected by the color panel.
 
- 
 
-