org.jopendocument.model.chart
Class ChartGrid
java.lang.Object
org.jopendocument.model.chart.ChartGrid
public class ChartGrid
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chartClass
protected String chartClass
chartStyleName
protected String chartStyleName
ChartGrid
public ChartGrid()
getChartClass
public String getChartClass()
- Gets the value of the chartClass property.
- Returns:
- possible object is
String
getChartStyleName
public String getChartStyleName()
- Gets the value of the chartStyleName property.
- Returns:
- possible object is
String
setChartClass
public void setChartClass(String value)
- Sets the value of the chartClass 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.