Class PanelData.Row

    • Method Detail

      • subject

        public S subject()
        Gets the subject of the row.
        Returns:
        the subject
      • time

        public String time()
        Gets the time of the row.
        Returns:
        the time
      • values

        public double[] values()
        Gets the values of the row.
        Returns:
        the values
      • get

        public double get​(String header)