Class ColorGradientPaintScale

All Implemented Interfaces:
org.jfree.chart.renderer.PaintScale

public class ColorGradientPaintScale extends IndexedPaintScale
Paint scale producing a gradient of some base color by adjusting its brightness.
  • Constructor Details

    • ColorGradientPaintScale

      public ColorGradientPaintScale(double lowerBound, double upperBound, Color baseColor)
      Constructs a color gradient paint scale.
      Parameters:
      lowerBound - the lower bound
      upperBound - the upper bound
      baseColor - the base color