net.sf.jasperreports.engine.fill
Interface TextFormat

All Known Subinterfaces:
JRPrintText
All Known Implementing Classes:
JRBasePrintText, JRRecordedValuesPrintText, JRTemplatePrintText, JRTemplateText, SimpleTextFormat

public interface TextFormat

Version:
$Id: TextFormat.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 String getFormatFactoryClass()
           
 String getLocaleCode()
           
 String getPattern()
           
 String getTimeZoneId()
           
 String getValueClassName()
           
 

Method Detail

getValueClassName

String getValueClassName()

getPattern

String getPattern()

getFormatFactoryClass

String getFormatFactoryClass()

getLocaleCode

String getLocaleCode()

getTimeZoneId

String getTimeZoneId()


Copyright © 2012. All Rights Reserved.