net.sf.jasperreports.charts
Interface JRValueDisplay

All Known Implementing Classes:
JRBaseValueDisplay, JRDesignValueDisplay, JRFillValueDisplay

public interface JRValueDisplay

Represents the formatting option for the textual representation of a value displayed in a Meter or Thermometer chart.

Version:
$Id: JRValueDisplay.java 1385 2006-09-06 00:29:03 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Barry Klawans (bklawans@users.sourceforge.net)

Method Summary
 java.awt.Color getColor()
          Returns the color to use when writing the value.
 JRFont getFont()
          Returns the font to use when writing the value.
 java.lang.String getMask()
          Returns the formatting mask to use when writing the value.
 

Method Detail

getColor

java.awt.Color getColor()
Returns the color to use when writing the value.

Returns:
the color to use when writing the value

getMask

java.lang.String getMask()
Returns the formatting mask to use when writing the value. The mask will be specified using the patterns defined in java.text.DecimalFormat.

Returns:
the formatting mask to use when writing the value

getFont

JRFont getFont()
Returns the font to use when writing the value.

Returns:
the font to use when writing the value


© 2001-2006 JasperSoft Corporation www.jaspersoft.com