Interface IsDefaultScaleLines

    • Method Detail

      • getColorAsString

        String getColorAsString()
        Returns the color of lines.
        Returns:
        color of lines.
      • getLineWidth

        int getLineWidth()
        Returns the width of lines.
        Returns:
        width of lines.
      • getBorderDashOffset

        double getBorderDashOffset()
        Returns the line dash pattern offset.
        Returns:
        Offset for line dashes.
      • getBorderDash

        List<Integer> getBorderDash()
        Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
        Returns:
        the line dash pattern used when stroking lines