net.sf.dynamicreports.report.base.chart
Class DRChartLegend

java.lang.Object
  extended by 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

Constructor Summary
DRChartLegend()
           
 
Method Summary
 Color getBackgroundColor()
           
 Color getColor()
           
 DRFont getFont()
           
 Position getPosition()
           
 Boolean getShowLegend()
           
 void setBackgroundColor(Color backgroundColor)
           
 void setColor(Color color)
           
 void setFont(DRFont font)
           
 void setPosition(Position position)
           
 void setShowLegend(Boolean showLegend)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRChartLegend

public DRChartLegend()
Method Detail

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.