net.sf.jasperreports.charts.fill
Class JRFillValueDisplay

java.lang.Object
  extended by net.sf.jasperreports.charts.fill.JRFillValueDisplay
All Implemented Interfaces:
java.lang.Cloneable, JRValueDisplay, JRCloneable

public class JRFillValueDisplay
extends java.lang.Object
implements JRValueDisplay

Version:
$Id: JRFillValueDisplay.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Barry Klawans (bklawans@users.sourceforge.net)

Field Summary
protected  JRChart chart
           
protected  JRValueDisplay parent
           
 
Constructor Summary
JRFillValueDisplay(JRValueDisplay valueDisplay, JRFillObjectFactory factory)
           
 
Method Summary
 java.lang.Object clone()
           
 JRChart getChart()
           
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected JRValueDisplay parent

chart

protected JRChart chart
Constructor Detail

JRFillValueDisplay

public JRFillValueDisplay(JRValueDisplay valueDisplay,
                          JRFillObjectFactory factory)
Method Detail

getChart

public JRChart getChart()
Specified by:
getChart in interface JRValueDisplay

getColor

public java.awt.Color getColor()
Description copied from interface: JRValueDisplay
Returns the color to use when writing the value.

Specified by:
getColor in interface JRValueDisplay
Returns:
the color to use when writing the value

getMask

public java.lang.String 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 in java.text.DecimalFormat.

Specified by:
getMask in interface JRValueDisplay
Returns:
the formatting mask to use when writing the value

getFont

public JRFont getFont()
Description copied from interface: JRValueDisplay
Returns the font to use when writing the value.

Specified by:
getFont in interface JRValueDisplay
Returns:
the font to use when writing the value

clone

public java.lang.Object clone()
Specified by:
clone in interface JRCloneable
Overrides:
clone in class java.lang.Object


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com