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:
getChartin interfaceJRItemLabel- Returns:
- the chart the current item label belongs to.
-
getColor
- Specified by:
getColorin interfaceJRItemLabel- Returns:
- the item label text color
-
getBackgroundColor
- Specified by:
getBackgroundColorin interfaceJRItemLabel- Returns:
- the item label background color
-
getFont
- Specified by:
getFontin interfaceJRItemLabel- Returns:
- the item label font. Allows full font customization for the item label.
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
clone
Description copied from interface:JRItemLabelReturns the item label formatting mask. The mask will be specified using the patterns defined injava.text.DecimalFormat.- Specified by:
clonein interfaceJRItemLabel- Returns:
- the item label formatting mask
-