| net.sf.jasperreports.charts.JRValueDisplay
All known Subclasses: net.sf.jasperreports.charts.fill.JRFillValueDisplay, net.sf.jasperreports.charts.base.JRBaseValueDisplay,
JRValueDisplay | public interface JRValueDisplay (Code) | | Represents the formatting option for the textual
representation of a value displayed in a Meter or
Thermometer chart.
author: Barry Klawans (bklawans@users.sourceforge.net) version: $Id: JRValueDisplay.java 1792 2007-07-30 08:57:32Z teodord $ |
Method Summary | |
public Color | getColor() Returns the color to use when writing the value. | public JRFont | getFont() Returns the font to use when writing the value. | public String | getMask() Returns the formatting mask to use when writing the value. |
getColor | public Color getColor()(Code) | | Returns the color to use when writing the value.
the color to use when writing the value |
getFont | public JRFont getFont()(Code) | | Returns the font to use when writing the value.
the font to use when writing the value |
getMask | public String getMask()(Code) | | Returns the formatting mask to use when writing the value.
The mask will be specified using the patterns defined
in java.text.DecimalFormat .
the formatting mask to use when writing the value |
|
|