|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ChartFormat
An interface that is implemented by all chart formats.
| Method Summary | |
|---|---|
ChartFormat |
clone()
Overrides Cloneable |
void |
readProperties(org.w3c.dom.Element element)
Reads the XML properties of a chart format. |
void |
saveProperties(java.lang.StringBuffer 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 |
setLocale(java.util.Locale locale)
Deprecated. As of i-net Crystal-Clear 9.2, replaced by setFormatingProperties(FormatingProperties) |
| Method Detail |
|---|
void saveProperties(java.lang.StringBuffer buffer,
int depth)
buffer - the outputdepth - the depth of XML indentvoid readProperties(org.w3c.dom.Element element)
element - DOM elementsaveProperties(StringBuffer, int)ChartFormat clone()
void setLocale(java.util.Locale locale)
setFormatingProperties(FormatingProperties)
locale - the locale (null not permitted)void setFormatingProperties(com.inet.report.chart.format.FormatingProperties properties)
properties - the properties object (null not permitted)
java.lang.IllegalArgumentException - if properties is null
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||