Package net.sf.jasperreports.export
Class SimpleTextReportConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleReportExportConfiguration
net.sf.jasperreports.export.SimpleTextReportConfiguration
- All Implemented Interfaces:
- CommonExportConfiguration,- ReportExportConfiguration,- TextReportConfiguration
public class SimpleTextReportConfiguration
extends SimpleReportExportConfiguration
implements TextReportConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- 
Field SummaryFields inherited from interface net.sf.jasperreports.export.CommonExportConfigurationPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTSFields inherited from interface net.sf.jasperreports.export.ReportExportConfigurationPROPERTY_IGNORE_PAGE_MARGINSFields inherited from interface net.sf.jasperreports.export.TextReportConfigurationPROPERTY_CHARACTER_HEIGHT, PROPERTY_CHARACTER_WIDTH, PROPERTY_PAGE_HEIGHT, PROPERTY_PAGE_WIDTH
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a float value representing the pixel/character vertical ratio.Returns a float value representing the pixel/character horizontal ratio.Returns an integer representing the page height in characters.Returns an integer representing the page width in characters.voidsetCharHeight(Float charHeight) voidsetCharWidth(Float charWidth) voidsetPageHeightInChars(Integer pageHeightInChars) voidsetPageWidthInChars(Integer pageWidthInChars) Methods inherited from class net.sf.jasperreports.export.SimpleReportExportConfigurationgetEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexMethods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfigurationisOverrideHints, setOverrideHintsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.export.CommonExportConfigurationisOverrideHintsMethods inherited from interface net.sf.jasperreports.export.ReportExportConfigurationgetEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
- 
Constructor Details- 
SimpleTextReportConfigurationpublic SimpleTextReportConfiguration()
 
- 
- 
Method Details- 
getCharWidthDescription copied from interface:TextReportConfigurationReturns a float value representing the pixel/character horizontal ratio.- Specified by:
- getCharWidthin interface- TextReportConfiguration
- See Also:
 
- 
setCharWidth
- 
getCharHeightDescription copied from interface:TextReportConfigurationReturns a float value representing the pixel/character vertical ratio.- Specified by:
- getCharHeightin interface- TextReportConfiguration
- See Also:
 
- 
setCharHeight
- 
getPageWidthInCharsDescription copied from interface:TextReportConfigurationReturns an integer representing the page width in characters.- Specified by:
- getPageWidthInCharsin interface- TextReportConfiguration
- See Also:
 
- 
setPageWidthInChars
- 
getPageHeightInCharsDescription copied from interface:TextReportConfigurationReturns an integer representing the page height in characters.- Specified by:
- getPageHeightInCharsin interface- TextReportConfiguration
- See Also:
 
- 
setPageHeightInChars
 
-