|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.chart.ChartPlotArea
public class ChartPlotArea
Field Summary | |
---|---|
protected List<ChartAxis> |
chartAxis
|
protected ChartCategories |
chartCategories
|
protected String |
chartDataSourceHasLabels
|
protected ChartFloor |
chartFloor
|
protected List<ChartSeries> |
chartSeries
|
protected ChartStockGainMarker |
chartStockGainMarker
|
protected ChartStockLossMarker |
chartStockLossMarker
|
protected ChartStockRangeLine |
chartStockRangeLine
|
protected String |
chartStyleName
|
protected String |
chartTableNumberList
|
protected ChartWall |
chartWall
|
protected String |
dr3DAmbientColor
|
protected String |
dr3DDistance
|
protected String |
dr3DFocalLength
|
protected List<Dr3DLight> |
dr3DLight
|
protected String |
dr3DLightingMode
|
protected String |
dr3DProjection
|
protected String |
dr3DShadeMode
|
protected String |
dr3DShadowSlant
|
protected String |
dr3DTransform
|
protected String |
dr3DVpn
|
protected String |
dr3DVrp
|
protected String |
dr3DVup
|
protected String |
svgHeight
|
protected String |
svgWidth
|
protected String |
svgX
|
protected String |
svgY
|
protected String |
tableCellRangeAddress
|
Constructor Summary | |
---|---|
ChartPlotArea()
|
Method Summary | |
---|---|
List<ChartAxis> |
getChartAxis()
Gets the value of the chartAxis property. |
ChartCategories |
getChartCategories()
Gets the value of the chartCategories property. |
String |
getChartDataSourceHasLabels()
Gets the value of the chartDataSourceHasLabels property. |
ChartFloor |
getChartFloor()
Gets the value of the chartFloor property. |
List<ChartSeries> |
getChartSeries()
Gets the value of the chartSeries property. |
ChartStockGainMarker |
getChartStockGainMarker()
Gets the value of the chartStockGainMarker property. |
ChartStockLossMarker |
getChartStockLossMarker()
Gets the value of the chartStockLossMarker property. |
ChartStockRangeLine |
getChartStockRangeLine()
Gets the value of the chartStockRangeLine property. |
String |
getChartStyleName()
Gets the value of the chartStyleName property. |
String |
getChartTableNumberList()
Gets the value of the chartTableNumberList property. |
ChartWall |
getChartWall()
Gets the value of the chartWall property. |
String |
getDr3DAmbientColor()
Gets the value of the dr3DAmbientColor property. |
String |
getDr3DDistance()
Gets the value of the dr3DDistance property. |
String |
getDr3DFocalLength()
Gets the value of the dr3DFocalLength property. |
List<Dr3DLight> |
getDr3DLight()
Gets the value of the dr3DLight property. |
String |
getDr3DLightingMode()
Gets the value of the dr3DLightingMode property. |
String |
getDr3DProjection()
Gets the value of the dr3DProjection property. |
String |
getDr3DShadeMode()
Gets the value of the dr3DShadeMode property. |
String |
getDr3DShadowSlant()
Gets the value of the dr3DShadowSlant property. |
String |
getDr3DTransform()
Gets the value of the dr3DTransform property. |
String |
getDr3DVpn()
Gets the value of the dr3DVpn property. |
String |
getDr3DVrp()
Gets the value of the dr3DVrp property. |
String |
getDr3DVup()
Gets the value of the dr3DVup 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 |
getTableCellRangeAddress()
Gets the value of the tableCellRangeAddress property. |
void |
setChartCategories(ChartCategories value)
Sets the value of the chartCategories property. |
void |
setChartDataSourceHasLabels(String value)
Sets the value of the chartDataSourceHasLabels property. |
void |
setChartFloor(ChartFloor value)
Sets the value of the chartFloor property. |
void |
setChartStockGainMarker(ChartStockGainMarker value)
Sets the value of the chartStockGainMarker property. |
void |
setChartStockLossMarker(ChartStockLossMarker value)
Sets the value of the chartStockLossMarker property. |
void |
setChartStockRangeLine(ChartStockRangeLine value)
Sets the value of the chartStockRangeLine property. |
void |
setChartStyleName(String value)
Sets the value of the chartStyleName property. |
void |
setChartTableNumberList(String value)
Sets the value of the chartTableNumberList property. |
void |
setChartWall(ChartWall value)
Sets the value of the chartWall property. |
void |
setDr3DAmbientColor(String value)
Sets the value of the dr3DAmbientColor property. |
void |
setDr3DDistance(String value)
Sets the value of the dr3DDistance property. |
void |
setDr3DFocalLength(String value)
Sets the value of the dr3DFocalLength property. |
void |
setDr3DLightingMode(String value)
Sets the value of the dr3DLightingMode property. |
void |
setDr3DProjection(String value)
Sets the value of the dr3DProjection property. |
void |
setDr3DShadeMode(String value)
Sets the value of the dr3DShadeMode property. |
void |
setDr3DShadowSlant(String value)
Sets the value of the dr3DShadowSlant property. |
void |
setDr3DTransform(String value)
Sets the value of the dr3DTransform property. |
void |
setDr3DVpn(String value)
Sets the value of the dr3DVpn property. |
void |
setDr3DVrp(String value)
Sets the value of the dr3DVrp property. |
void |
setDr3DVup(String value)
Sets the value of the dr3DVup 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 |
setTableCellRangeAddress(String value)
Sets the value of the tableCellRangeAddress property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<ChartAxis> chartAxis
protected ChartCategories chartCategories
protected String chartDataSourceHasLabels
protected ChartFloor chartFloor
protected List<ChartSeries> chartSeries
protected ChartStockGainMarker chartStockGainMarker
protected ChartStockLossMarker chartStockLossMarker
protected ChartStockRangeLine chartStockRangeLine
protected String chartStyleName
protected String chartTableNumberList
protected ChartWall chartWall
protected String dr3DAmbientColor
protected String dr3DDistance
protected String dr3DFocalLength
protected List<Dr3DLight> dr3DLight
protected String dr3DLightingMode
protected String dr3DProjection
protected String dr3DShadeMode
protected String dr3DShadowSlant
protected String dr3DTransform
protected String dr3DVpn
protected String dr3DVrp
protected String dr3DVup
protected String svgHeight
protected String svgWidth
protected String svgX
protected String svgY
protected String tableCellRangeAddress
Constructor Detail |
---|
public ChartPlotArea()
Method Detail |
---|
public List<ChartAxis> getChartAxis()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set
method for the chartAxis property.
For example, to add a new item, do as follows:
getChartAxis().add(newItem);
Objects of the following type(s) are allowed in the list ChartAxis
public ChartCategories getChartCategories()
ChartCategories
public String getChartDataSourceHasLabels()
String
public ChartFloor getChartFloor()
ChartFloor
public List<ChartSeries> getChartSeries()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set
method for the chartSeries property.
For example, to add a new item, do as follows:
getChartSeries().add(newItem);
Objects of the following type(s) are allowed in the list ChartSeries
public ChartStockGainMarker getChartStockGainMarker()
ChartStockGainMarker
public ChartStockLossMarker getChartStockLossMarker()
ChartStockLossMarker
public ChartStockRangeLine getChartStockRangeLine()
ChartStockRangeLine
public String getChartStyleName()
String
public String getChartTableNumberList()
String
public ChartWall getChartWall()
ChartWall
public String getDr3DAmbientColor()
String
public String getDr3DDistance()
String
public String getDr3DFocalLength()
String
public List<Dr3DLight> getDr3DLight()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set
method for the dr3DLight property.
For example, to add a new item, do as follows:
getDr3DLight().add(newItem);
Objects of the following type(s) are allowed in the list Dr3DLight
public String getDr3DLightingMode()
String
public String getDr3DProjection()
String
public String getDr3DShadeMode()
String
public String getDr3DShadowSlant()
String
public String getDr3DTransform()
String
public String getDr3DVpn()
String
public String getDr3DVrp()
String
public String getDr3DVup()
String
public String getSvgHeight()
String
public String getSvgWidth()
String
public String getSvgX()
String
public String getSvgY()
String
public String getTableCellRangeAddress()
String
public void setChartCategories(ChartCategories value)
value
- allowed object is ChartCategories
public void setChartDataSourceHasLabels(String value)
value
- allowed object is String
public void setChartFloor(ChartFloor value)
value
- allowed object is ChartFloor
public void setChartStockGainMarker(ChartStockGainMarker value)
value
- allowed object is ChartStockGainMarker
public void setChartStockLossMarker(ChartStockLossMarker value)
value
- allowed object is ChartStockLossMarker
public void setChartStockRangeLine(ChartStockRangeLine value)
value
- allowed object is ChartStockRangeLine
public void setChartStyleName(String value)
value
- allowed object is String
public void setChartTableNumberList(String value)
value
- allowed object is String
public void setChartWall(ChartWall value)
value
- allowed object is ChartWall
public void setDr3DAmbientColor(String value)
value
- allowed object is String
public void setDr3DDistance(String value)
value
- allowed object is String
public void setDr3DFocalLength(String value)
value
- allowed object is String
public void setDr3DLightingMode(String value)
value
- allowed object is String
public void setDr3DProjection(String value)
value
- allowed object is String
public void setDr3DShadeMode(String value)
value
- allowed object is String
public void setDr3DShadowSlant(String value)
value
- allowed object is String
public void setDr3DTransform(String value)
value
- allowed object is String
public void setDr3DVpn(String value)
value
- allowed object is String
public void setDr3DVrp(String value)
value
- allowed object is String
public void setDr3DVup(String value)
value
- allowed object is String
public void setSvgHeight(String value)
value
- allowed object is String
public void setSvgWidth(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 setTableCellRangeAddress(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |