|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.chart.ChartLegend
public class ChartLegend
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 |
---|
protected String chartLegendPosition
protected String chartStyleName
protected String svgX
protected String svgY
Constructor Detail |
---|
public ChartLegend()
Method Detail |
---|
public String getChartLegendPosition()
String
public String getChartStyleName()
String
public String getSvgX()
String
public String getSvgY()
String
public void setChartLegendPosition(String value)
value
- allowed object is String
public void setChartStyleName(String value)
value
- allowed object is String
public void setSvgX(String value)
value
- allowed object is String
public void setSvgY(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |