Schnittstelle ChartFormat

Alle Superschnittstellen:
Serializable
Alle bekannten Implementierungsklassen:
DateTimeFormat, FixedNumberFormat, PatternDateTimeFormat, PatternNumberFormat

public interface ChartFormat extends Serializable
An interface that is implemented by all chart formats.
Seit:
8.0
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    Overrides Cloneable
    void
    Reads the XML properties of a chart format.
    void
    saveProperties(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.
  • Methodendetails

    • saveProperties

      void saveProperties(StringBuilder buffer, int depth)
      Writes the format properties to output.
      Parameter:
      buffer - the output
      depth - the depth of XML indent
      Seit:
      8.0
    • readProperties

      void readProperties(Element element)
      Reads the XML properties of a chart format.
      Parameter:
      element - DOM element
      Seit:
      8.0
      Siehe auch:
    • clone

      ChartFormat clone()
      Overrides Cloneable
      Gibt zurück:
      the chart format
      Seit:
      8.0
    • 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 (null not permitted)
      Löst aus:
      IllegalArgumentException - if properties is null
      Seit:
      9.2