Class StandardSeriesProvider

    • Field Detail

      • statNames

        private List<String> statNames
        The stat names.
    • Constructor Detail

      • StandardSeriesProvider

        public StandardSeriesProvider()
    • Method Detail

      • getStatNames

        public List<String> getStatNames()
        Gets the stat names.
        Returns:
        the stat names
      • setStatNames

        public void setStatNames​(List<String> statNames)
        Sets the stat names.
        Parameters:
        statNames - the new stat names
      • populate

        public void populate​(org.jfree.data.xy.DefaultTableXYDataset dataset,
                             StatsCollection statsCollection,
                             javax.servlet.http.HttpServletRequest request)
        Description copied from interface: SeriesProvider
        Populate.
        Parameters:
        dataset - the dataset
        statsCollection - the stats collection
        request - the request