Class DashboardEmailUtil.Series.SeriesCategory

  • Enclosing class:
    DashboardEmailUtil.Series

    public class DashboardEmailUtil.Series.SeriesCategory
    extends Object
    A category of a series.
    Since:
    14.0.0
    Version:
    $Revision: 24618 $ $Date: 2021-07-28 14:43:22 -0300 (Wed, 28 Jul 2021) $
    • Constructor Detail

      • SeriesCategory

        public SeriesCategory​(String name,
                              Color color,
                              boolean isPreviousValue)
    • Method Detail

      • isPreviousValue

        public boolean isPreviousValue()
        Returns whether the value is a previous (comparison) category.
        Returns:
        whether the value is a previous (comparison) category.
        Since:
        14.0.0
      • getColor

        public Color getColor()
        Returns the color (if any).
        Returns:
        the color (if any).
        Since:
        14.0.0
      • getValues

        public List<Double> getValues()
        Returns the values.
        Returns:
        the values.
        Since:
        14.0.0
      • getName

        public String getName()