net.sf.jasperreports.engine.util
Class MaxFontSizeFinder

java.lang.Object
  extended by net.sf.jasperreports.engine.util.MaxFontSizeFinder

public abstract class MaxFontSizeFinder
extends java.lang.Object

Version:
$Id: MaxFontSizeFinder.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

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

STYLED_TEXT_MAX_FONT_FINDER

public static final MaxFontSizeFinder STYLED_TEXT_MAX_FONT_FINDER

DEFAULT_MAX_FONT_FINDER

public static final MaxFontSizeFinder DEFAULT_MAX_FONT_FINDER
Constructor Detail

MaxFontSizeFinder

public MaxFontSizeFinder()
Method Detail

getInstance

public static MaxFontSizeFinder getInstance(boolean isStyledText)

findMaxFontSize

public abstract int findMaxFontSize(java.text.AttributedCharacterIterator line,
                                    int defaultFontSize)


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com