Class SeveritySeriesColors

    • Constructor Summary

      Constructors 
      Constructor Description
      SeveritySeriesColors()
      Constructor for SeveritySeriesColors.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Paint getPaint​(java.lang.Comparable<?> cat)
      getPaint
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SeveritySeriesColors

        public SeveritySeriesColors()

        Constructor for SeveritySeriesColors.

    • Method Detail

      • getPaint

        public java.awt.Paint getPaint​(java.lang.Comparable<?> cat)

        getPaint

        Specified by:
        getPaint in interface CustomSeriesColors
        Parameters:
        cat - a Comparable object.
        Returns:
        a Paint object.