net.sf.jasperreports.engine
Interface JRStyledTextAttributeSelector


public interface JRStyledTextAttributeSelector

Selector of element-level styled text attributes for print text objects.

Version:
$Id: JRCrosstab.java 1741 2007-06-08 10:53:33Z lucianc $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
JRPrintText.getStyledText(JRStyledTextAttributeSelector), JRPrintText.getFullStyledText(JRStyledTextAttributeSelector)

Field Summary
static JRStyledTextAttributeSelector ALL
          Selects all styled text attributes, i.e.
static JRStyledTextAttributeSelector NO_BACKCOLOR
          Selects all styled text attribute except backcolor, i.e.
static JRStyledTextAttributeSelector NONE
          Doesn't select any styled text attribute.
 
Method Summary
 java.util.Map getStyledTextAttributes(JRPrintText printText)
          Construct a map containing the selected element-level styled text attributes for a print text element.
 

Field Detail

ALL

static final JRStyledTextAttributeSelector ALL
Selects all styled text attributes, i.e. font attributes plus forecolor and backcolor.


NO_BACKCOLOR

static final JRStyledTextAttributeSelector NO_BACKCOLOR
Selects all styled text attribute except backcolor, i.e. font attributes plus forecolor.


NONE

static final JRStyledTextAttributeSelector NONE
Doesn't select any styled text attribute.

Method Detail

getStyledTextAttributes

java.util.Map getStyledTextAttributes(JRPrintText printText)
Construct a map containing the selected element-level styled text attributes for a print text element.

Parameters:
printText - the print text object
Returns:
a map containing styled text attributes


© 2001-2006 JasperSoft Corporation www.jaspersoft.com