public class TickOptions extends Object implements Element
| Constructor and Description |
|---|
TickOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAngle()
Gets the angle.
|
Boolean |
getEscapeHTML()
Gets the escape html.
|
String |
getFontFamily()
Gets the font family.
|
String |
getFontSize()
Gets the font size.
|
Double |
getFontStretch()
Gets the font stretch.
|
String |
getFontWeight()
Gets the font weight.
|
String |
getFormatString()
Gets the format string.
|
Boolean |
getIsMinorTick()
Gets the checks if is minor tick.
|
String |
getLabel()
Gets the label.
|
String |
getLabelPosition()
Gets the label position.
|
String |
getMark()
Gets the mark.
|
Integer |
getMarkSize()
Gets the mark size.
|
String |
getPrefix()
Gets the prefix.
|
Boolean |
getShow()
Gets the show.
|
Boolean |
getShowGridline()
Gets the show gridline.
|
Boolean |
getShowLabel()
Gets the show label.
|
Boolean |
getShowMark()
Gets the show mark.
|
String |
getTextColor()
Gets the text color.
|
TickOptions |
setAngle(Integer angle)
Sets the angle.
|
TickOptions |
setEscapeHTML(Boolean escapeHTML)
Sets the escape html.
|
TickOptions |
setFontFamily(String fontFamily)
Sets the font family.
|
TickOptions |
setFontSize(String fontSize)
Sets the font size.
|
TickOptions |
setFontStretch(Double fontStretch)
Sets the font stretch.
|
TickOptions |
setFontWeight(String fontWeight)
Sets the font weight.
|
TickOptions |
setFormatString(String formatString)
Sets the format string.
|
TickOptions |
setIsMinorTick(Boolean isMinorTick)
Sets the checks if is minor tick.
|
TickOptions |
setLabel(String label)
Sets the label.
|
TickOptions |
setLabelPosition(String labelPosition)
Sets the label position.
|
TickOptions |
setMark(String mark)
Sets the mark.
|
TickOptions |
setMarkSize(Integer markSize)
Sets the mark size.
|
TickOptions |
setPrefix(String prefix)
Sets the prefix.
|
TickOptions |
setShow(Boolean show)
Sets the show.
|
TickOptions |
setShowGridline(Boolean showGridline)
Sets the show gridline.
|
TickOptions |
setShowLabel(Boolean showLabel)
Sets the show label.
|
TickOptions |
setShowMark(Boolean showMark)
Sets the show mark.
|
TickOptions |
setTextColor(String textColor)
Sets the text color.
|
public String getFormatString()
public TickOptions setFormatString(String formatString)
formatString - the new format stringpublic TickOptions setAngle(Integer angle)
angle - the angle to setpublic Integer getAngle()
public String getLabelPosition()
public TickOptions setLabelPosition(String labelPosition)
labelPosition - to setpublic String getMark()
public TickOptions setMark(String mark)
mark - the new markpublic Boolean getShowMark()
public TickOptions setShowMark(Boolean showMark)
showMark - the new show markpublic Boolean getShowGridline()
public TickOptions setShowGridline(Boolean showGridline)
showGridline - the new show gridlinepublic Boolean getIsMinorTick()
public TickOptions setIsMinorTick(Boolean isMinorTick)
isMinorTick - the new checks if is minor tickpublic Integer getMarkSize()
public TickOptions setMarkSize(Integer markSize)
markSize - the new mark sizepublic Boolean getShow()
public TickOptions setShow(Boolean show)
show - the new showpublic Boolean getShowLabel()
public TickOptions setShowLabel(Boolean showLabel)
showLabel - the new show labelpublic String getLabel()
public TickOptions setLabel(String label)
label - the new labelpublic String getPrefix()
public TickOptions setPrefix(String prefix)
prefix - the new prefixpublic String getFontFamily()
public TickOptions setFontFamily(String fontFamily)
fontFamily - the new font familypublic String getFontSize()
public TickOptions setFontSize(String fontSize)
fontSize - the new font sizepublic String getFontWeight()
public TickOptions setFontWeight(String fontWeight)
fontWeight - the new font weightpublic Double getFontStretch()
public TickOptions setFontStretch(Double fontStretch)
fontStretch - the new font stretchpublic String getTextColor()
public TickOptions setTextColor(String textColor)
textColor - the new text colorpublic Boolean getEscapeHTML()
public TickOptions setEscapeHTML(Boolean escapeHTML)
escapeHTML - the new escape htmlCopyright © 2025. All rights reserved.