|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oxymel.ofc.charts.series.Series | +--com.oxymel.ofc.charts.series.ValueSeries
Manage value series
Fields inherited from class com.oxymel.ofc.charts.series.Series |
INDICATOR_TYPE_CIRCLE, INDICATOR_TYPE_SQUARE, INDICATOR_TYPE_TRIANGLE, NO_INDICATOR_TYPE |
Constructor Summary | |
ValueSeries(java.lang.String id,
java.lang.String legendLabel,
double value)
Constructor |
|
ValueSeries(java.lang.String id,
java.lang.String legendLabel,
double value,
java.awt.Color color)
Constructor |
Method Summary | |
double |
getValue()
Get Value |
Methods inherited from class com.oxymel.ofc.charts.series.Series |
drawIndicator, getColor, getId, getLegendLabel, hasIndicator, isVisible, setColor, setIndicatorType, setVisible |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueSeries(java.lang.String id, java.lang.String legendLabel, double value)
id
- Series idlegendLabel
- Title of series in legendvalue
- series valuepublic ValueSeries(java.lang.String id, java.lang.String legendLabel, double value, java.awt.Color color)
id
- Series idlegendLabel
- Title of series in legendvalue
- series valuecolor
- series colorMethod Detail |
public double getValue()
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |