Uses of Class
org.wicketstuff.jqplot.lib.JqPlotResources
-
Packages that use JqPlotResources Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.axis org.wicketstuff.jqplot.lib.elements org.wicketstuff.jqplot.lib.metadata -
-
Uses of JqPlotResources in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return JqPlotResources Modifier and Type Method Description static JqPlotResourcesJqPlotResources. valueOf(String name)Returns the enum constant of this type with the specified name.static JqPlotResources[]JqPlotResources. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JqPlotResources in org.wicketstuff.jqplot.lib.axis
Methods in org.wicketstuff.jqplot.lib.axis that return JqPlotResources Modifier and Type Method Description JqPlotResourcesAxis. getLabelRenderer()Gets the label renderer.JqPlotResourcesAxis. getRenderer()Gets the renderer.JqPlotResourcesAxis. getTickRenderer()Gets the tick renderer.Methods in org.wicketstuff.jqplot.lib.axis with parameters of type JqPlotResources Modifier and Type Method Description Axis<T>Axis. setLabelRenderer(JqPlotResources labelRenderer)Sets the label renderer.Axis<T>Axis. setRenderer(JqPlotResources renderer)Sets the renderer.Axis<T>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 JqPlotResources Modifier and Type Method Description JqPlotResourcesLegend. getRenderer()Gets the renderer.JqPlotResourcesSerie. getRenderer()Gets the renderer.JqPlotResourcesMarkerOptions. getShadowRenderer()Gets the shadow renderer.JqPlotResourcesMarkerOptions. getShapeRenderer()Gets the shape renderer.Methods in org.wicketstuff.jqplot.lib.elements with parameters of type JqPlotResources Modifier and Type Method Description SerieSerie. renderer(JqPlotResources renderer)Renderer.voidLegend. setRenderer(JqPlotResources renderer)Sets the renderer.SerieSerie. setRenderer(JqPlotResources renderer)Sets the renderer.voidMarkerOptions. setShadowRenderer(JqPlotResources shadowRenderer)Sets the shadow renderer.voidMarkerOptions. setShapeRenderer(JqPlotResources shapeRenderer)Sets the shape renderer. -
Uses of JqPlotResources in org.wicketstuff.jqplot.lib.metadata
Methods in org.wicketstuff.jqplot.lib.metadata that return JqPlotResources Modifier and Type Method Description JqPlotResources[]values()
-