org.jopendocument.model.chart
Class ChartAxis

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

public class ChartAxis
extends java.lang.Object


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

ChartAxis

public ChartAxis()
Method Detail

getChartClass

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

Returns:
possible object is String

getChartGrid

public java.util.List<ChartGrid> getChartGrid()
Gets the value of the chartGrid property.

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


getChartName

public java.lang.String getChartName()
Gets the value of the chartName property.

Returns:
possible object is String

getChartStyleName

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

Returns:
possible object is String

getChartTitle

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

Returns:
possible object is ChartTitle

setChartClass

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

Parameters:
value - allowed object is String

setChartName

public void setChartName(java.lang.String value)
Sets the value of the chartName 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

setChartTitle

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

Parameters:
value - allowed object is ChartTitle