Class HeatMapStyler


public class HeatMapStyler extends AxesChartStyler
  • Constructor Details

    • HeatMapStyler

      public HeatMapStyler()
  • Method Details

    • setTheme

      public void setTheme(Theme theme)
      Set the theme the styler should use
      Parameters:
      theme -
    • setAllStyles

      public void setAllStyles()
    • setLegendPosition

      public Styler setLegendPosition(Styler.LegendPosition legendPosition)
      Description copied from class: Styler
      sets the legend position
      Overrides:
      setLegendPosition in class Styler
    • isPiecewise

      public boolean isPiecewise()
    • setPiecewise

      public HeatMapStyler setPiecewise(boolean isPiecewise)
    • getSplitNumber

      public int getSplitNumber()
    • setSplitNumber

      public HeatMapStyler setSplitNumber(int splitNumber)
    • getRangeColors

      public Color[] getRangeColors()
    • setRangeColors

      public HeatMapStyler setRangeColors(Color[] rangeColors)
    • isDrawBorder

      public boolean isDrawBorder()
    • setDrawBorder

      public HeatMapStyler setDrawBorder(boolean isDrawBorder)
    • isShowValue

      public boolean isShowValue()
    • setShowValue

      public HeatMapStyler setShowValue(boolean showValue)
    • getValueFont

      public Font getValueFont()
    • setValueFont

      public HeatMapStyler setValueFont(Font valueFont)
    • getValueFontColor

      public Color getValueFontColor()
    • setValueFontColor

      public HeatMapStyler setValueFontColor(Color valueFontColor)
    • getMin

      public double getMin()
    • setMin

      public HeatMapStyler setMin(double min)
    • getMax

      public double getMax()
    • setMax

      public HeatMapStyler setMax(double max)
    • getGradientColorColumnWeight

      public int getGradientColorColumnWeight()
    • setGradientColorColumnWeight

      public HeatMapStyler setGradientColorColumnWeight(int gradientColorColumnWeight)
    • getGradientColorColumnHeight

      public int getGradientColorColumnHeight()
    • setGradientColorColumnHeight

      public HeatMapStyler setGradientColorColumnHeight(int gradientColorColumnHeight)
    • getHeatMapValueDecimalPattern

      public String getHeatMapValueDecimalPattern()
    • setHeatMapValueDecimalPattern

      public HeatMapStyler setHeatMapValueDecimalPattern(String heatMapValueDecimalPattern)
    • getHeatMapDecimalValueFormatter

      public Function<Double,String> getHeatMapDecimalValueFormatter()
    • setHeatMapDecimalValueFormatter

      public void setHeatMapDecimalValueFormatter(Function<Double,String> heatMapDecimalValueFormatter)
    • isPiecewiseRanged

      public boolean isPiecewiseRanged()
    • setPiecewiseRanged

      public void setPiecewiseRanged(boolean piecewiseRanged)