Class DRDesignChartLegend
java.lang.Object
ch.unibas.medizin.dynamicreports.design.base.chart.DRDesignChartLegend
- All Implemented Interfaces:
DRIDesignChartLegend, Serializable
DRDesignChartLegend class.
- Author:
- Ricardo Mariaca
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBackgroundColor.getColor()getColor.getFont()getFont.getPosition.getShowLegend.voidsetBackgroundColor(Color backgroundColor) Setter for the fieldbackgroundColor.voidSetter for the fieldcolor.voidsetFont(DRDesignFont font) Setter for the fieldfont.voidsetPosition(Position position) Setter for the fieldposition.voidsetShowLegend(Boolean showLegend) Setter for the fieldshowLegend.
-
Constructor Details
-
DRDesignChartLegend
public DRDesignChartLegend()Constructor for DRDesignChartLegend.
-
-
Method Details
-
getColor
getColor.
- Specified by:
getColorin interfaceDRIDesignChartLegend- Returns:
- a
Colorobject.
-
setColor
-
getBackgroundColor
getBackgroundColor.
- Specified by:
getBackgroundColorin interfaceDRIDesignChartLegend- Returns:
- a
Colorobject.
-
setBackgroundColor
-
getShowLegend
getShowLegend.
- Specified by:
getShowLegendin interfaceDRIDesignChartLegend- Returns:
- a
Booleanobject.
-
setShowLegend
-
getFont
getFont.
- Specified by:
getFontin interfaceDRIDesignChartLegend- Returns:
- a
DRIDesignFontobject.
-
setFont
Setter for the field
font.- Parameters:
font- aDRDesignFontobject.
-
getPosition
getPosition.
- Specified by:
getPositionin interfaceDRIDesignChartLegend- Returns:
- a
Positionobject.
-
setPosition
-