|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sygem.swing.colorchooser.XWindowSwatchData
Describes a set of X-Window swatches - colors used by the X windowing system.
Title: AdvancedColorChooser
Description: A sophisticated Color Chooser dialog
Copyright: Copyright (c) 2004
Company: SyGem Software
AdvancedColorChooser.addSwatchData(com.sygem.swing.colorchooser.SwatchData)
Constructor Summary | |
XWindowSwatchData()
|
Method Summary | |
java.awt.Dimension |
getDimension()
Returns the number of Swatches this data set contains. |
java.lang.String[] |
getNames()
Returns the names associated with the raw Swatch data. |
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 XWindowSwatchData()
Method Detail |
public java.awt.Dimension getDimension()
getDimension
in interface SwatchData
public java.lang.String[] getNames()
getNames
in interface SwatchData
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 |