org.jopendocument.model.chart
Class ChartAxis

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

public class ChartAxis
extends Object


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

chartClass

protected String chartClass

chartGrid

protected List<ChartGrid> chartGrid

chartName

protected String chartName

chartStyleName

protected String chartStyleName

chartTitle

protected ChartTitle chartTitle
Constructor Detail

ChartAxis

public ChartAxis()
Method Detail

getChartClass

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

Returns:
possible object is String

getChartGrid

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

Returns:
possible object is String

getChartStyleName

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

Parameters:
value - allowed object is String

setChartName

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

setChartTitle

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

Parameters:
value - allowed object is ChartTitle


Copyright © 2010 jOpenDocument All Rights Reserved.