Uses of Class
org.wicketstuff.jqplot.lib.elements.TickOptions
-
Packages that use TickOptions Package Description org.wicketstuff.jqplot.lib.axis org.wicketstuff.jqplot.lib.elements -
-
Uses of TickOptions in org.wicketstuff.jqplot.lib.axis
Methods in org.wicketstuff.jqplot.lib.axis that return TickOptions Modifier and Type Method Description TickOptionsAxis. getTickOptions()Gets the tick options.TickOptionsAxis. tickOptionsInstance()Methods in org.wicketstuff.jqplot.lib.axis with parameters of type TickOptions Modifier and Type Method Description Axis<T>Axis. setTickOptions(TickOptions tickOptions)Sets the tick options. -
Uses of TickOptions in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return TickOptions Modifier and Type Method Description TickOptionsTickOptions. setAngle(Integer angle)Sets the angle.TickOptionsTickOptions. setEscapeHTML(Boolean escapeHTML)Sets the escape html.TickOptionsTickOptions. setFontFamily(String fontFamily)Sets the font family.TickOptionsTickOptions. setFontSize(String fontSize)Sets the font size.TickOptionsTickOptions. setFontStretch(Double fontStretch)Sets the font stretch.TickOptionsTickOptions. setFontWeight(String fontWeight)Sets the font weight.TickOptionsTickOptions. setFormatString(String formatString)Sets the format string.TickOptionsTickOptions. setIsMinorTick(Boolean isMinorTick)Sets the checks if is minor tick.TickOptionsTickOptions. setLabel(String label)Sets the label.TickOptionsTickOptions. setLabelPosition(String labelPosition)Sets the label position.TickOptionsTickOptions. setMark(String mark)Sets the mark.TickOptionsTickOptions. setMarkSize(Integer markSize)Sets the mark size.TickOptionsTickOptions. setPrefix(String prefix)Sets the prefix.TickOptionsTickOptions. setShow(Boolean show)Sets the show.TickOptionsTickOptions. setShowGridline(Boolean showGridline)Sets the show gridline.TickOptionsTickOptions. setShowLabel(Boolean showLabel)Sets the show label.TickOptionsTickOptions. setShowMark(Boolean showMark)Sets the show mark.TickOptionsTickOptions. setTextColor(String textColor)Sets the text color.
-