Uses of Enum Class
org.wicketstuff.jqplot.lib.JqPlotResources
Packages that use JqPlotResources
Package
Description
-
Uses of JqPlotResources in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return JqPlotResourcesModifier and TypeMethodDescriptionstatic JqPlotResourcesReturns the enum constant of this class with the specified name.static JqPlotResources[]JqPlotResources.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JqPlotResources in org.wicketstuff.jqplot.lib.axis
Methods in org.wicketstuff.jqplot.lib.axis that return JqPlotResourcesModifier and TypeMethodDescriptionAxis.getLabelRenderer()Gets the label renderer.Axis.getRenderer()Gets the renderer.Axis.getTickRenderer()Gets the tick renderer.Methods in org.wicketstuff.jqplot.lib.axis with parameters of type JqPlotResourcesModifier and TypeMethodDescriptionAxis.setLabelRenderer(JqPlotResources labelRenderer) Sets the label renderer.Axis.setRenderer(JqPlotResources renderer) Sets the renderer.Axis.setTickRenderer(JqPlotResources tickRenderer) Sets the tick renderer. -
Uses of JqPlotResources in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return JqPlotResourcesModifier and TypeMethodDescriptionLegend.getRenderer()Gets the renderer.Serie.getRenderer()Gets the renderer.MarkerOptions.getShadowRenderer()Gets the shadow renderer.MarkerOptions.getShapeRenderer()Gets the shape renderer.Methods in org.wicketstuff.jqplot.lib.elements with parameters of type JqPlotResourcesModifier and TypeMethodDescriptionSerie.renderer(JqPlotResources renderer) Renderer.voidLegend.setRenderer(JqPlotResources renderer) Sets the renderer.Serie.setRenderer(JqPlotResources renderer) Sets the renderer.voidMarkerOptions.setShadowRenderer(JqPlotResources shadowRenderer) Sets the shadow renderer.voidMarkerOptions.setShapeRenderer(JqPlotResources shapeRenderer) Sets the shape renderer.