net.sf.dynamicreports.design.base.chart
Class DRDesignChartLegend

java.lang.Object
  extended by net.sf.dynamicreports.design.base.chart.DRDesignChartLegend
All Implemented Interfaces:
DRIDesignChartLegend

public class DRDesignChartLegend
extends Object
implements DRIDesignChartLegend

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignChartLegend()
           
 
Method Summary
 Color getBackgroundColor()
           
 Color getColor()
           
 DRDesignFont getFont()
           
 Position getPosition()
           
 Boolean getShowLegend()
           
 void setBackgroundColor(Color backgroundColor)
           
 void setColor(Color color)
           
 void setFont(DRDesignFont 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

DRDesignChartLegend

public DRDesignChartLegend()
Method Detail

getColor

public Color getColor()
Specified by:
getColor in interface DRIDesignChartLegend

setColor

public void setColor(Color color)

getBackgroundColor

public Color getBackgroundColor()
Specified by:
getBackgroundColor in interface DRIDesignChartLegend

setBackgroundColor

public void setBackgroundColor(Color backgroundColor)

getShowLegend

public Boolean getShowLegend()
Specified by:
getShowLegend in interface DRIDesignChartLegend

setShowLegend

public void setShowLegend(Boolean showLegend)

getFont

public DRDesignFont getFont()
Specified by:
getFont in interface DRIDesignChartLegend

setFont

public void setFont(DRDesignFont font)

getPosition

public Position getPosition()
Specified by:
getPosition in interface DRIDesignChartLegend

setPosition

public void setPosition(Position position)


Copyright © 2010-2014. All Rights Reserved.