Package net.sf.jasperreports.charts.fill
Class JRFillValueDisplay
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillValueDisplay
- All Implemented Interfaces:
Cloneable
,JRValueDisplay
,JRCloneable
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJRFillValueDisplay
(JRValueDisplay valueDisplay, JRFillObjectFactory factory) -
Method Summary
-
Field Details
-
parent
-
chart
-
-
Constructor Details
-
JRFillValueDisplay
-
-
Method Details
-
getChart
- Specified by:
getChart
in interfaceJRValueDisplay
-
getColor
Description copied from interface:JRValueDisplay
Returns the color to use when writing the value.- Specified by:
getColor
in interfaceJRValueDisplay
- Returns:
- the color to use when writing the value
-
getMask
Description copied from interface:JRValueDisplay
Returns the formatting mask to use when writing the value. The mask will be specified using the patterns defined injava.text.DecimalFormat
.- Specified by:
getMask
in interfaceJRValueDisplay
- Returns:
- the formatting mask to use when writing the value
-
getFont
Description copied from interface:JRValueDisplay
Returns the font to use when writing the value.- Specified by:
getFont
in interfaceJRValueDisplay
- Returns:
- the font to use when writing the value
-
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
clone
- Specified by:
clone
in interfaceJRValueDisplay
-