org.jopendocument.model.chart
Class ChartSubtitle

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

public class ChartSubtitle
extends Object


Field Summary
protected  String chartStyleName
           
protected  String svgX
           
protected  String svgY
           
protected  String tableCellRange
           
protected  TextP textP
           
 
Constructor Summary
ChartSubtitle()
           
 
Method Summary
 String getChartStyleName()
          Gets the value of the chartStyleName property.
 String getSvgX()
          Gets the value of the svgX property.
 String getSvgY()
          Gets the value of the svgY property.
 String getTableCellRange()
          Gets the value of the tableCellRange property.
 TextP getTextP()
          Gets the value of the textP property.
 void setChartStyleName(String value)
          Sets the value of the chartStyleName property.
 void setSvgX(String value)
          Sets the value of the svgX property.
 void setSvgY(String value)
          Sets the value of the svgY property.
 void setTableCellRange(String value)
          Sets the value of the tableCellRange property.
 void setTextP(TextP value)
          Sets the value of the textP property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chartStyleName

protected String chartStyleName

svgX

protected String svgX

svgY

protected String svgY

tableCellRange

protected String tableCellRange

textP

protected TextP textP
Constructor Detail

ChartSubtitle

public ChartSubtitle()
Method Detail

getChartStyleName

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

Returns:
possible object is String

getSvgX

public String getSvgX()
Gets the value of the svgX property.

Returns:
possible object is String

getSvgY

public String getSvgY()
Gets the value of the svgY property.

Returns:
possible object is String

getTableCellRange

public String getTableCellRange()
Gets the value of the tableCellRange property.

Returns:
possible object is String

getTextP

public TextP getTextP()
Gets the value of the textP property.

Returns:
possible object is TextP

setChartStyleName

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

Parameters:
value - allowed object is String

setSvgX

public void setSvgX(String value)
Sets the value of the svgX property.

Parameters:
value - allowed object is String

setSvgY

public void setSvgY(String value)
Sets the value of the svgY property.

Parameters:
value - allowed object is String

setTableCellRange

public void setTableCellRange(String value)
Sets the value of the tableCellRange property.

Parameters:
value - allowed object is String

setTextP

public void setTextP(TextP value)
Sets the value of the textP property.

Parameters:
value - allowed object is TextP


Copyright © 2010 jOpenDocument All Rights Reserved.