Uses of Interface
net.sf.jasperreports.engine.JRCommonText

Packages that use JRCommonText
net.sf.jasperreports.engine Provides access to the library's main functionality through fa?ade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.util Utility classes. 
 

Uses of JRCommonText in net.sf.jasperreports.engine
 

Subinterfaces of JRCommonText in net.sf.jasperreports.engine
 interface JRPrintText
           
 interface JRStaticText
          An abstract representation of a report static text.
 interface JRTextElement
          An abstract representation of a report text element.
 interface JRTextField
          An abstract representation of a report static text.
 

Uses of JRCommonText in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRCommonText
 class JRBasePrintText
           
 class JRBaseStaticText
          This class is used for representing a static text element.
 class JRBaseTextElement
          This class provides functionality common to text elements.
 class JRBaseTextField
          This class is used for representing a text field.
 

Uses of JRCommonText in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRCommonText
 class JRDesignStaticText
          This class is used for representing a design static text element.
 class JRDesignTextElement
          This class provides functionality common to design text elements.
 class JRDesignTextField
           
 

Uses of JRCommonText in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRCommonText
 class JRFillStaticText
           
 class JRFillTextElement
           
 class JRFillTextField
           
 class JRRecordedValuesPrintText
          Print text implementation that supports recorded values.
 class JRTemplatePrintText
           
 class JRTemplateText
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRCommonText
 JRTextMeasurer JRTextMeasurerFactory.createMeasurer(JRCommonText text)
          Creates a text measurer for a text object.
 JRTextMeasurer TextMeasurerFactory.createMeasurer(JRCommonText text)
          Returns a TextMeasurer instance for the text object.
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRCommonText
TextMeasurer(JRCommonText textElement)
           
 

Uses of JRCommonText in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRCommonText
static JRTextMeasurer JRTextMeasurerUtil.createTextMeasurer(JRCommonText text)
          Creates a text measurer for a text object.
static JRTextMeasurer JRTextMeasurerUtil.createTextMeasurer(JRCommonText text, JRPropertiesHolder propertiesHolder)
          Creates a text measurer for a text object.
static byte JRStyleResolver.getLineSpacing(JRCommonText element)
           
static java.lang.String JRStyleResolver.getMarkup(JRCommonText element)
           
static byte JRStyleResolver.getRotation(JRCommonText element)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com