Class ColorGradientPaintScale
java.lang.Object
org.moeaframework.analysis.plot.style.AutoScaledPaintScale
org.moeaframework.analysis.plot.style.IndexedPaintScale
org.moeaframework.analysis.plot.style.ColorGradientPaintScale
- All Implemented Interfaces:
org.jfree.chart.renderer.PaintScale
Paint scale producing a gradient of some base color by adjusting its brightness.
-
Constructor Summary
ConstructorsConstructorDescriptionColorGradientPaintScale(double lowerBound, double upperBound, Color baseColor) Constructs a color gradient paint scale. -
Method Summary
Methods inherited from class org.moeaframework.analysis.plot.style.IndexedPaintScale
getScaledPaint, scaleMethods inherited from class org.moeaframework.analysis.plot.style.AutoScaledPaintScale
getLowerBound, getPaint, getUpperBound
-
Constructor Details
-
ColorGradientPaintScale
Constructs a color gradient paint scale.- Parameters:
lowerBound- the lower boundupperBound- the upper boundbaseColor- the base color
-