java.lang.Object
org.wicketstuff.jqplot.lib.elements.TickOptions
- All Implemented Interfaces:
Serializable,Element
A 'tick' object showing the value of a tick/gridline on the plot.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAngle()Gets the angle.Gets the escape html.Gets the font family.Gets the font size.Gets the font stretch.Gets the font weight.Gets the format string.Gets the checks if is minor tick.getLabel()Gets the label.Gets the label position.getMark()Gets the mark.Gets the mark size.Gets the prefix.getShow()Gets the show.Gets the show gridline.Gets the show label.Gets the show mark.Gets the text color.Sets the angle.setEscapeHTML(Boolean escapeHTML) Sets the escape html.setFontFamily(String fontFamily) Sets the font family.setFontSize(String fontSize) Sets the font size.setFontStretch(Double fontStretch) Sets the font stretch.setFontWeight(String fontWeight) Sets the font weight.setFormatString(String formatString) Sets the format string.setIsMinorTick(Boolean isMinorTick) Sets the checks if is minor tick.Sets the label.setLabelPosition(String labelPosition) Sets the label position.Sets the mark.setMarkSize(Integer markSize) Sets the mark size.Sets the prefix.Sets the show.setShowGridline(Boolean showGridline) Sets the show gridline.setShowLabel(Boolean showLabel) Sets the show label.setShowMark(Boolean showMark) Sets the show mark.setTextColor(String textColor) Sets the text color.
-
Constructor Details
-
TickOptions
public TickOptions()
-
-
Method Details
-
getFormatString
Gets the format string.- Returns:
- formatString
-
setFormatString
Sets the format string.- Parameters:
formatString- the new format string- Returns:
- TickOptions
-
setAngle
Sets the angle.- Parameters:
angle- the angle to set- Returns:
- TickOptions
-
getAngle
Gets the angle.- Returns:
- the angle
-
getLabelPosition
Gets the label position.- Returns:
- the labelPosition
-
setLabelPosition
Sets the label position.- Parameters:
labelPosition- to set- Returns:
- TickOptions
-
getMark
Gets the mark.- Returns:
- the mark
-
setMark
Sets the mark.- Parameters:
mark- the new mark- Returns:
- TickOptions
-
getShowMark
Gets the show mark.- Returns:
- the show mark
-
setShowMark
Sets the show mark.- Parameters:
showMark- the new show mark- Returns:
- TickOptions
-
getShowGridline
Gets the show gridline.- Returns:
- the show gridline
-
setShowGridline
Sets the show gridline.- Parameters:
showGridline- the new show gridline- Returns:
- TickOptions
-
getIsMinorTick
Gets the checks if is minor tick.- Returns:
- the checks if is minor tick
-
setIsMinorTick
Sets the checks if is minor tick.- Parameters:
isMinorTick- the new checks if is minor tick- Returns:
- TickOptions
-
getMarkSize
Gets the mark size.- Returns:
- the mark size
-
setMarkSize
Sets the mark size.- Parameters:
markSize- the new mark size- Returns:
- TickOptions
-
getShow
Gets the show.- Returns:
- the show
-
setShow
Sets the show.- Parameters:
show- the new show- Returns:
- TickOptions
-
getShowLabel
Gets the show label.- Returns:
- the show label
-
setShowLabel
Sets the show label.- Parameters:
showLabel- the new show label- Returns:
- TickOptions
-
getLabel
Gets the label.- Returns:
- the label
-
setLabel
Sets the label.- Parameters:
label- the new label- Returns:
- TickOptions
-
getPrefix
Gets the prefix.- Returns:
- the prefix
-
setPrefix
Sets the prefix.- Parameters:
prefix- the new prefix- Returns:
- TickOptions
-
getFontFamily
Gets the font family.- Returns:
- the font family
-
setFontFamily
Sets the font family.- Parameters:
fontFamily- the new font family- Returns:
- TickOptions
-
getFontSize
Gets the font size.- Returns:
- the font size
-
setFontSize
Sets the font size.- Parameters:
fontSize- the new font size- Returns:
- TickOptions
-
getFontWeight
Gets the font weight.- Returns:
- the font weight
-
setFontWeight
Sets the font weight.- Parameters:
fontWeight- the new font weight- Returns:
- TickOptions
-
getFontStretch
Gets the font stretch.- Returns:
- the font stretch
-
setFontStretch
Sets the font stretch.- Parameters:
fontStretch- the new font stretch- Returns:
- TickOptions
-
getTextColor
Gets the text color.- Returns:
- the text color
-
setTextColor
Sets the text color.- Parameters:
textColor- the new text color- Returns:
- TickOptions
-
getEscapeHTML
Gets the escape html.- Returns:
- the escape html
-
setEscapeHTML
Sets the escape html.- Parameters:
escapeHTML- the new escape html- Returns:
- TickOptions
-