net.sf.jasperreports.charts
Interface JRItemLabel

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseItemLabel, JRDesignItemLabel, JRFillItemLabel

public interface JRItemLabel
extends JRCloneable

Represents the formatting option for the textual representation of item labels in a category plot

Version:
$Id: JRItemLabel.java 4595 2011-09-08 15:55:10Z teodord $
Author:
sanda zaharia (shertage@users.sourceforge.net)

Method Summary
 java.awt.Color getBackgroundColor()
          Returns the item label background color
 JRChart getChart()
           
 java.awt.Color getColor()
          Returns the item label text color
 JRFont getFont()
          Returns the item label font.
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getChart

JRChart getChart()

getFont

JRFont getFont()
Returns the item label font.

Returns:
the item label font

getColor

java.awt.Color getColor()
Returns the item label text color

Returns:
the item label text color

getBackgroundColor

java.awt.Color getBackgroundColor()
Returns the item label background color

Returns:
the item label background color


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com