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.getHurricaneWindspeed(float)static final ColorMapAColorMapequivalent toColorTables.getIR(float)static final ColorMapAColorMapequivalent toColorTables.getMixedReflectivity(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.getSnowReflectivity(float)static final ColorMapAColorMapequivalent toColorTables.getSST(float)static final ColorMapAColorMapequivalent toColorTables.getWindspeed(float) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REFLECTIVITY
AColorMapequivalent toColorTables.getReflectivity(float, Color)- Since:
- 0.14.15.6
-
MIXED_REFLECTIVITY
AColorMapequivalent toColorTables.getMixedReflectivity(float)- Since:
- 0.16.0.0
-
SNOW_REFLECTIVITY
AColorMapequivalent toColorTables.getSnowReflectivity(float)- Since:
- 0.16.0.0
-
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
-
SST
AColorMapequivalent toColorTables.getSST(float)- Since:
- 0.16.0.0
-
HURRICANE_WINDSPEED
AColorMapequivalent toColorTables.getHurricaneWindspeed(float)- Since:
- 0.16.0.0
-
-
Constructor Details
-
ColorMaps
public ColorMaps()
-
-
Method Details
-
recomputeAll
public static void recomputeAll()
-