org.jopendocument.model.chart
Class ChartSeries

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

public class ChartSeries
extends Object


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

chartAttachedAxis

protected String chartAttachedAxis

chartClass

protected String chartClass

chartDataPoint

protected List<ChartDataPoint> chartDataPoint

chartDomain

protected List<ChartDomain> chartDomain

chartErrorIndicator

protected ChartErrorIndicator chartErrorIndicator

chartLabelCellAddress

protected String chartLabelCellAddress

chartMeanValue

protected ChartMeanValue chartMeanValue

chartRegressionCurve

protected ChartRegressionCurve chartRegressionCurve

chartStyleName

protected String chartStyleName

chartValuesCellRangeAddress

protected String chartValuesCellRangeAddress
Constructor Detail

ChartSeries

public ChartSeries()
Method Detail

getChartAttachedAxis

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

Returns:
possible object is String

getChartClass

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

Returns:
possible object is String

getChartDataPoint

public 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 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 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 String getChartStyleName()
Gets the value of the chartStyleName property.

Returns:
possible object is String

getChartValuesCellRangeAddress

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

Returns:
possible object is String

setChartAttachedAxis

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

Parameters:
value - allowed object is String

setChartClass

public void setChartClass(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(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(String value)
Sets the value of the chartStyleName property.

Parameters:
value - allowed object is String

setChartValuesCellRangeAddress

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.