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 DRIDesignChartLegend
Color
object.public void setColor(Color color)
Setter for the field color
.
color
- a Color
object.public Color getBackgroundColor()
getBackgroundColor.
getBackgroundColor
in interface DRIDesignChartLegend
Color
object.public void setBackgroundColor(Color backgroundColor)
Setter for the field backgroundColor
.
backgroundColor
- a Color
object.public Boolean getShowLegend()
getShowLegend.
getShowLegend
in interface DRIDesignChartLegend
Boolean
object.public void setShowLegend(Boolean showLegend)
Setter for the field showLegend
.
showLegend
- a Boolean
object.public DRDesignFont getFont()
getFont.
getFont
in interface DRIDesignChartLegend
DRIDesignFont
object.public void setFont(DRDesignFont font)
Setter for the field font
.
font
- a DRDesignFont
object.public Position getPosition()
getPosition.
getPosition
in interface DRIDesignChartLegend
Position
object.Copyright © 2010–2021. All rights reserved.