Class DashboardEmailUtil.Series.SeriesCategory

  • Enclosing class:
    DashboardEmailUtil.Series

    public class DashboardEmailUtil.Series.SeriesCategory
    extends java.lang.Object
    A category of a series.
    Since:
    14.0.0
    Version:
    $Revision: 25459 $ $Date: 2023-02-16 11:25:13 -0300 (Thu, 16 Feb 2023) $
    • Constructor Summary

      Constructors 
      Constructor Description
      SeriesCategory​(java.lang.String name, java.awt.Color color, boolean isPreviousValue)  
    • Constructor Detail

      • SeriesCategory

        public SeriesCategory​(java.lang.String name,
                              java.awt.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 java.awt.Color getColor()
        Returns the color (if any).
        Returns:
        the color (if any).
        Since:
        14.0.0
      • getValues

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

        public java.lang.String getName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object