|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.chart.ChartChart
public class ChartChart
| Field Summary | |
|---|---|
protected String |
chartAddInName
|
protected String |
chartClass
|
protected String |
chartColumnMapping
|
protected ChartLegend |
chartLegend
|
protected ChartPlotArea |
chartPlotArea
|
protected String |
chartRowMapping
|
protected String |
chartStyleName
|
protected ChartSubtitle |
chartSubtitle
|
protected String |
chartTableNumberList
|
protected ChartTitle |
chartTitle
|
protected String |
drawId
|
protected String |
drawLayer
|
protected String |
drawName
|
protected String |
drawStyleName
|
protected String |
drawTextStyleName
|
protected String |
drawZIndex
|
protected String |
presentationClass
|
protected String |
presentationPlaceholder
|
protected String |
presentationStyleName
|
protected String |
presentationUserTransformed
|
protected String |
svgHeight
|
protected String |
svgWidth
|
protected String |
svgX
|
protected String |
svgY
|
protected String |
tableEndCellAddress
|
protected String |
tableEndX
|
protected String |
tableEndY
|
protected TableTable |
tableTable
|
| Constructor Summary | |
|---|---|
ChartChart()
|
|
| Method Summary | |
|---|---|
String |
getChartAddInName()
Gets the value of the chartAddInName property. |
String |
getChartClass()
Gets the value of the chartClass property. |
String |
getChartColumnMapping()
Gets the value of the chartColumnMapping property. |
ChartLegend |
getChartLegend()
Gets the value of the chartLegend property. |
ChartPlotArea |
getChartPlotArea()
Gets the value of the chartPlotArea property. |
String |
getChartRowMapping()
Gets the value of the chartRowMapping property. |
String |
getChartStyleName()
Gets the value of the chartStyleName property. |
ChartSubtitle |
getChartSubtitle()
Gets the value of the chartSubtitle property. |
String |
getChartTableNumberList()
Gets the value of the chartTableNumberList property. |
ChartTitle |
getChartTitle()
Gets the value of the chartTitle property. |
String |
getDrawId()
Gets the value of the drawId property. |
String |
getDrawLayer()
Gets the value of the drawLayer property. |
String |
getDrawName()
Gets the value of the drawName property. |
String |
getDrawStyleName()
Gets the value of the drawStyleName property. |
String |
getDrawTextStyleName()
Gets the value of the drawTextStyleName property. |
String |
getDrawZIndex()
Gets the value of the drawZIndex property. |
String |
getPresentationClass()
Gets the value of the presentationClass property. |
String |
getPresentationPlaceholder()
Gets the value of the presentationPlaceholder property. |
String |
getPresentationStyleName()
Gets the value of the presentationStyleName property. |
String |
getPresentationUserTransformed()
Gets the value of the presentationUserTransformed property. |
String |
getSvgHeight()
Gets the value of the svgHeight property. |
String |
getSvgWidth()
Gets the value of the svgWidth property. |
String |
getSvgX()
Gets the value of the svgX property. |
String |
getSvgY()
Gets the value of the svgY property. |
String |
getTableEndCellAddress()
Gets the value of the tableEndCellAddress property. |
String |
getTableEndX()
Gets the value of the tableEndX property. |
String |
getTableEndY()
Gets the value of the tableEndY property. |
TableTable |
getTableTable()
Gets the value of the tableTable property. |
void |
setChartAddInName(String value)
Sets the value of the chartAddInName property. |
void |
setChartClass(String value)
Sets the value of the chartClass property. |
void |
setChartColumnMapping(String value)
Sets the value of the chartColumnMapping property. |
void |
setChartLegend(ChartLegend value)
Sets the value of the chartLegend property. |
void |
setChartPlotArea(ChartPlotArea value)
Sets the value of the chartPlotArea property. |
void |
setChartRowMapping(String value)
Sets the value of the chartRowMapping property. |
void |
setChartStyleName(String value)
Sets the value of the chartStyleName property. |
void |
setChartSubtitle(ChartSubtitle value)
Sets the value of the chartSubtitle property. |
void |
setChartTableNumberList(String value)
Sets the value of the chartTableNumberList property. |
void |
setChartTitle(ChartTitle value)
Sets the value of the chartTitle property. |
void |
setDrawId(String value)
Sets the value of the drawId property. |
void |
setDrawLayer(String value)
Sets the value of the drawLayer property. |
void |
setDrawName(String value)
Sets the value of the drawName property. |
void |
setDrawStyleName(String value)
Sets the value of the drawStyleName property. |
void |
setDrawTextStyleName(String value)
Sets the value of the drawTextStyleName property. |
void |
setDrawZIndex(String value)
Sets the value of the drawZIndex property. |
void |
setPresentationClass(String value)
Sets the value of the presentationClass property. |
void |
setPresentationPlaceholder(String value)
Sets the value of the presentationPlaceholder property. |
void |
setPresentationStyleName(String value)
Sets the value of the presentationStyleName property. |
void |
setPresentationUserTransformed(String value)
Sets the value of the presentationUserTransformed property. |
void |
setSvgHeight(String value)
Sets the value of the svgHeight property. |
void |
setSvgWidth(String value)
Sets the value of the svgWidth property. |
void |
setSvgX(String value)
Sets the value of the svgX property. |
void |
setSvgY(String value)
Sets the value of the svgY property. |
void |
setTableEndCellAddress(String value)
Sets the value of the tableEndCellAddress property. |
void |
setTableEndX(String value)
Sets the value of the tableEndX property. |
void |
setTableEndY(String value)
Sets the value of the tableEndY property. |
void |
setTableTable(TableTable value)
Sets the value of the tableTable property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String chartAddInName
protected String chartClass
protected String chartColumnMapping
protected ChartLegend chartLegend
protected ChartPlotArea chartPlotArea
protected String chartRowMapping
protected String chartStyleName
protected ChartSubtitle chartSubtitle
protected String chartTableNumberList
protected ChartTitle chartTitle
protected String drawId
protected String drawLayer
protected String drawName
protected String drawStyleName
protected String drawTextStyleName
protected String drawZIndex
protected String presentationClass
protected String presentationPlaceholder
protected String presentationStyleName
protected String presentationUserTransformed
protected String svgHeight
protected String svgWidth
protected String svgX
protected String svgY
protected String tableEndCellAddress
protected String tableEndX
protected String tableEndY
protected TableTable tableTable
| Constructor Detail |
|---|
public ChartChart()
| Method Detail |
|---|
public String getChartAddInName()
Stringpublic String getChartClass()
Stringpublic String getChartColumnMapping()
Stringpublic ChartLegend getChartLegend()
ChartLegendpublic ChartPlotArea getChartPlotArea()
ChartPlotAreapublic String getChartRowMapping()
Stringpublic String getChartStyleName()
Stringpublic ChartSubtitle getChartSubtitle()
ChartSubtitlepublic String getChartTableNumberList()
Stringpublic ChartTitle getChartTitle()
ChartTitlepublic String getDrawId()
Stringpublic String getDrawLayer()
Stringpublic String getDrawName()
Stringpublic String getDrawStyleName()
Stringpublic String getDrawTextStyleName()
Stringpublic String getDrawZIndex()
Stringpublic String getPresentationClass()
Stringpublic String getPresentationPlaceholder()
Stringpublic String getPresentationStyleName()
Stringpublic String getPresentationUserTransformed()
Stringpublic String getSvgHeight()
Stringpublic String getSvgWidth()
Stringpublic String getSvgX()
Stringpublic String getSvgY()
Stringpublic String getTableEndCellAddress()
Stringpublic String getTableEndX()
Stringpublic String getTableEndY()
Stringpublic TableTable getTableTable()
TableTablepublic void setChartAddInName(String value)
value - allowed object is Stringpublic void setChartClass(String value)
value - allowed object is Stringpublic void setChartColumnMapping(String value)
value - allowed object is Stringpublic void setChartLegend(ChartLegend value)
value - allowed object is ChartLegendpublic void setChartPlotArea(ChartPlotArea value)
value - allowed object is ChartPlotAreapublic void setChartRowMapping(String value)
value - allowed object is Stringpublic void setChartStyleName(String value)
value - allowed object is Stringpublic void setChartSubtitle(ChartSubtitle value)
value - allowed object is ChartSubtitlepublic void setChartTableNumberList(String value)
value - allowed object is Stringpublic void setChartTitle(ChartTitle value)
value - allowed object is ChartTitlepublic void setDrawId(String value)
value - allowed object is Stringpublic void setDrawLayer(String value)
value - allowed object is Stringpublic void setDrawName(String value)
value - allowed object is Stringpublic void setDrawStyleName(String value)
value - allowed object is Stringpublic void setDrawTextStyleName(String value)
value - allowed object is Stringpublic void setDrawZIndex(String value)
value - allowed object is Stringpublic void setPresentationClass(String value)
value - allowed object is Stringpublic void setPresentationPlaceholder(String value)
value - allowed object is Stringpublic void setPresentationStyleName(String value)
value - allowed object is Stringpublic void setPresentationUserTransformed(String value)
value - allowed object is Stringpublic void setSvgHeight(String value)
value - allowed object is Stringpublic void setSvgWidth(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 setTableEndCellAddress(String value)
value - allowed object is Stringpublic void setTableEndX(String value)
value - allowed object is Stringpublic void setTableEndY(String value)
value - allowed object is Stringpublic void setTableTable(TableTable value)
value - allowed object is TableTable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||