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