Uses of Class
org.knowm.xchart.style.HeatMapStyler
Packages that use HeatMapStyler
-
Uses of HeatMapStyler in org.knowm.xchart
Subclasses with type arguments of type HeatMapStyler in org.knowm.xchart -
Uses of HeatMapStyler in org.knowm.xchart.internal.chartpart
Classes in org.knowm.xchart.internal.chartpart with type parameters of type HeatMapStylerModifier 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>Fields in org.knowm.xchart.internal.chartpart declared as HeatMapStyler -
Uses of HeatMapStyler in org.knowm.xchart.style
Methods in org.knowm.xchart.style that return HeatMapStylerModifier and TypeMethodDescriptionHeatMapStyler.setDrawBorder(boolean isDrawBorder) HeatMapStyler.setGradientColorColumnHeight(int gradientColorColumnHeight) HeatMapStyler.setGradientColorColumnWeight(int gradientColorColumnWeight) HeatMapStyler.setHeatMapDecimalValueFormatter(Function<Double, String> heatMapDecimalValueFormatter) HeatMapStyler.setHeatMapValueDecimalPattern(String heatMapValueDecimalPattern) HeatMapStyler.setLegendPosition(Styler.LegendPosition legendPosition) HeatMapStyler.setMax(double max) HeatMapStyler.setMin(double min) HeatMapStyler.setPiecewise(boolean isPiecewise) HeatMapStyler.setPiecewiseRanged(boolean piecewiseRanged) HeatMapStyler.setRangeColors(Color[] rangeColors) HeatMapStyler.setShowValue(boolean showValue) HeatMapStyler.setSplitNumber(int splitNumber) HeatMapStyler.setValueFont(Font valueFont) HeatMapStyler.setValueFontColor(Color valueFontColor)