Uses of Class
org.wicketstuff.jqplot.lib.elements.MarkerOptions
-
Packages that use MarkerOptions Package Description org.wicketstuff.jqplot.lib.elements -
-
Uses of MarkerOptions in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return MarkerOptions Modifier and Type Method Description MarkerOptionsSerie. getMarkerOptions()Gets the marker options.MarkerOptionsMarkerOptions. lineWidth(Integer lineWidth)Line width.MarkerOptionsSerie. markerOptionsInstance()MarkerOptionsMarkerOptions. show(Boolean show)Show.MarkerOptionsMarkerOptions. size(Float size)Size.MarkerOptionsMarkerOptions. style(String style)Style.Methods in org.wicketstuff.jqplot.lib.elements with parameters of type MarkerOptions Modifier and Type Method Description SerieSerie. markerOptions(MarkerOptions markerOptions)Marker options.SerieSerie. setMarkerOptions(MarkerOptions markerOptions)Sets the marker options.
-