|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.chart.ChartSeries
public class ChartSeries
| Field Summary | |
|---|---|
protected String |
chartAttachedAxis
|
protected String |
chartClass
|
protected List<ChartDataPoint> |
chartDataPoint
|
protected List<ChartDomain> |
chartDomain
|
protected ChartErrorIndicator |
chartErrorIndicator
|
protected String |
chartLabelCellAddress
|
protected ChartMeanValue |
chartMeanValue
|
protected ChartRegressionCurve |
chartRegressionCurve
|
protected String |
chartStyleName
|
protected String |
chartValuesCellRangeAddress
|
| Constructor Summary | |
|---|---|
ChartSeries()
|
|
| Method Summary | |
|---|---|
String |
getChartAttachedAxis()
Gets the value of the chartAttachedAxis property. |
String |
getChartClass()
Gets the value of the chartClass property. |
List<ChartDataPoint> |
getChartDataPoint()
Gets the value of the chartDataPoint property. |
List<ChartDomain> |
getChartDomain()
Gets the value of the chartDomain property. |
ChartErrorIndicator |
getChartErrorIndicator()
Gets the value of the chartErrorIndicator property. |
String |
getChartLabelCellAddress()
Gets the value of the chartLabelCellAddress property. |
ChartMeanValue |
getChartMeanValue()
Gets the value of the chartMeanValue property. |
ChartRegressionCurve |
getChartRegressionCurve()
Gets the value of the chartRegressionCurve property. |
String |
getChartStyleName()
Gets the value of the chartStyleName property. |
String |
getChartValuesCellRangeAddress()
Gets the value of the chartValuesCellRangeAddress property. |
void |
setChartAttachedAxis(String value)
Sets the value of the chartAttachedAxis property. |
void |
setChartClass(String value)
Sets the value of the chartClass property. |
void |
setChartErrorIndicator(ChartErrorIndicator value)
Sets the value of the chartErrorIndicator property. |
void |
setChartLabelCellAddress(String value)
Sets the value of the chartLabelCellAddress property. |
void |
setChartMeanValue(ChartMeanValue value)
Sets the value of the chartMeanValue property. |
void |
setChartRegressionCurve(ChartRegressionCurve value)
Sets the value of the chartRegressionCurve property. |
void |
setChartStyleName(String value)
Sets the value of the chartStyleName property. |
void |
setChartValuesCellRangeAddress(String value)
Sets the value of the chartValuesCellRangeAddress property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String chartAttachedAxis
protected String chartClass
protected List<ChartDataPoint> chartDataPoint
protected List<ChartDomain> chartDomain
protected ChartErrorIndicator chartErrorIndicator
protected String chartLabelCellAddress
protected ChartMeanValue chartMeanValue
protected ChartRegressionCurve chartRegressionCurve
protected String chartStyleName
protected String chartValuesCellRangeAddress
| Constructor Detail |
|---|
public ChartSeries()
| Method Detail |
|---|
public String getChartAttachedAxis()
Stringpublic String getChartClass()
Stringpublic List<ChartDataPoint> getChartDataPoint()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the chartDataPoint property.
For example, to add a new item, do as follows:
getChartDataPoint().add(newItem);
Objects of the following type(s) are allowed in the list ChartDataPoint
public List<ChartDomain> getChartDomain()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the chartDomain property.
For example, to add a new item, do as follows:
getChartDomain().add(newItem);
Objects of the following type(s) are allowed in the list ChartDomain
public ChartErrorIndicator getChartErrorIndicator()
ChartErrorIndicatorpublic String getChartLabelCellAddress()
Stringpublic ChartMeanValue getChartMeanValue()
ChartMeanValuepublic ChartRegressionCurve getChartRegressionCurve()
ChartRegressionCurvepublic String getChartStyleName()
Stringpublic String getChartValuesCellRangeAddress()
Stringpublic void setChartAttachedAxis(String value)
value - allowed object is Stringpublic void setChartClass(String value)
value - allowed object is Stringpublic void setChartErrorIndicator(ChartErrorIndicator value)
value - allowed object is ChartErrorIndicatorpublic void setChartLabelCellAddress(String value)
value - allowed object is Stringpublic void setChartMeanValue(ChartMeanValue value)
value - allowed object is ChartMeanValuepublic void setChartRegressionCurve(ChartRegressionCurve value)
value - allowed object is ChartRegressionCurvepublic void setChartStyleName(String value)
value - allowed object is Stringpublic void setChartValuesCellRangeAddress(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||