Class HeatmapPlotOptions

    • Constructor Detail

      • HeatmapPlotOptions

        public HeatmapPlotOptions()
    • Method Detail

      • isInterpolation

        public boolean isInterpolation()
        Returns whether make the heatmap render its data points as an interpolated image.

        Default: false

        Since:
        11.2.0.0
      • setInterpolation

        public void setInterpolation​(Boolean interpolation)
        Sets whether make the heatmap render its data points as an interpolated image.
        Since:
        11.2.0.0
      • getBorderColor

        public Color getBorderColor()
        Returns the color of the border surrounding each column or bar.

        Default: "#FFFFFF".

      • setBorderColor

        public void setBorderColor​(Color color)
        Sets the color of the border surrounding each column or bar.
      • setBorderColor

        public void setBorderColor​(String color)
        Sets the color of the border surrounding each column or bar.
      • setBorderColor

        public void setBorderColor​(LinearGradient color)
        Sets the color of the border surrounding each column or bar.
      • setBorderColor

        public void setBorderColor​(RadialGradient color)
        Sets the color of the border surrounding each column or bar.
      • getBorderRadius

        public Object getBorderRadius()
        Returns the corner radius of the border surrounding each column or bar.

        Default: 0.

        Overrides:
        getBorderRadius in class SeriesPlotOptions
        Returns:
        corner radius of the border surrounding each column or bar.
      • getBorderWidth

        public Number getBorderWidth()
        Returns the width of the border surrounding each column or bar.

        Default: 1.

        Overrides:
        getBorderWidth in class SeriesPlotOptions
        Returns:
        width of the border surrounding each column or bar.
      • setBorderWidth

        public void setBorderWidth​(Number borderWidth)
        Sets the width of the border surrounding each column or bar.
        Overrides:
        setBorderWidth in class SeriesPlotOptions
      • getColsize

        public Number getColsize()
        Returns the column size - how many X axis units each column in the heatmap should span.

        Default: 1.

        Returns:
        column size - how many X axis units each column in the heatmap should span.
      • setColsize

        public void setColsize​(Number colsize)
        Sets the column size - how many X axis units each column in the heatmap should span.
      • getNullColor

        public Color getNullColor()
        Returns the color applied to null points.

        Default: "#f7f7f7".

        Since:
        7.2.1.0
      • setNullColor

        public void setNullColor​(Color color)
        Sets the color applied to null points.
        Since:
        7.2.1.0
      • setNullColor

        public void setNullColor​(String color)
        Sets the color applied to null points.
        Since:
        7.2.1.0
      • setNullColor

        public void setNullColor​(LinearGradient color)
        Sets the color applied to null points.
        Since:
        7.2.1.0
      • setNullColor

        public void setNullColor​(RadialGradient color)
        Sets the color of the border surrounding each column or bar.
        Since:
        7.2.1.0
      • getRowsize

        public Number getRowsize()
        Returns the row size - how many Y axis units each heatmap row should span.

        Default: 1.

        Returns:
        row size - how many Y axis units each heatmap row should span.
      • setRowsize

        public void setRowsize​(Number rowsize)
        Sets the row size - how many Y axis units each heatmap row should span.
      • getPointPadding

        public Number getPointPadding()
        Returns padding between each column or bar, in x axis units.

        Default: 0

        Since:
        10.2.1.0
      • setPointPadding

        public void setPointPadding​(Number pointPadding)
        Sets padding between each column or bar, in x axis units. 'pointPadding padding between each column or bar, in x axis units.
        Since:
        10.2.1.0