Class HeatMapOptions
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent.HeatMapOptions
public class HeatMapOptions extends Object
-
Field Summary
Fields Modifier and Type Field Description double
heatMapLowerBound
Color
heatMapLowerColor
double
heatMapMiddleBound
Color
heatMapMiddleColor
double
heatMapUpperBound
Color
heatMapUpperColor
-
Constructor Summary
Constructors Constructor Description HeatMapOptions(double heatMapLowerBound, double heatMapMiddleBound, double heatMapUpperBound, Color heatMapLowerColor, Color heatMapMiddleColor, Color heatMapUpperColor, double heatMapGamma)
HeatMapOptions(Graph graph)
-
Method Summary
Modifier and Type Method Description Color
getHeatmapColor(double doubleValue)
void
writeToGraph(Graph g)
-
Field Details
-
heatMapLowerBound
public double heatMapLowerBound -
heatMapMiddleBound
public double heatMapMiddleBound -
heatMapUpperBound
public double heatMapUpperBound -
heatMapLowerColor
-
heatMapMiddleColor
-
heatMapUpperColor
-
-
Constructor Details
-
HeatMapOptions
-
HeatMapOptions
-
-
Method Details
-
writeToGraph
-
getHeatmapColor
-