java.lang.Object
net.finmath.plots.jfreechart.AlphaGrayScale
- All Implemented Interfaces:
org.jfree.chart.renderer.PaintScale
A color scale using alpha and gray.
- Author:
- Christian Fries
-
Constructor Summary
ConstructorDescriptionAlphaGrayScale(double lowerBound, double upperBound, double frequency, double thickness)
-
Method Summary
-
Constructor Details
-
AlphaGrayScale
public AlphaGrayScale(double lowerBound, double upperBound, double frequency, double thickness)
-
-
Method Details
-
getLowerBound
public double getLowerBound()- Specified by:
getLowerBound
in interfaceorg.jfree.chart.renderer.PaintScale
-
getUpperBound
public double getUpperBound()- Specified by:
getUpperBound
in interfaceorg.jfree.chart.renderer.PaintScale
-
getPaint
- Specified by:
getPaint
in interfaceorg.jfree.chart.renderer.PaintScale
-