| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.chart.ChartSubtitle
public class ChartSubtitle
| 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 | 
|---|
protected String chartStyleName
protected String svgX
protected String svgY
protected String tableCellRange
protected TextP textP
| Constructor Detail | 
|---|
public ChartSubtitle()
| Method Detail | 
|---|
public String getChartStyleName()
Stringpublic String getSvgX()
Stringpublic String getSvgY()
Stringpublic String getTableCellRange()
Stringpublic TextP getTextP()
TextPpublic void setChartStyleName(String value)
value - allowed object is Stringpublic void setSvgX(String value)
value - allowed object is Stringpublic void setSvgY(String value)
value - allowed object is Stringpublic void setTableCellRange(String value)
value - allowed object is Stringpublic void setTextP(TextP value)
value - allowed object is TextP
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||