Interface ColorizedSeries<T extends Series>

Type Parameters:
T - Series type
All Known Implementing Classes:
AreaSeries, BarSeries, BubbleSeries, DotSeries, GaugeSeries, LineSeries

public interface ColorizedSeries<T extends Series>
Series types implementing this interface enable you to set their own color.
Since:
4.0
Author:
JBStrap
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Gets the series color.
    default Series
    Sets the series color.
  • Field Details

  • Method Details

    • setColor

      default Series setColor(String color)
      Sets the series color.
      Parameters:
      color - The series color as defined by the CSS3 standard
      Returns:
      Series object
    • getColor

      default String getColor()
      Gets the series color.
      Returns:
      Current series color