|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moneydance.awt.graph.KeyItem
Description: This is a class that represents a "Key" or "Legend" item for a graph.
Constructor Summary | |
KeyItem(GraphDataSet aDataSet,
java.awt.Color aColor)
Construct a new KeyItem with the specified label, dataset, and color. |
Method Summary | |
java.awt.Color |
getColor()
get the color associated with this key item. |
GraphDataSet |
getDataSet()
get the data set associated with this key item. |
java.lang.String |
getLabel()
get the label associated with this key item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyItem(GraphDataSet aDataSet, java.awt.Color aColor)
Method Detail |
public java.lang.String getLabel()
public GraphDataSet getDataSet()
public java.awt.Color getColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |