Package net.nullved.pmweatherapi.util
Class ColorMaps
java.lang.Object
net.nullved.pmweatherapi.util.ColorMaps
A collection of
ColorMaps, mainly ones transferred from ColorTables- Since:
- 0.14.15.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ColorMapAColorMapequivalent toColorTables.getIR(float)static final ColorMapAColorMapequivalent toColorTables.getVelocity(float)for values ≤ 0static final ColorMapAColorMapequivalent toColorTables.getVelocity(float)for values ≥ 0static final ColorMapAColorMapequivalent toColorTables.getReflectivity(float, Color)static final ColorMapAColorMapequivalent toColorTables.getWindspeed(float) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REFLECTIVITY
AColorMapequivalent toColorTables.getReflectivity(float, Color)- Since:
- 0.14.15.6
-
POSITIVE_VELOCITY
AColorMapequivalent toColorTables.getVelocity(float)for values ≥ 0- Since:
- 0.14.15.6
-
NEGATIVE_VELOCITY
AColorMapequivalent toColorTables.getVelocity(float)for values ≤ 0- Since:
- 0.14.15.6
-
WINDSPEED
AColorMapequivalent toColorTables.getWindspeed(float)- Since:
- 0.14.15.6
-
IR
AColorMapequivalent toColorTables.getIR(float)- Since:
- 0.15.0.0
-
-
Constructor Details
-
ColorMaps
public ColorMaps()
-