|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.chart.ChartAxis
public class ChartAxis
Field Summary | |
---|---|
protected String |
chartClass
|
protected List<ChartGrid> |
chartGrid
|
protected String |
chartName
|
protected String |
chartStyleName
|
protected ChartTitle |
chartTitle
|
Constructor Summary | |
---|---|
ChartAxis()
|
Method Summary | |
---|---|
String |
getChartClass()
Gets the value of the chartClass property. |
List<ChartGrid> |
getChartGrid()
Gets the value of the chartGrid property. |
String |
getChartName()
Gets the value of the chartName property. |
String |
getChartStyleName()
Gets the value of the chartStyleName property. |
ChartTitle |
getChartTitle()
Gets the value of the chartTitle property. |
void |
setChartClass(String value)
Sets the value of the chartClass property. |
void |
setChartName(String value)
Sets the value of the chartName property. |
void |
setChartStyleName(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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String chartClass
protected List<ChartGrid> chartGrid
protected String chartName
protected String chartStyleName
protected ChartTitle chartTitle
Constructor Detail |
---|
public ChartAxis()
Method Detail |
---|
public String getChartClass()
String
public 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 String getChartName()
String
public String getChartStyleName()
String
public ChartTitle getChartTitle()
ChartTitle
public void setChartClass(String value)
value
- allowed object is String
public void setChartName(String value)
value
- allowed object is String
public void setChartStyleName(String value)
value
- allowed object is String
public 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 |