org.jopendocument.model.chart
Class ChartWall
java.lang.Object
org.jopendocument.model.chart.ChartWall
public class ChartWall
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chartStyleName
protected String chartStyleName
svgWidth
protected String svgWidth
ChartWall
public ChartWall()
getChartStyleName
public String getChartStyleName()
- Gets the value of the chartStyleName property.
- Returns:
- possible object is
String
getSvgWidth
public String getSvgWidth()
- Gets the value of the svgWidth property.
- Returns:
- possible object is
String
setChartStyleName
public void setChartStyleName(String value)
- Sets the value of the chartStyleName property.
- Parameters:
value
- allowed object is String
setSvgWidth
public void setSvgWidth(String value)
- Sets the value of the svgWidth property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.