public class ContinuousColorPaintScale extends Object implements PaintScale, Serializable
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2015-07-26 01:01:13 +0200 (Sun, 26 Jul 2015) $, @version $Revision: 1155 $, by $Author: averbraeck $,
initial version Jul 30, 2014
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Retrieve the format string.
|
double |
getLowerBound() |
Paint |
getPaint(double value) |
double |
getUpperBound() |
String |
toString() |
public final double getLowerBound()
getLowerBound
in interface PaintScale
public final Paint getPaint(double value)
getPaint
in interface PaintScale
public final double getUpperBound()
getUpperBound
in interface PaintScale
public final String getFormat()
Copyright © 2014–2018 Delft University of Technology. All rights reserved.