Uses of Class
org.knowm.xchart.HeatMapSeries
Packages that use HeatMapSeries
-
Uses of HeatMapSeries in org.knowm.xchart
Subclasses with type arguments of type HeatMapSeries in org.knowm.xchartFields in org.knowm.xchart declared as HeatMapSeriesMethods in org.knowm.xchart that return HeatMapSeriesModifier and TypeMethodDescriptionAdd a series for a HeatMap type chart using int arraysAdd a series for a HeatMap type chart using List<?>HeatMapChart.getHeatMapSeries()HeatMapSeries.setMax(double max) HeatMapSeries.setMin(double min) HeatMapChart.updateSeries(String seriesName, int[] xData, int[] yData, int[][] heatData) Update a series by updating the X-Axis, Y-Axis and heat dataUpdate a series by updating the X-Axis, Y-Axis and heat data -
Uses of HeatMapSeries in org.knowm.xchart.internal.chartpart
Classes in org.knowm.xchart.internal.chartpart with type parameters of type HeatMapSeriesModifier and TypeClassDescriptionclassLegend_HeatMap<ST extends HeatMapStyler, S extends HeatMapSeries>classPlot_HeatMap<ST extends HeatMapStyler, S extends HeatMapSeries>classPlotContent_HeatMap<ST extends HeatMapStyler, S extends HeatMapSeries>Methods in org.knowm.xchart.internal.chartpart with parameters of type HeatMapSeriesModifier and TypeMethodDescriptionprivate ColorPlotContent_HeatMap.getColor(HeatMapSeries series, double value) private voidLegend_HeatMap.paintGradient(Graphics2D g, double startx, double starty, Color[] rangeColors, HeatMapSeries heatMapSeries) private voidLegend_HeatMap.paintPiecewise(Graphics2D g, double startx, double starty, Color[] rangeColors, HeatMapSeries heatMapSeries)