public class DRDesignChartLegend extends Object implements DRIDesignChartLegend
DRDesignChartLegend class.
| Constructor and Description |
|---|
DRDesignChartLegend()
Constructor for DRDesignChartLegend.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColor()
getBackgroundColor.
|
Color |
getColor()
getColor.
|
DRDesignFont |
getFont()
getFont.
|
Position |
getPosition()
getPosition.
|
Boolean |
getShowLegend()
getShowLegend.
|
void |
setBackgroundColor(Color backgroundColor)
Setter for the field
backgroundColor. |
void |
setColor(Color color)
Setter for the field
color. |
void |
setFont(DRDesignFont font)
Setter for the field
font. |
void |
setPosition(Position position)
Setter for the field
position. |
void |
setShowLegend(Boolean showLegend)
Setter for the field
showLegend. |
public DRDesignChartLegend()
Constructor for DRDesignChartLegend.
public Color getColor()
getColor.
getColor in interface DRIDesignChartLegendColor object.public void setColor(Color color)
Setter for the field color.
color - a Color object.public Color getBackgroundColor()
getBackgroundColor.
getBackgroundColor in interface DRIDesignChartLegendColor object.public void setBackgroundColor(Color backgroundColor)
Setter for the field backgroundColor.
backgroundColor - a Color object.public Boolean getShowLegend()
getShowLegend.
getShowLegend in interface DRIDesignChartLegendBoolean object.public void setShowLegend(Boolean showLegend)
Setter for the field showLegend.
showLegend - a Boolean object.public DRDesignFont getFont()
getFont.
getFont in interface DRIDesignChartLegendDRIDesignFont object.public void setFont(DRDesignFont font)
Setter for the field font.
font - a DRDesignFont object.public Position getPosition()
getPosition.
getPosition in interface DRIDesignChartLegendPosition object.Copyright © 2010–2021. All rights reserved.