Package org.opennms.web.charts
Interface CustomSeriesColors
-
- All Known Implementing Classes:
SeveritySeriesColors
public interface CustomSeriesColorsCustomSeriesColors interface.
- Version:
- $Id: $
- Author:
- David Hustace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PaintgetPaint(Comparable<?> cat)getPaint
-
-
-
Method Detail
-
getPaint
Paint getPaint(Comparable<?> cat)
getPaint
- Parameters:
cat- aComparableobject.- Returns:
- a
Paintobject.
-
-