Klasse XYForEachRecordDataset

java.lang.Object
com.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.XYForAllRecordsDataset
com.inet.report.chart.dataset.XYForEachRecordDataset
Alle implementierten Schnittstellen:
BaseDataset, XYDataset, Serializable
Bekannte direkte Unterklassen:
XYOneGroupDataset

public class XYForEachRecordDataset extends XYForAllRecordsDataset
This is a dataset used by xy charts. This evaluates data 'for each record' for three data fields (x, y and size).
Seit:
8.0
Siehe auch:
  • Konstruktordetails

    • XYForEachRecordDataset

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

    • getName

      protected String getName()
      Setzt außer Kraft:
      getName in Klasse XYForAllRecordsDataset
    • 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 XYForAllRecordsDataset
      Gibt zurück:
      the LabelProvider responsible for providing the title, footnote, and axis labels
    • 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:
      25.10
      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:
      25.10
      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