Class HeatMapChart01
java.lang.Object
org.knowm.xchart.demo.charts.heatmap.HeatMapChart01
- All Implemented Interfaces:
ExampleChart<HeatMapChart>
public class HeatMapChart01 extends Object implements ExampleChart<HeatMapChart>
Basic HeatMap Chart
Demonstrates the following:
- Default Styler
- PlotContentSize = 1
- Show value
-
Constructor Summary
Constructors Constructor Description HeatMapChart01()
-
Method Summary
Modifier and Type Method Description HeatMapChart
getChart()
String
getExampleChartName()
static void
main(String[] args)
-
Constructor Details
-
HeatMapChart01
public HeatMapChart01()
-
-
Method Details
-
main
-
getChart
- Specified by:
getChart
in interfaceExampleChart<HeatMapChart>
-
getExampleChartName
- Specified by:
getExampleChartName
in interfaceExampleChart<HeatMapChart>
-