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:
getChartin interfaceJRValueDisplay
-
getColor
Description copied from interface:JRValueDisplayReturns the color to use when writing the value.- Specified by:
getColorin interfaceJRValueDisplay- Returns:
- the color to use when writing the value
-
getMask
Description copied from interface:JRValueDisplayReturns the formatting mask to use when writing the value. The mask will be specified using the patterns defined injava.text.DecimalFormat.- Specified by:
getMaskin interfaceJRValueDisplay- Returns:
- the formatting mask to use when writing the value
-
getFont
Description copied from interface:JRValueDisplayReturns the font to use when writing the value.- Specified by:
getFontin interfaceJRValueDisplay- Returns:
- the font to use when writing the value
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
clone
- Specified by:
clonein interfaceJRValueDisplay
-