org.jopendocument.model.chart
Class ChartSeries

java.lang.Object
  extended by org.jopendocument.model.chart.ChartSeries

public class ChartSeries
extends java.lang.Object


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

ChartSeries

public ChartSeries()
Method Detail

getChartAttachedAxis

public java.lang.String getChartAttachedAxis()
Gets the value of the chartAttachedAxis property.

Returns:
possible object is String

getChartClass

public java.lang.String getChartClass()
Gets the value of the chartClass property.

Returns:
possible object is String

getChartDataPoint

public java.util.List<ChartDataPoint> getChartDataPoint()
Gets the value of the chartDataPoint property.

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


getChartDomain

public java.util.List<ChartDomain> getChartDomain()
Gets the value of the chartDomain property.

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


getChartErrorIndicator

public ChartErrorIndicator getChartErrorIndicator()
Gets the value of the chartErrorIndicator property.

Returns:
possible object is ChartErrorIndicator

getChartLabelCellAddress

public java.lang.String getChartLabelCellAddress()
Gets the value of the chartLabelCellAddress property.

Returns:
possible object is String

getChartMeanValue

public ChartMeanValue getChartMeanValue()
Gets the value of the chartMeanValue property.

Returns:
possible object is ChartMeanValue

getChartRegressionCurve

public ChartRegressionCurve getChartRegressionCurve()
Gets the value of the chartRegressionCurve property.

Returns:
possible object is ChartRegressionCurve

getChartStyleName

public java.lang.String getChartStyleName()
Gets the value of the chartStyleName property.

Returns:
possible object is String

getChartValuesCellRangeAddress

public java.lang.String getChartValuesCellRangeAddress()
Gets the value of the chartValuesCellRangeAddress property.

Returns:
possible object is String

setChartAttachedAxis

public void setChartAttachedAxis(java.lang.String value)
Sets the value of the chartAttachedAxis property.

Parameters:
value - allowed object is String

setChartClass

public void setChartClass(java.lang.String value)
Sets the value of the chartClass property.

Parameters:
value - allowed object is String

setChartErrorIndicator

public void setChartErrorIndicator(ChartErrorIndicator value)
Sets the value of the chartErrorIndicator property.

Parameters:
value - allowed object is ChartErrorIndicator

setChartLabelCellAddress

public void setChartLabelCellAddress(java.lang.String value)
Sets the value of the chartLabelCellAddress property.

Parameters:
value - allowed object is String

setChartMeanValue

public void setChartMeanValue(ChartMeanValue value)
Sets the value of the chartMeanValue property.

Parameters:
value - allowed object is ChartMeanValue

setChartRegressionCurve

public void setChartRegressionCurve(ChartRegressionCurve value)
Sets the value of the chartRegressionCurve property.

Parameters:
value - allowed object is ChartRegressionCurve

setChartStyleName

public void setChartStyleName(java.lang.String value)
Sets the value of the chartStyleName property.

Parameters:
value - allowed object is String

setChartValuesCellRangeAddress

public void setChartValuesCellRangeAddress(java.lang.String value)
Sets the value of the chartValuesCellRangeAddress property.

Parameters:
value - allowed object is String