org.jopendocument.model.chart
Class ChartLegend

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

public class ChartLegend
extends Object


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

Field Detail

chartLegendPosition

protected String chartLegendPosition

chartStyleName

protected String chartStyleName

svgX

protected String svgX

svgY

protected String svgY
Constructor Detail

ChartLegend

public ChartLegend()
Method Detail

getChartLegendPosition

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

Returns:
possible object is String

getChartStyleName

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

Returns:
possible object is String

getSvgX

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

Returns:
possible object is String

getSvgY

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

Returns:
possible object is String

setChartLegendPosition

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

setSvgX

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

Parameters:
value - allowed object is String

setSvgY

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.