|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.odesys.chart.DefaultSeries | +--com.odesys.chart.linechart.DefaultLine
DefaultLine is a default implementation of the Line interface used by the DefaultLineChartModel.
Fields inherited from interface com.odesys.chart.linechart.Line |
CIRCLE, NONE, SQUARE, TRIANGLE |
Constructor Summary | |
DefaultLine(DefaultLineChartModel model)
Creates a new DefaultLine instance for the specified DefaultLineChartModel. |
Method Summary | |
int |
getStyle()
Gets the style of this DefaultLine. |
void |
setStyle(int style)
Sets the style of this DefaultLine. |
Methods inherited from class com.odesys.chart.DefaultSeries |
addElement, elements, getColor, getElementAt, getLabel, getModel, getSize, insertElementAt, removeElementAt, setColor, setLabel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.odesys.chart.Series |
elements, getColor, getLabel, getModel, getSize, setColor, setLabel |
Constructor Detail |
public DefaultLine(DefaultLineChartModel model)
Method Detail |
public int getStyle()
getStyle
in interface Line
public void setStyle(int style)
setStyle
in interface Line
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |