Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.jopendocument.model.chart
Class ChartChart

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

public class ChartChart
extends Object


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

chartAddInName

protected String chartAddInName

chartClass

protected String chartClass

chartColumnMapping

protected String chartColumnMapping

chartLegend

protected ChartLegend chartLegend

chartPlotArea

protected ChartPlotArea chartPlotArea

chartRowMapping

protected String chartRowMapping

chartStyleName

protected String chartStyleName

chartSubtitle

protected ChartSubtitle chartSubtitle

chartTableNumberList

protected String chartTableNumberList

chartTitle

protected ChartTitle chartTitle

drawId

protected String drawId

drawLayer

protected String drawLayer

drawName

protected String drawName

drawStyleName

protected String drawStyleName

drawTextStyleName

protected String drawTextStyleName

drawZIndex

protected String drawZIndex

presentationClass

protected String presentationClass

presentationPlaceholder

protected String presentationPlaceholder

presentationStyleName

protected String presentationStyleName

presentationUserTransformed

protected String presentationUserTransformed

svgHeight

protected String svgHeight

svgWidth

protected String svgWidth

svgX

protected String svgX

svgY

protected String svgY

tableEndCellAddress

protected String tableEndCellAddress

tableEndX

protected String tableEndX

tableEndY

protected String tableEndY

tableTable

protected TableTable tableTable
Constructor Detail

ChartChart

public ChartChart()
Method Detail

getChartAddInName

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

Returns:
possible object is String

getChartClass

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

Returns:
possible object is String

getChartColumnMapping

public 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 String getChartRowMapping()
Gets the value of the chartRowMapping property.

Returns:
possible object is String

getChartStyleName

public 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 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 String getDrawId()
Gets the value of the drawId property.

Returns:
possible object is String

getDrawLayer

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

Returns:
possible object is String

getDrawName

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

Returns:
possible object is String

getDrawStyleName

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

Returns:
possible object is String

getDrawTextStyleName

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

Returns:
possible object is String

getDrawZIndex

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

Returns:
possible object is String

getPresentationClass

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

Returns:
possible object is String

getPresentationPlaceholder

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

Returns:
possible object is String

getPresentationStyleName

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

Returns:
possible object is String

getPresentationUserTransformed

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

Returns:
possible object is String

getSvgHeight

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

Returns:
possible object is String

getSvgWidth

public String getSvgWidth()
Gets the value of the svgWidth 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

getTableEndCellAddress

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

Returns:
possible object is String

getTableEndX

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

Returns:
possible object is String

getTableEndY

public 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(String value)
Sets the value of the chartAddInName property.

Parameters:
value - allowed object is String

setChartClass

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

Parameters:
value - allowed object is String

setChartColumnMapping

public void setChartColumnMapping(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(String value)
Sets the value of the chartRowMapping property.

Parameters:
value - allowed object is String

setChartStyleName

public void setChartStyleName(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(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(String value)
Sets the value of the drawId property.

Parameters:
value - allowed object is String

setDrawLayer

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

Parameters:
value - allowed object is String

setDrawName

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

Parameters:
value - allowed object is String

setDrawStyleName

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

Parameters:
value - allowed object is String

setDrawTextStyleName

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

Parameters:
value - allowed object is String

setDrawZIndex

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

Parameters:
value - allowed object is String

setPresentationClass

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

Parameters:
value - allowed object is String

setPresentationPlaceholder

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

Parameters:
value - allowed object is String

setPresentationStyleName

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

Parameters:
value - allowed object is String

setPresentationUserTransformed

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

Parameters:
value - allowed object is String

setSvgHeight

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

Parameters:
value - allowed object is String

setSvgWidth

public void setSvgWidth(String value)
Sets the value of the svgWidth 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

setTableEndCellAddress

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

Parameters:
value - allowed object is String

setTableEndX

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

Parameters:
value - allowed object is String

setTableEndY

public void setTableEndY(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

Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2010 jOpenDocument All Rights Reserved.

AltStyle によって変換されたページ (->オリジナル) /