Package org.knowm.xchart.style.colors
Class BaseSeriesColors
- java.lang.Object
-
- org.knowm.xchart.style.colors.BaseSeriesColors
-
- All Implemented Interfaces:
SeriesColors
public class BaseSeriesColors extends java.lang.Object implements SeriesColors
Colors are taken from colorbrewer2.org.
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.Color[]seriesColors
-
Constructor Summary
Constructors Constructor Description BaseSeriesColors()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color[]getSeriesColors()
-
-
-
Method Detail
-
getSeriesColors
public java.awt.Color[] getSeriesColors()
- Specified by:
getSeriesColorsin interfaceSeriesColors
-
-