Package net.sf.jasperreports.engine.fill
Class SimpleTextFormat
java.lang.Object
net.sf.jasperreports.engine.fill.SimpleTextFormat
- All Implemented Interfaces:
Serializable
,TextFormat
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setFormatFactoryClass
(String formatFactoryClass) void
setLocaleCode
(String localeCode) void
setPattern
(String pattern) void
setTimeZoneId
(String timeZoneId) void
setValueClassName
(String valueClassName) toString()
-
Constructor Details
-
SimpleTextFormat
public SimpleTextFormat()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getValueClassName
- Specified by:
getValueClassName
in interfaceTextFormat
-
setValueClassName
-
getPattern
- Specified by:
getPattern
in interfaceTextFormat
-
setPattern
-
getFormatFactoryClass
- Specified by:
getFormatFactoryClass
in interfaceTextFormat
-
setFormatFactoryClass
-
getLocaleCode
- Specified by:
getLocaleCode
in interfaceTextFormat
-
setLocaleCode
-
getTimeZoneId
- Specified by:
getTimeZoneId
in interfaceTextFormat
-
setTimeZoneId
-