Package net.sf.jasperreports.charts.fill
Class JRFillItemLabel
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillItemLabel
- All Implemented Interfaces:
Cloneable
,JRItemLabel
,JRCloneable
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
-
chart
-
-
Constructor Details
-
JRFillItemLabel
-
-
Method Details
-
getChart
- Specified by:
getChart
in interfaceJRItemLabel
- Returns:
- the chart the current item label belongs to.
-
getColor
- Specified by:
getColor
in interfaceJRItemLabel
- Returns:
- the item label text color
-
getBackgroundColor
- Specified by:
getBackgroundColor
in interfaceJRItemLabel
- Returns:
- the item label background color
-
getFont
- Specified by:
getFont
in interfaceJRItemLabel
- Returns:
- the item label font. Allows full font customization for the item label.
-
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
clone
Description copied from interface:JRItemLabel
Returns the item label formatting mask. The mask will be specified using the patterns defined injava.text.DecimalFormat
.- Specified by:
clone
in interfaceJRItemLabel
- Returns:
- the item label formatting mask
-