|
|||||||||
| 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
| Constructor Summary | |
|---|---|
ChartSeries()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChartAttachedAxis()
Gets the value of the chartAttachedAxis property. |
java.lang.String |
getChartClass()
Gets the value of the chartClass property. |
java.util.List<ChartDataPoint> |
getChartDataPoint()
Gets the value of the chartDataPoint property. |
java.util.List<ChartDomain> |
getChartDomain()
Gets the value of the chartDomain property. |
ChartErrorIndicator |
getChartErrorIndicator()
Gets the value of the chartErrorIndicator property. |
java.lang.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. |
java.lang.String |
getChartStyleName()
Gets the value of the chartStyleName property. |
java.lang.String |
getChartValuesCellRangeAddress()
Gets the value of the chartValuesCellRangeAddress property. |
void |
setChartAttachedAxis(java.lang.String value)
Sets the value of the chartAttachedAxis property. |
void |
setChartClass(java.lang.String value)
Sets the value of the chartClass property. |
void |
setChartErrorIndicator(ChartErrorIndicator value)
Sets the value of the chartErrorIndicator property. |
void |
setChartLabelCellAddress(java.lang.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(java.lang.String value)
Sets the value of the chartStyleName property. |
void |
setChartValuesCellRangeAddress(java.lang.String value)
Sets the value of the chartValuesCellRangeAddress property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartSeries()
| Method Detail |
|---|
public java.lang.String getChartAttachedAxis()
Stringpublic java.lang.String getChartClass()
Stringpublic java.util.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 java.util.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 java.lang.String getChartLabelCellAddress()
Stringpublic ChartMeanValue getChartMeanValue()
ChartMeanValuepublic ChartRegressionCurve getChartRegressionCurve()
ChartRegressionCurvepublic java.lang.String getChartStyleName()
Stringpublic java.lang.String getChartValuesCellRangeAddress()
Stringpublic void setChartAttachedAxis(java.lang.String value)
value - allowed object is Stringpublic void setChartClass(java.lang.String value)
value - allowed object is Stringpublic void setChartErrorIndicator(ChartErrorIndicator value)
value - allowed object is ChartErrorIndicatorpublic void setChartLabelCellAddress(java.lang.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(java.lang.String value)
value - allowed object is Stringpublic void setChartValuesCellRangeAddress(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||