Class TaggedHeatMapExample
- java.lang.Object
-
- com.metsci.glimpse.core.examples.heatmap.TaggedHeatMapExample
-
public class TaggedHeatMapExample extends Object
A variant of the basic HeatMapExample with tagged axes for controlling the color scale.- Author:
- ulman
- See Also:
HeatMapExample
-
-
Field Summary
Fields Modifier and Type Field Description static String
PainterKey
-
Constructor Summary
Constructors Constructor Description TaggedHeatMapExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static ColorAxisPlot2D
newPlot()
static ColorAxisPlot2D
newPlot(ColorGradient colorGradient)
-
-
-
Field Detail
-
PainterKey
public static final String PainterKey
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
newPlot
public static ColorAxisPlot2D newPlot(ColorGradient colorGradient)
-
newPlot
public static ColorAxisPlot2D newPlot()
-
-