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

Packages that use JRPrintText
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.export Provides utility classes for exporting reports to various popular formats. 
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 JRPrintText in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine with parameters of type JRPrintText
protected  JRStyledText JRAbstractExporter.getStyledText(JRPrintText textElement)
           
 

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

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

Uses of JRPrintText in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintText
protected  void JRXmlExporter.exportText(JRPrintText text)
           
protected  void JRHtmlExporter.exportText(JRPrintText text, JRExporterGridCell gridCell)
           
protected  JRStyledText JRCsvExporter.getStyledText(JRPrintText textElement)
           
protected  void JRPdfExporter.setHyperlinkInfo(com.lowagie.text.Chunk chunk, JRPrintText text)
           
protected  com.lowagie.text.Phrase JRPdfExporter.getPhrase(JRStyledText styledText, JRPrintText textElement)
           
protected  void JRPdfExporter.exportText(JRPrintText text)
           
protected  void JRGraphics2DExporter.exportText(JRPrintText text)
           
protected  void JRXlsExporter.exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  JRStyledText JRXlsAbstractExporter.getStyledText(JRPrintText textElement)
           
protected static net.sf.jasperreports.engine.export.JRXlsAbstractExporter.TextAlignHolder JRXlsAbstractExporter.getTextAlignHolder(JRPrintText textElement)
           
protected abstract  void JRXlsAbstractExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRRtfExporter.exportText(JRPrintText text)
          Draw a text box
protected  void JRTextExporter.exportText(JRPrintText element)
          Renders a text and places it in the output matrix.
protected  JRStyledText JRTextExporter.getStyledText(JRPrintText textElement)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRPrintText
 class JRTemplatePrintText
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRPrintText
protected  void JRFillTextField.copy(JRPrintText text)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com