|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sygem.swing.colorchooser.RGBSwatchData
Describes a set of RGB (Red, Green & Blue) swatches.
Title: AdvancedColorChooser
Description: A sophisticated Color Chooser dialog
Copyright: Copyright (c) 2004
Company: SyGem Software
AdvancedColorChooser.addSwatchData(com.sygem.swing.colorchooser.SwatchData)
Constructor Summary | |
RGBSwatchData()
|
Method Summary | |
java.awt.Dimension |
getDimension()
Returns the number of Swatches this data set contains. |
java.lang.String[] |
getNames()
Returns null , as there are no names associated with this
Swatch data set. |
int[] |
getRawValues()
Returns the raw RGB data for each color - as RGB triplets. |
java.lang.String |
getTitle()
Returns the title of this Swatch data set. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RGBSwatchData()
Method Detail |
public java.awt.Dimension getDimension()
getDimension
in interface SwatchData
public java.lang.String[] getNames()
null
, as there are no names associated with this
Swatch data set. The RGB values will be used as tooltips for this data set.
getNames
in interface SwatchData
null
public int[] getRawValues()
getRawValues
in interface SwatchData
public java.lang.String getTitle()
getTitle
in interface SwatchData
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |