Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
ColorChooser Class Reference
Inheritance diagram for ColorChooser:

Public Member Functions

 ColorChooser (String title, Color initialColor, boolean useHSB)
 
Color getColor ()
 
void textValueChanged (TextEvent e)
 
synchronized void adjustmentValueChanged (AdjustmentEvent e)
 

Detailed Description

Displays a dialog that allows the user to select a color using three sliders.

Definition at line 11 of file ColorChooser.java.

Constructor & Destructor Documentation

ColorChooser ( String  title,
Color  initialColor,
boolean  useHSB 
)
inline

Constructs a ColorChooser using the specified title and initial color.

Definition at line 21 of file ColorChooser.java.

Member Function Documentation

Color getColor ( )
inline

Displays a color selection dialog and returns the color selected by the user.

Definition at line 32 of file ColorChooser.java.


The documentation for this class was generated from the following file: