|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.util.MaxFontSizeFinder
public abstract class MaxFontSizeFinder
| Field Summary | |
|---|---|
static MaxFontSizeFinder |
DEFAULT_MAX_FONT_FINDER
|
static MaxFontSizeFinder |
STYLED_TEXT_MAX_FONT_FINDER
|
| Constructor Summary | |
|---|---|
MaxFontSizeFinder()
|
|
| Method Summary | |
|---|---|
abstract int |
findMaxFontSize(java.text.AttributedCharacterIterator line,
int defaultFontSize)
|
static MaxFontSizeFinder |
getInstance(boolean isStyledText)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final MaxFontSizeFinder STYLED_TEXT_MAX_FONT_FINDER
public static final MaxFontSizeFinder DEFAULT_MAX_FONT_FINDER
| Constructor Detail |
|---|
public MaxFontSizeFinder()
| Method Detail |
|---|
public static MaxFontSizeFinder getInstance(boolean isStyledText)
public abstract int findMaxFontSize(java.text.AttributedCharacterIterator line,
int defaultFontSize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||