Schnittstelle ChartFormat
- Alle Superschnittstellen:
Serializable
- Alle bekannten Implementierungsklassen:
DateTimeFormat, FixedNumberFormat, PatternDateTimeFormat, PatternNumberFormat
An interface that is implemented by all chart formats.
- Seit:
- 8.0
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungclone()Overrides CloneablevoidreadProperties(Element element) Reads the XML properties of a chart format.voidsaveProperties(StringBuilder buffer, int depth) Writes the format properties to output.voidsetFormatingProperties(com.inet.report.chart.format.FormatingProperties properties) Sets the location specific formating properties, e.g. locale, time zone, first day of week.
-
Methodendetails
-
saveProperties
Writes the format properties to output.- Parameter:
buffer- the outputdepth- the depth of XML indent- Seit:
- 8.0
-
readProperties
Reads the XML properties of a chart format.- Parameter:
element- DOM element- Seit:
- 8.0
- Siehe auch:
-
clone
-
setFormatingProperties
void setFormatingProperties(com.inet.report.chart.format.FormatingProperties properties) Sets the location specific formating properties, e.g. locale, time zone, first day of week.- Parameter:
properties- the properties object (nullnot permitted)- Löst aus:
IllegalArgumentException- if properties is null- Seit:
- 9.2
-