|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.chart.ChartAxis
public class ChartAxis
| Constructor Summary | |
|---|---|
ChartAxis()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChartClass()
Gets the value of the chartClass property. |
java.util.List<ChartGrid> |
getChartGrid()
Gets the value of the chartGrid property. |
java.lang.String |
getChartName()
Gets the value of the chartName property. |
java.lang.String |
getChartStyleName()
Gets the value of the chartStyleName property. |
ChartTitle |
getChartTitle()
Gets the value of the chartTitle property. |
void |
setChartClass(java.lang.String value)
Sets the value of the chartClass property. |
void |
setChartName(java.lang.String value)
Sets the value of the chartName property. |
void |
setChartStyleName(java.lang.String value)
Sets the value of the chartStyleName property. |
void |
setChartTitle(ChartTitle value)
Sets the value of the chartTitle property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartAxis()
| Method Detail |
|---|
public java.lang.String getChartClass()
Stringpublic java.util.List<ChartGrid> getChartGrid()
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 chartGrid property.
For example, to add a new item, do as follows:
getChartGrid().add(newItem);
Objects of the following type(s) are allowed in the list ChartGrid
public java.lang.String getChartName()
Stringpublic java.lang.String getChartStyleName()
Stringpublic ChartTitle getChartTitle()
ChartTitlepublic void setChartClass(java.lang.String value)
value - allowed object is Stringpublic void setChartName(java.lang.String value)
value - allowed object is Stringpublic void setChartStyleName(java.lang.String value)
value - allowed object is Stringpublic void setChartTitle(ChartTitle value)
value - allowed object is ChartTitle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||