|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The common interface of all data series.
Method Summary | |
java.util.Enumeration |
elements()
Returns an Enumeration of the elements of this Series. |
java.awt.Color |
getColor()
Gets the color of this Series. |
java.lang.String |
getLabel()
Gets the label of this Series. |
ChartModel |
getModel()
Gets the ChartModel this Series belongs to. |
int |
getSize()
Gets the number of the elements in this Series. |
void |
setColor(java.awt.Color color)
Sets the color of this Series. |
void |
setLabel(java.lang.String label)
Sets the label of this Series. |
Method Detail |
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public int getSize()
public java.util.Enumeration elements()
public ChartModel getModel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |