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). 
net.sf.jasperreports.engine.util Utility classes. 
 

Uses of JRPrintText in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine with parameters of type JRPrintText
protected  TextValue JRAbstractExporter.getBooleanCellValue(JRPrintText text, java.lang.String textStr)
           
protected  TextValue JRAbstractExporter.getDateCellValue(JRPrintText text, java.lang.String textStr)
           
protected  TextValue JRAbstractExporter.getNumberCellValue(JRPrintText text, java.lang.String textStr)
           
protected  JRStyledText JRAbstractExporter.getStyledText(JRPrintText textElement)
           
protected  JRStyledText JRAbstractExporter.getStyledText(JRPrintText textElement, boolean setBackcolor)
           
protected  java.lang.String JRAbstractExporter.getTextFormatFactoryClass(JRPrintText text)
           
protected  java.util.Locale JRAbstractExporter.getTextLocale(JRPrintText text)
           
protected  java.util.TimeZone JRAbstractExporter.getTextTimeZone(JRPrintText text)
           
protected  TextValue JRAbstractExporter.getTextValue(JRPrintText text, java.lang.String textStr)
           
protected  TextValue JRAbstractExporter.getTextValueString(JRPrintText text, java.lang.String textStr)
           
 

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 JExcelApiExporter.addCell(int x, int y, JRPrintText text, java.lang.String textStr, JExcelApiExporter.StyleInfo baseStyle)
           
protected  void JRXlsExporter.createTextCell(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex, JRStyledText styledText, JRXlsExporter.StyleInfo baseStyle)
           
protected  void JRXmlExporter.exportText(JRPrintText text)
           
protected  void JRTextExporter.exportText(JRPrintText element)
          Renders a text and places it in the output matrix.
protected  void JRRtfExporter.exportText(JRPrintText text)
          Draw a text box
protected  void JRPdfExporter.exportText(JRPrintText text)
           
protected  void JRGraphics2DExporter.exportText(JRPrintText text)
           
protected  void JRHtmlExporter.exportText(JRPrintText text, JRExporterGridCell gridCell)
           
protected  void JRXlsExporter.exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JExcelApiExporter.exportText(JRPrintText text, JRExporterGridCell gridCell, int x, int y)
           
protected  jxl.write.biff.CellValue JExcelApiExporter.getDetectedCellValue(int x, int y, JRPrintText text, java.lang.String textStr, JExcelApiExporter.StyleInfo baseStyle)
           
protected  com.lowagie.text.Phrase JRPdfExporter.getPhrase(JRStyledText styledText, JRPrintText textElement)
           
protected  JRStyledText JRXlsAbstractExporter.getStyledText(JRPrintText textElement)
           
protected  JRStyledText JRTextExporter.getStyledText(JRPrintText textElement)
           
protected  JRStyledText JRCsvExporter.getStyledText(JRPrintText textElement)
           
protected static JRXlsAbstractExporter.TextAlignHolder JRXlsAbstractExporter.getTextAlignHolder(JRPrintText textElement)
           
static JRXlsAbstractExporter.TextAlignHolder JExcelApiExporter.getTextAlignHolder(JRPrintText textElement)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRPrintText
 class JRRecordedValuesPrintText
          Print text implementation that supports recorded values.
 class JRTemplatePrintText
           
 

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

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

Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintText
static byte JRStyleResolver.getLineSpacing(JRPrintText element)
           
static byte JRStyleResolver.getRotation(JRPrintText element)
           
static boolean JRStyleResolver.isStyledText(JRPrintText element)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com