org.jopendocument.model.chart
Class ChartDataPoint
java.lang.Object
  
org.jopendocument.model.chart.ChartDataPoint
public class ChartDataPoint
- extends Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
chartRepeated
protected String chartRepeated
chartStyleName
protected String chartStyleName
ChartDataPoint
public ChartDataPoint()
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.