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