Klasse ForEachRecordDataset

java.lang.Object
com.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.ForAllRecordsDataset
com.inet.report.chart.dataset.ForEachRecordDataset
Alle implementierten Schnittstellen:
BaseDataset, PieDataset, StandardDataset, Serializable

public class ForEachRecordDataset extends ForAllRecordsDataset implements StandardDataset, PieDataset
This is a dataset used by standard (bar, line, area) and pie charts. This evaluates data 'for each record' for several data fields.
Seit:
8.0
Siehe auch:
  • Konstruktordetails

    • ForEachRecordDataset

      public ForEachRecordDataset(Chart2 chart)
      Creates a new empty dataset.
      Parameter:
      chart - the chart (null not permitted)
      Seit:
      8.0
  • Methodendetails

    • getLabelField

      public Field getLabelField()
      Returns the label field which is used to label the row on the group axis.
      Gibt zurück:
      the field.
      Seit:
      8.0
      Siehe auch:
    • setLabelField

      public void setLabelField(Field labelField)
      Sets the label field. The label field is used to label the group axis. If this field was not set, the chart indicates each item with its row number. Otherwise the chart displays the value of the label field from the current row on the group axis.
      Parameter:
      labelField - the field (null permitted)
      Seit:
      8.0
      Siehe auch:
    • getReferencedObject

      public List getReferencedObject()
      FOR INTERNAL USE ONLY
      Angegeben von:
      getReferencedObject in Schnittstelle BaseDataset
      Setzt außer Kraft:
      getReferencedObject in Klasse com.inet.report.chart.dataset.AbstractDataset
      Gibt zurück:
      FOR INTERNAL USE ONLY
    • saveProperties

      protected void saveProperties(PrintWriter out, int depth)
      Setzt außer Kraft:
      saveProperties in Klasse com.inet.report.chart.dataset.AbstractDataset
    • getName

      protected String getName()
      FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
      Setzt außer Kraft:
      getName in Klasse ForAllRecordsDataset
      Gibt zurück:
      name of the XML attribute for this dataset
    • getLabelProvider

      public com.inet.report.chart.dataset.LabelProvider getLabelProvider()
      Returns the LabelProvider responsible for providing the title, footnote, and axis labels
      Angegeben von:
      getLabelProvider in Schnittstelle BaseDataset
      Setzt außer Kraft:
      getLabelProvider in Klasse ForAllRecordsDataset
      Gibt zurück:
      the LabelProvider responsible for providing the title, footnote, and axis labels