Class TickOptions

    • Constructor Detail

      • TickOptions

        public TickOptions()
    • Method Detail

      • getFormatString

        public String getFormatString()
        Gets the format string.
        Returns:
        formatString
      • setFormatString

        public TickOptions setFormatString​(String formatString)
        Sets the format string.
        Parameters:
        formatString - the new format string
        Returns:
        TickOptions
      • setAngle

        public TickOptions setAngle​(Integer angle)
        Sets the angle.
        Parameters:
        angle - the angle to set
        Returns:
        TickOptions
      • getAngle

        public Integer getAngle()
        Gets the angle.
        Returns:
        the angle
      • getLabelPosition

        public String getLabelPosition()
        Gets the label position.
        Returns:
        the labelPosition
      • setLabelPosition

        public TickOptions setLabelPosition​(String labelPosition)
        Sets the label position.
        Parameters:
        labelPosition - to set
        Returns:
        TickOptions
      • getMark

        public String getMark()
        Gets the mark.
        Returns:
        the mark
      • setMark

        public TickOptions setMark​(String mark)
        Sets the mark.
        Parameters:
        mark - the new mark
        Returns:
        TickOptions
      • getShowMark

        public Boolean getShowMark()
        Gets the show mark.
        Returns:
        the show mark
      • setShowMark

        public TickOptions setShowMark​(Boolean showMark)
        Sets the show mark.
        Parameters:
        showMark - the new show mark
        Returns:
        TickOptions
      • getShowGridline

        public Boolean getShowGridline()
        Gets the show gridline.
        Returns:
        the show gridline
      • setShowGridline

        public TickOptions setShowGridline​(Boolean showGridline)
        Sets the show gridline.
        Parameters:
        showGridline - the new show gridline
        Returns:
        TickOptions
      • getIsMinorTick

        public Boolean getIsMinorTick()
        Gets the checks if is minor tick.
        Returns:
        the checks if is minor tick
      • setIsMinorTick

        public TickOptions setIsMinorTick​(Boolean isMinorTick)
        Sets the checks if is minor tick.
        Parameters:
        isMinorTick - the new checks if is minor tick
        Returns:
        TickOptions
      • getMarkSize

        public Integer getMarkSize()
        Gets the mark size.
        Returns:
        the mark size
      • setMarkSize

        public TickOptions setMarkSize​(Integer markSize)
        Sets the mark size.
        Parameters:
        markSize - the new mark size
        Returns:
        TickOptions
      • getShow

        public Boolean getShow()
        Gets the show.
        Returns:
        the show
      • setShow

        public TickOptions setShow​(Boolean show)
        Sets the show.
        Parameters:
        show - the new show
        Returns:
        TickOptions
      • getShowLabel

        public Boolean getShowLabel()
        Gets the show label.
        Returns:
        the show label
      • setShowLabel

        public TickOptions setShowLabel​(Boolean showLabel)
        Sets the show label.
        Parameters:
        showLabel - the new show label
        Returns:
        TickOptions
      • getLabel

        public String getLabel()
        Gets the label.
        Returns:
        the label
      • setLabel

        public TickOptions setLabel​(String label)
        Sets the label.
        Parameters:
        label - the new label
        Returns:
        TickOptions
      • getPrefix

        public String getPrefix()
        Gets the prefix.
        Returns:
        the prefix
      • setPrefix

        public TickOptions setPrefix​(String prefix)
        Sets the prefix.
        Parameters:
        prefix - the new prefix
        Returns:
        TickOptions
      • getFontFamily

        public String getFontFamily()
        Gets the font family.
        Returns:
        the font family
      • setFontFamily

        public TickOptions setFontFamily​(String fontFamily)
        Sets the font family.
        Parameters:
        fontFamily - the new font family
        Returns:
        TickOptions
      • getFontSize

        public String getFontSize()
        Gets the font size.
        Returns:
        the font size
      • setFontSize

        public TickOptions setFontSize​(String fontSize)
        Sets the font size.
        Parameters:
        fontSize - the new font size
        Returns:
        TickOptions
      • getFontWeight

        public String getFontWeight()
        Gets the font weight.
        Returns:
        the font weight
      • setFontWeight

        public TickOptions setFontWeight​(String fontWeight)
        Sets the font weight.
        Parameters:
        fontWeight - the new font weight
        Returns:
        TickOptions
      • getFontStretch

        public Double getFontStretch()
        Gets the font stretch.
        Returns:
        the font stretch
      • setFontStretch

        public TickOptions setFontStretch​(Double fontStretch)
        Sets the font stretch.
        Parameters:
        fontStretch - the new font stretch
        Returns:
        TickOptions
      • getTextColor

        public String getTextColor()
        Gets the text color.
        Returns:
        the text color
      • setTextColor

        public TickOptions setTextColor​(String textColor)
        Sets the text color.
        Parameters:
        textColor - the new text color
        Returns:
        TickOptions
      • getEscapeHTML

        public Boolean getEscapeHTML()
        Gets the escape html.
        Returns:
        the escape html
      • setEscapeHTML

        public TickOptions setEscapeHTML​(Boolean escapeHTML)
        Sets the escape html.
        Parameters:
        escapeHTML - the new escape html
        Returns:
        TickOptions