Uses of Class
org.wicketstuff.jqplot.lib.elements.TickOptions
Packages that use TickOptions
-
Uses of TickOptions in org.wicketstuff.jqplot.lib.axis
Methods in org.wicketstuff.jqplot.lib.axis that return TickOptionsModifier and TypeMethodDescriptionAxis.getTickOptions()Gets the tick options.Axis.tickOptionsInstance()Methods in org.wicketstuff.jqplot.lib.axis with parameters of type TickOptionsModifier and TypeMethodDescriptionAxis.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 TickOptionsModifier and TypeMethodDescriptionSets 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.Sets the label.TickOptions.setLabelPosition(String labelPosition) Sets the label position.Sets the mark.TickOptions.setMarkSize(Integer markSize) Sets the mark size.Sets the prefix.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.