Interface ColorPaintScale

All Superinterfaces:
org.jfree.chart.renderer.PaintScale
All Known Implementing Classes:
BoundsPaintScale

public interface ColorPaintScale extends org.jfree.chart.renderer.PaintScale
Paint scale that forces the output to be a color. This is used inside XYInterpolatedBlockRenderer.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Method Summary

    Modifier and Type
    Method
    Description
    getPaint(double value)

    Methods inherited from interface org.jfree.chart.renderer.PaintScale

    getLowerBound, getUpperBound
  • Method Details

    • getPaint

      Color getPaint(double value)
      Specified by:
      getPaint in interface org.jfree.chart.renderer.PaintScale