Class HeatMapChart02
java.lang.Object
org.knowm.xchart.demo.charts.heatmap.HeatMapChart02
- All Implemented Interfaces:
ExampleChart<HeatMapChart>
public class HeatMapChart02 extends Object implements ExampleChart<HeatMapChart>
HeatMap large
Demonstrates the following:
- Set rangeColors
- HeatMapSeries setMin
- HeatMapSeries setMax
-
Constructor Summary
Constructors Constructor Description HeatMapChart02()
-
Method Summary
Modifier and Type Method Description HeatMapChart
getChart()
String
getExampleChartName()
static void
main(String[] args)
-
Constructor Details
-
HeatMapChart02
public HeatMapChart02()
-
-
Method Details
-
main
-
getChart
- Specified by:
getChart
in interfaceExampleChart<HeatMapChart>
-
getExampleChartName
- Specified by:
getExampleChartName
in interfaceExampleChart<HeatMapChart>
-