Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/ColorChooser.html
Дата изменения: Thu Dec 2 23:03:10 2010 Дата индексирования: Mon Oct 1 22:04:44 2012 Кодировка: |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.gui.ColorChooser
public class ColorChooser
Displays a dialog that allows the user to select a color using three sliders.
Constructor Summary | |
---|---|
ColorChooser(java.lang.String title,
java.awt.Color initialColor,
boolean useHSB)
Constructs a ColorChooser using the specified title and initial color. |
|
ColorChooser(java.lang.String title,
java.awt.Color initialColor,
boolean useHSB,
java.awt.Frame frame)
|
Method Summary | |
---|---|
void |
adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
|
java.awt.Color |
getColor()
Displays a color selection dialog and returns the color selected by the user. |
void |
textValueChanged(java.awt.event.TextEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorChooser(java.lang.String title, java.awt.Color initialColor, boolean useHSB)
public ColorChooser(java.lang.String title, java.awt.Color initialColor, boolean useHSB, java.awt.Frame frame)
Method Detail |
---|
public java.awt.Color getColor()
public void textValueChanged(java.awt.event.TextEvent e)
textValueChanged
in interface java.awt.event.TextListener
public void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
adjustmentValueChanged
in interface java.awt.event.AdjustmentListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |