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.convert   
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
net.sf.jasperreports.engine.export.draw   
net.sf.jasperreports.engine.export.oasis   
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  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)
           
 java.util.Map JRStyledTextAttributeSelector.getStyledTextAttributes(JRPrintText printText)
          Construct a map containing the selected element-level styled text attributes for a print text element.
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.convert
 

Methods in net.sf.jasperreports.engine.convert with parameters of type JRPrintText
protected  void TextElementConverter.measureTextElement(JRPrintText printText, java.lang.String text)
           
 

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 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 col, int row)
           
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.export.draw
 

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

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

Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintText
protected  void JROdtFrameExporter.exportText(JRPrintText text)
           
protected  void JROdtExporter.exportText(TableBuilder tableBuilder, JRPrintText text, JRExporterGridCell gridCell)
           
 java.lang.String StyleCache.getFrameStyle(JRPrintText text)
           
 java.lang.String StyleCache.getParagraphStyle(JRPrintText text)
           
 

Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintText
ParagraphStyle(java.io.Writer styleWriter, JRPrintText text)
           
 

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)
           
protected  void JRFillTextElement.setPrintText(JRPrintText printText)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com