org.jopendocument.model.chart
Class ChartDataPoint

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

public class ChartDataPoint
extends Object


Field Summary
protected  String chartRepeated
           
protected  String chartStyleName
           
 
Constructor Summary
ChartDataPoint()
           
 
Method Summary
 String getChartRepeated()
          Gets the value of the chartRepeated property.
 String getChartStyleName()
          Gets the value of the chartStyleName property.
 void setChartRepeated(String value)
          Sets the value of the chartRepeated property.
 void setChartStyleName(String value)
          Sets the value of the chartStyleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chartRepeated

protected String chartRepeated

chartStyleName

protected String chartStyleName
Constructor Detail

ChartDataPoint

public ChartDataPoint()
Method Detail

getChartRepeated

public String getChartRepeated()
Gets the value of the chartRepeated property.

Returns:
possible object is String

getChartStyleName

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

Returns:
possible object is String

setChartRepeated

public void setChartRepeated(String value)
Sets the value of the chartRepeated property.

Parameters:
value - allowed object is String

setChartStyleName

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.