public interface ChartFormat
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
ChartFormat |
clone()
Overrides Cloneable
|
void |
readProperties(org.w3c.dom.Element element)
Reads the XML properties of a chart format.
|
void |
saveProperties(java.lang.StringBuilder buffer,
int depth)
Writes the format properties to output.
|
void |
setFormatingProperties(com.inet.report.chart.format.FormatingProperties properties)
Sets the location specific formating properties, e.g. locale, time zone, first day of week.
|
void saveProperties(java.lang.StringBuilder buffer, int depth)
buffer
- the outputdepth
- the depth of XML indentvoid readProperties(org.w3c.dom.Element element)
element
- DOM elementsaveProperties(StringBuilder, int)
ChartFormat clone()
void setFormatingProperties(com.inet.report.chart.format.FormatingProperties properties)
properties
- the properties object (null
not permitted)java.lang.IllegalArgumentException
- if properties is nullCopyright © 1999-2020 by i-net software GmbH