net.sf.dynamicreports.report.base.chart
Class DRChartLegend
java.lang.Object
net.sf.dynamicreports.report.base.chart.DRChartLegend
- All Implemented Interfaces:
- Serializable, DRIChartLegend
public class DRChartLegend
- extends Object
- implements DRIChartLegend
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRChartLegend
public DRChartLegend()
getColor
public Color getColor()
- Specified by:
getColor
in interface DRIChartLegend
setColor
public void setColor(Color color)
getBackgroundColor
public Color getBackgroundColor()
- Specified by:
getBackgroundColor
in interface DRIChartLegend
setBackgroundColor
public void setBackgroundColor(Color backgroundColor)
getShowLegend
public Boolean getShowLegend()
- Specified by:
getShowLegend
in interface DRIChartLegend
setShowLegend
public void setShowLegend(Boolean showLegend)
getFont
public DRFont getFont()
- Specified by:
getFont
in interface DRIChartLegend
setFont
public void setFont(DRFont font)
getPosition
public Position getPosition()
- Specified by:
getPosition
in interface DRIChartLegend
setPosition
public void setPosition(Position position)
Copyright © 2010-2014. All Rights Reserved.