Uses of Interface
net.sf.jasperreports.engine.fill.TextFormat

Packages that use TextFormat
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.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). 
 

Uses of TextFormat in net.sf.jasperreports.engine
 

Subinterfaces of TextFormat in net.sf.jasperreports.engine
 interface JRPrintText
           
 

Methods in net.sf.jasperreports.engine with parameters of type TextFormat
 void JRPrintText.setTextFormat(TextFormat textFormat)
           
 

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

Classes in net.sf.jasperreports.engine.base that implement TextFormat
 class JRBasePrintText
           
 

Fields in net.sf.jasperreports.engine.base declared as TextFormat
protected  TextFormat JRBasePrintText.textFormat
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type TextFormat
 void JRBasePrintText.setTextFormat(TextFormat textFormat)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement TextFormat
 class JRRecordedValuesPrintText
          Print text implementation that supports recorded values.
 class JRTemplatePrintText
          Implementation of JRPrintText that uses a JRTemplateText instance to store common attributes.
 class JRTemplateText
          Text element information shared by multiple print text objects.
 class SimpleTextFormat
           
 

Methods in net.sf.jasperreports.engine.fill that return TextFormat
protected  TextFormat JRFillTextField.getTextFormat()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type TextFormat
 void JRTemplatePrintText.setTextFormat(TextFormat textFormat)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com