|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.JRStyledTextAttributeSelector
public abstract class JRStyledTextAttributeSelector
Selector of element-level styled text attributes for print text objects.
JRPrintText.getStyledText(JRStyledTextAttributeSelector),
JRPrintText.getFullStyledText(JRStyledTextAttributeSelector)| Field Summary | |
|---|---|
static JRStyledTextAttributeSelector |
ALL
Selects all styled text attributes, i.e. font attributes plus forecolor and backcolor. |
static JRStyledTextAttributeSelector |
NO_BACKCOLOR
Selects all styled text attribute except backcolor, i.e. font attributes plus forecolor. |
static JRStyledTextAttributeSelector |
NONE
Doesn't select any styled text attribute. |
| Constructor Summary | |
|---|---|
JRStyledTextAttributeSelector()
|
|
| Method Summary | |
|---|---|
abstract java.util.Map |
getStyledTextAttributes(JRPrintText printText)
Construct a map containing the selected element-level styled text attributes for a print text element. |
static java.util.Locale |
getTextLocale(JRPrintText printText)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final JRStyledTextAttributeSelector ALL
public static final JRStyledTextAttributeSelector NO_BACKCOLOR
public static final JRStyledTextAttributeSelector NONE
| Constructor Detail |
|---|
public JRStyledTextAttributeSelector()
| Method Detail |
|---|
public static java.util.Locale getTextLocale(JRPrintText printText)
public abstract java.util.Map getStyledTextAttributes(JRPrintText printText)
printText - the print text object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||