All Implemented Interfaces:
Data, Element, Group, InteractionSource, Set

public class Set extends Group implements Set
  • Constructor Details

    • Set

      public Set()
  • Method Details

    • setXLabel

      public void setXLabel(String label)
      Specified by:
      setXLabel in interface Set
    • setYLabel

      public void setYLabel(String label)
      Specified by:
      setYLabel in interface Set
    • setZLabel

      public void setZLabel(String label)
      Specified by:
      setZLabel in interface Set
    • getColumnNames

      public String[] getColumnNames()
      Description copied from interface: Data
      The column names to be used in the data display tool
      Specified by:
      getColumnNames in interface Data
      Overrides:
      getColumnNames in class Group
      Returns:
      an array of names
    • getData2D

      public double[][] getData2D()
      Description copied from interface: Data
      Gets a 2D array of data. The first column, double[0][] often contains x-values; Remaining columns often contain y values. May return null if data not yet generated or object does not support 2D data.
      Specified by:
      getData2D in interface Data
      Overrides:
      getData2D in class Group
      Returns:
      double[][]
    • getDataList

      public List<Data> getDataList()
      Description copied from interface: Data
      Some Data objects (e.g., a Group) do not contain data, but a list of Data objects which do. This method is used by Data displaying tools to create as many pages as needed.
      Specified by:
      getDataList in interface Data
      Overrides:
      getDataList in class Group
      Returns:
      a list of Data objects, or null if this object contains data