Class XYForAllRecordsDataset

  • All Implemented Interfaces:
    BaseDataset, XYDataset, java.io.Serializable
    Direct Known Subclasses:
    XYForEachRecordDataset

    public class XYForAllRecordsDataset
    extends com.inet.report.chart.dataset.AbstractDataset
    implements XYDataset
    This is a dataset used by xy charts. This evaluates data 'for all records' for three data fields (x, y and size).
    Since:
    8.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static int FIELDS_COUNT
      The count of data fields by this kind of dataset.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Group getCategoryGroup()
      Returns the category group.
      Chart2 getChart()
      Returns the parent chart of this dataset.
      protected SummaryField getDataField​(int index)
      Returns the summary field at the specified position in the list.
      SummaryField getDataField​(java.lang.String name)
      Returns the summary field with the specified name or null if the summary field with this name not found in the list.
      java.util.List getDataFields()
      Returns the data fields of this dataset as list.
      com.inet.report.chart.dataset.LabelProvider getLabelProvider()
      Returns the LabelProvider responsible for providing the title, footnote, and axis labels
      protected java.lang.String getName()
      SummaryField getSizeField()
      Returns the data field which provides the size of the bubble.
      SummaryField getXField()
      Returns the data field which provides the x coordinates of the item label.
      SummaryField getYField()
      Returns the data field which provides the y coordinates of the item label.
      void setSizeField​(int summaryOperation, Field field, Field field2nd, int nth)
      Sets the data field which provides the size of the bubble.
      void setXField​(int summaryOperation, Field field, Field field2nd, int nth)
      Sets the data field which provides the x coordinate of item.
      void setYField​(int summaryOperation, Field field, Field field2nd, int nth)
      Sets the data field which provides the y coordinate of item.
      void updateReferences()
      FOR INTERNAL USE ONLY
      java.lang.String verify​(ChartStyle style)
      Verifies the group and sum properties of current dataset.
      • Methods inherited from class com.inet.report.chart.dataset.AbstractDataset

        getReferencedObject, saveGroups, saveProperties, saveSummaryFields
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait