org.jopendocument.model.chart
Class ChartChart

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

public class ChartChart
extends java.lang.Object


Constructor Summary
ChartChart()
           
 
Method Summary
 java.lang.String getChartAddInName()
          Gets the value of the chartAddInName property.
 java.lang.String getChartClass()
          Gets the value of the chartClass property.
 java.lang.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.
 java.lang.String getChartRowMapping()
          Gets the value of the chartRowMapping property.
 java.lang.String getChartStyleName()
          Gets the value of the chartStyleName property.
 ChartSubtitle getChartSubtitle()
          Gets the value of the chartSubtitle property.
 java.lang.String getChartTableNumberList()
          Gets the value of the chartTableNumberList property.
 ChartTitle getChartTitle()
          Gets the value of the chartTitle property.
 java.lang.String getDrawId()
          Gets the value of the drawId property.
 java.lang.String getDrawLayer()
          Gets the value of the drawLayer property.
 java.lang.String getDrawName()
          Gets the value of the drawName property.
 java.lang.String getDrawStyleName()
          Gets the value of the drawStyleName property.
 java.lang.String getDrawTextStyleName()
          Gets the value of the drawTextStyleName property.
 java.lang.String getDrawZIndex()
          Gets the value of the drawZIndex property.
 java.lang.String getPresentationClass()
          Gets the value of the presentationClass property.
 java.lang.String getPresentationPlaceholder()
          Gets the value of the presentationPlaceholder property.
 java.lang.String getPresentationStyleName()
          Gets the value of the presentationStyleName property.
 java.lang.String getPresentationUserTransformed()
          Gets the value of the presentationUserTransformed property.
 java.lang.String getSvgHeight()
          Gets the value of the svgHeight property.
 java.lang.String getSvgWidth()
          Gets the value of the svgWidth property.
 java.lang.String getSvgX()
          Gets the value of the svgX property.
 java.lang.String getSvgY()
          Gets the value of the svgY property.
 java.lang.String getTableEndCellAddress()
          Gets the value of the tableEndCellAddress property.
 java.lang.String getTableEndX()
          Gets the value of the tableEndX property.
 java.lang.String getTableEndY()
          Gets the value of the tableEndY property.
 TableTable getTableTable()
          Gets the value of the tableTable property.
 void setChartAddInName(java.lang.String value)
          Sets the value of the chartAddInName property.
 void setChartClass(java.lang.String value)
          Sets the value of the chartClass property.
 void setChartColumnMapping(java.lang.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(java.lang.String value)
          Sets the value of the chartRowMapping property.
 void setChartStyleName(java.lang.String value)
          Sets the value of the chartStyleName property.
 void setChartSubtitle(ChartSubtitle value)
          Sets the value of the chartSubtitle property.
 void setChartTableNumberList(java.lang.String value)
          Sets the value of the chartTableNumberList property.
 void setChartTitle(ChartTitle value)
          Sets the value of the chartTitle property.
 void setDrawId(java.lang.String value)
          Sets the value of the drawId property.
 void setDrawLayer(java.lang.String value)
          Sets the value of the drawLayer property.
 void setDrawName(java.lang.String value)
          Sets the value of the drawName property.
 void setDrawStyleName(java.lang.String value)
          Sets the value of the drawStyleName property.
 void setDrawTextStyleName(java.lang.String value)
          Sets the value of the drawTextStyleName property.
 void setDrawZIndex(java.lang.String value)
          Sets the value of the drawZIndex property.
 void setPresentationClass(java.lang.String value)
          Sets the value of the presentationClass property.
 void setPresentationPlaceholder(java.lang.String value)
          Sets the value of the presentationPlaceholder property.
 void setPresentationStyleName(java.lang.String value)
          Sets the value of the presentationStyleName property.
 void setPresentationUserTransformed(java.lang.String value)
          Sets the value of the presentationUserTransformed property.
 void setSvgHeight(java.lang.String value)
          Sets the value of the svgHeight property.
 void setSvgWidth(java.lang.String value)
          Sets the value of the svgWidth property.
 void setSvgX(java.lang.String value)
          Sets the value of the svgX property.
 void setSvgY(java.lang.String value)
          Sets the value of the svgY property.
 void setTableEndCellAddress(java.lang.String value)
          Sets the value of the tableEndCellAddress property.
 void setTableEndX(java.lang.String value)
          Sets the value of the tableEndX property.
 void setTableEndY(java.lang.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartChart

public ChartChart()
Method Detail

getChartAddInName

public java.lang.String getChartAddInName()
Gets the value of the chartAddInName property.

Returns:
possible object is String

getChartClass

public java.lang.String getChartClass()
Gets the value of the chartClass property.

Returns:
possible object is String

getChartColumnMapping

public java.lang.String getChartColumnMapping()
Gets the value of the chartColumnMapping property.

Returns:
possible object is String

getChartLegend

public ChartLegend getChartLegend()
Gets the value of the chartLegend property.

Returns:
possible object is ChartLegend

getChartPlotArea

public ChartPlotArea getChartPlotArea()
Gets the value of the chartPlotArea property.

Returns:
possible object is ChartPlotArea

getChartRowMapping

public java.lang.String getChartRowMapping()
Gets the value of the chartRowMapping property.

Returns:
possible object is String

getChartStyleName

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

Returns:
possible object is String

getChartSubtitle

public ChartSubtitle getChartSubtitle()
Gets the value of the chartSubtitle property.

Returns:
possible object is ChartSubtitle

getChartTableNumberList

public java.lang.String getChartTableNumberList()
Gets the value of the chartTableNumberList property.

Returns:
possible object is String

getChartTitle

public ChartTitle getChartTitle()
Gets the value of the chartTitle property.

Returns:
possible object is ChartTitle

getDrawId

public java.lang.String getDrawId()
Gets the value of the drawId property.

Returns:
possible object is String

getDrawLayer

public java.lang.String getDrawLayer()
Gets the value of the drawLayer property.

Returns:
possible object is String

getDrawName

public java.lang.String getDrawName()
Gets the value of the drawName property.

Returns:
possible object is String

getDrawStyleName

public java.lang.String getDrawStyleName()
Gets the value of the drawStyleName property.

Returns:
possible object is String

getDrawTextStyleName

public java.lang.String getDrawTextStyleName()
Gets the value of the drawTextStyleName property.

Returns:
possible object is String

getDrawZIndex

public java.lang.String getDrawZIndex()
Gets the value of the drawZIndex property.

Returns:
possible object is String

getPresentationClass

public java.lang.String getPresentationClass()
Gets the value of the presentationClass property.

Returns:
possible object is String

getPresentationPlaceholder

public java.lang.String getPresentationPlaceholder()
Gets the value of the presentationPlaceholder property.

Returns:
possible object is String

getPresentationStyleName

public java.lang.String getPresentationStyleName()
Gets the value of the presentationStyleName property.

Returns:
possible object is String

getPresentationUserTransformed

public java.lang.String getPresentationUserTransformed()
Gets the value of the presentationUserTransformed property.

Returns:
possible object is String

getSvgHeight

public java.lang.String getSvgHeight()
Gets the value of the svgHeight property.

Returns:
possible object is String

getSvgWidth

public java.lang.String getSvgWidth()
Gets the value of the svgWidth property.

Returns:
possible object is String

getSvgX

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

Returns:
possible object is String

getSvgY

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

Returns:
possible object is String

getTableEndCellAddress

public java.lang.String getTableEndCellAddress()
Gets the value of the tableEndCellAddress property.

Returns:
possible object is String

getTableEndX

public java.lang.String getTableEndX()
Gets the value of the tableEndX property.

Returns:
possible object is String

getTableEndY

public java.lang.String getTableEndY()
Gets the value of the tableEndY property.

Returns:
possible object is String

getTableTable

public TableTable getTableTable()
Gets the value of the tableTable property.

Returns:
possible object is TableTable

setChartAddInName

public void setChartAddInName(java.lang.String value)
Sets the value of the chartAddInName property.

Parameters:
value - allowed object is String

setChartClass

public void setChartClass(java.lang.String value)
Sets the value of the chartClass property.

Parameters:
value - allowed object is String

setChartColumnMapping

public void setChartColumnMapping(java.lang.String value)
Sets the value of the chartColumnMapping property.

Parameters:
value - allowed object is String

setChartLegend

public void setChartLegend(ChartLegend value)
Sets the value of the chartLegend property.

Parameters:
value - allowed object is ChartLegend

setChartPlotArea

public void setChartPlotArea(ChartPlotArea value)
Sets the value of the chartPlotArea property.

Parameters:
value - allowed object is ChartPlotArea

setChartRowMapping

public void setChartRowMapping(java.lang.String value)
Sets the value of the chartRowMapping property.

Parameters:
value - allowed object is String

setChartStyleName

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

Parameters:
value - allowed object is String

setChartSubtitle

public void setChartSubtitle(ChartSubtitle value)
Sets the value of the chartSubtitle property.

Parameters:
value - allowed object is ChartSubtitle

setChartTableNumberList

public void setChartTableNumberList(java.lang.String value)
Sets the value of the chartTableNumberList property.

Parameters:
value - allowed object is String

setChartTitle

public void setChartTitle(ChartTitle value)
Sets the value of the chartTitle property.

Parameters:
value - allowed object is ChartTitle

setDrawId

public void setDrawId(java.lang.String value)
Sets the value of the drawId property.

Parameters:
value - allowed object is String

setDrawLayer

public void setDrawLayer(java.lang.String value)
Sets the value of the drawLayer property.

Parameters:
value - allowed object is String

setDrawName

public void setDrawName(java.lang.String value)
Sets the value of the drawName property.

Parameters:
value - allowed object is String

setDrawStyleName

public void setDrawStyleName(java.lang.String value)
Sets the value of the drawStyleName property.

Parameters:
value - allowed object is String

setDrawTextStyleName

public void setDrawTextStyleName(java.lang.String value)
Sets the value of the drawTextStyleName property.

Parameters:
value - allowed object is String

setDrawZIndex

public void setDrawZIndex(java.lang.String value)
Sets the value of the drawZIndex property.

Parameters:
value - allowed object is String

setPresentationClass

public void setPresentationClass(java.lang.String value)
Sets the value of the presentationClass property.

Parameters:
value - allowed object is String

setPresentationPlaceholder

public void setPresentationPlaceholder(java.lang.String value)
Sets the value of the presentationPlaceholder property.

Parameters:
value - allowed object is String

setPresentationStyleName

public void setPresentationStyleName(java.lang.String value)
Sets the value of the presentationStyleName property.

Parameters:
value - allowed object is String

setPresentationUserTransformed

public void setPresentationUserTransformed(java.lang.String value)
Sets the value of the presentationUserTransformed property.

Parameters:
value - allowed object is String

setSvgHeight

public void setSvgHeight(java.lang.String value)
Sets the value of the svgHeight property.

Parameters:
value - allowed object is String

setSvgWidth

public void setSvgWidth(java.lang.String value)
Sets the value of the svgWidth property.

Parameters:
value - allowed object is String

setSvgX

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

Parameters:
value - allowed object is String

setSvgY

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

Parameters:
value - allowed object is String

setTableEndCellAddress

public void setTableEndCellAddress(java.lang.String value)
Sets the value of the tableEndCellAddress property.

Parameters:
value - allowed object is String

setTableEndX

public void setTableEndX(java.lang.String value)
Sets the value of the tableEndX property.

Parameters:
value - allowed object is String

setTableEndY

public void setTableEndY(java.lang.String value)
Sets the value of the tableEndY property.

Parameters:
value - allowed object is String

setTableTable

public void setTableTable(TableTable value)
Sets the value of the tableTable property.

Parameters:
value - allowed object is TableTable