org.jopendocument.model.chart
Class ChartLegend

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

public class ChartLegend
extends java.lang.Object


Constructor Summary
ChartLegend()
           
 
Method Summary
 java.lang.String getChartLegendPosition()
          Gets the value of the chartLegendPosition property.
 java.lang.String getChartStyleName()
          Gets the value of the chartStyleName property.
 java.lang.String getSvgX()
          Gets the value of the svgX property.
 java.lang.String getSvgY()
          Gets the value of the svgY property.
 void setChartLegendPosition(java.lang.String value)
          Sets the value of the chartLegendPosition property.
 void setChartStyleName(java.lang.String value)
          Sets the value of the chartStyleName property.
 void setSvgX(java.lang.String value)
          Sets the value of the svgX property.
 void setSvgY(java.lang.String value)
          Sets the value of the svgY property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartLegend

public ChartLegend()
Method Detail

getChartLegendPosition

public java.lang.String getChartLegendPosition()
Gets the value of the chartLegendPosition property.

Returns:
possible object is String

getChartStyleName

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

Returns:
possible object is String

getSvgX

public java.lang.String getSvgX()
Gets the value of the svgX property.

Returns:
possible object is String

getSvgY

public java.lang.String getSvgY()
Gets the value of the svgY property.

Returns:
possible object is String

setChartLegendPosition

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

setSvgX

public void setSvgX(java.lang.String value)
Sets the value of the svgX property.

Parameters:
value - allowed object is String

setSvgY

public void setSvgY(java.lang.String value)
Sets the value of the svgY property.

Parameters:
value - allowed object is String