Class Grid

    • Method Detail

      • setDisplay

        public void setDisplay​(boolean display)
        If false, do not display grid for this axis.
        Parameters:
        display - If false, do not display grid for this axis.
      • isDisplay

        public boolean isDisplay()
        If false, do not display grid for this axis.
        Specified by:
        isDisplay in interface IsDefaultGrid
        Returns:
        If false, do not display grid for this axis.
      • setCircular

        public void setCircular​(boolean circular)
        If true, grid are circular (on radar chart only).
        Parameters:
        circular - If true, grid are circular (on radar chart only).
      • isCircular

        public boolean isCircular()
        If true, grid are circular (on radar chart only).
        Specified by:
        isCircular in interface IsDefaultGrid
        Returns:
        If true, grid are circular (on radar chart only).
      • setColor

        public void setColor​(IsColor... color)
        Sets the color of the grid.
        If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
        Parameters:
        color - The color of the grid.
        If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
      • setColor

        public void setColor​(String... color)
        Sets the color of the grid.
        If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
        Parameters:
        color - The color of the grid.
        If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
      • getColorAsString

        public String getColorAsString()
        Returns the color of the grid, if not specified as an array.
        Specified by:
        getColorAsString in interface IsDefaultScaleLines
        Returns:
        the list of colors of the grid.
      • getColorsAsString

        public List<String> getColorsAsString()
        Returns the colors of the grid.
        If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
        Returns:
        the list of colors of the grid.
      • getColor

        public List<IsColor> getColor()
        Returns the colors of the grid.
        If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
        Returns:
        the list of colors of the grid.
      • setLineWidth

        public void setLineWidth​(int... lineWidth)
        Sets the stroke widths of grid.
        Parameters:
        lineWidth - stroke widths of grid.
      • getLineWidth

        public int getLineWidth()
        Returns the stroke width of grid.
        The first element if set as array.
        Specified by:
        getLineWidth in interface IsDefaultScaleLines
        Returns:
        stroke width of grid.
        The first element if set as array.
      • getLinesWidth

        public List<Integer> getLinesWidth()
        Returns the stroke widths of grid.
        Returns:
        stroke widths of grid.
      • setDrawOnChartArea

        public void setDrawOnChartArea​(boolean drawOnChartArea)
        If true, draw lines on the chart area inside the axis lines. This is useful when there are multiple axes and you need to control which grid are drawn.
        Parameters:
        drawOnChartArea - If true, draw lines on the chart area inside the axis lines. This is useful when there are multiple axes and you need to control which grid are drawn.
      • isDrawOnChartArea

        public boolean isDrawOnChartArea()
        If true, draw lines on the chart area inside the axis lines. This is useful when there are multiple axes and you need to control which grid are drawn.
        Specified by:
        isDrawOnChartArea in interface IsDefaultGrid
        Returns:
        If true, draw lines on the chart area inside the axis lines. This is useful when there are multiple axes and you need to control which grid are drawn.
      • setDrawTicks

        public void setDrawTicks​(boolean drawTicks)
        If true, draw lines beside the ticks in the axis area beside the chart.
        Parameters:
        drawTicks - If true, draw lines beside the ticks in the axis area beside the chart.
      • isDrawTicks

        public boolean isDrawTicks()
        If true, draw lines beside the ticks in the axis area beside the chart.
        Specified by:
        isDrawTicks in interface IsDefaultGrid
        Returns:
        If true, draw lines beside the ticks in the axis area beside the chart.
      • setTickLength

        public void setTickLength​(int tickLength)
        Sets the length in pixels that the grid will draw in the axis area.
        Parameters:
        tickLength - Length in pixels that the grid will draw in the axis area.
      • getTickLength

        public int getTickLength()
        Returns the length in pixels that the grid will draw in the axis area.
        Specified by:
        getTickLength in interface IsDefaultGrid
        Returns:
        Length in pixels that the grid will draw in the axis area.
      • setOffset

        public void setOffset​(boolean offset)
        If true, grid will be shifted to be between labels.
        This is set to true in the bar chart by default.
        Parameters:
        offset - if true, grid will be shifted to be between labels.
      • isOffset

        public boolean isOffset()
        If true, grid will be shifted to be between labels.
        This is set to true in the bar chart by default.
        Specified by:
        isOffset in interface IsDefaultGrid
        Returns:
        if true, grid will be shifted to be between labels.
      • setZ

        public void setZ​(int z)
        Sets z-index of grid layer.
        Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
        Parameters:
        z - z-index of grid layer.
        Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
      • getZ

        public int getZ()
        Returns z-index of grid layer.
        Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
        Specified by:
        getZ in interface IsDefaultGrid
        Returns:
        z-index of grid layer.
        Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
      • setTickBorderDash

        public void setTickBorderDash​(int tickBorderDash)
        Sets the length and spacing of the tick mark line.
        Parameters:
        tickBorderDash - the length and spacing of the tick mark line.
      • getTickBorderDash

        public List<Integer> getTickBorderDash()
        Returns the length and spacing of the tick mark line.
        Returns:
        the length and spacing of the tick mark line.
      • setTickBorderDashOffset

        public final void setTickBorderDashOffset​(double tickBorderDashOffset)
        Sets the offset for the line dash of the tick mark.
        Parameters:
        tickBorderDashOffset - the offset for the line dash of the tick mark
      • getTickBorderDashOffset

        public final double getTickBorderDashOffset()
        Returns the offset for the line dash of the tick mark.
        Specified by:
        getTickBorderDashOffset in interface IsDefaultGrid
        Returns:
        the offset for the line dash of the tick mark
      • setTickColor

        public void setTickColor​(IsColor... color)
        Sets the color of the tick line.
        Parameters:
        color - the color of the tick line.
      • setTickColor

        public void setTickColor​(String... color)
        Sets the color of the tick line.
        Parameters:
        color - the color of the tick line.
      • getTickColorAsString

        public String getTickColorAsString()
        Returns the color of the tick line.
        Specified by:
        getTickColorAsString in interface IsDefaultGrid
        Returns:
        the color of the tick line.
      • getTickColorsAsString

        public List<String> getTickColorsAsString()
        The color of the grid.
        If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
        Returns:
        the list of colors of the grid.
      • getTickColor

        public List<IsColor> getTickColor()
        The color of the grid.
        If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
        Returns:
        the list of colors of the grid.
      • setTickWidth

        public void setTickWidth​(int... tickWidth)
        Sets the width of the tick marks in pixels.
        Parameters:
        tickWidth - the width of the tick mark in pixels
      • getTickWidth

        public int getTickWidth()
        Returns the width of the tick mark in pixels.
        The first element if set as array.
        Specified by:
        getTickWidth in interface IsDefaultGrid
        Returns:
        stroke width of grid.
        The first element if set as array.
      • getTicksWidth

        public List<Integer> getTicksWidth()
        Returns the width of the tick marks in pixels.
        Returns:
        stroke widths of grid.