Uses of Class
org.wicketstuff.jqplot.lib.elements.Serie
-
Packages that use Serie Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.elements -
-
Uses of Serie in org.wicketstuff.jqplot.lib
Fields in org.wicketstuff.jqplot.lib with type parameters of type Serie Modifier and Type Field Description protected Collection<Serie>ChartConfiguration. seriesThe series.Methods in org.wicketstuff.jqplot.lib that return types with arguments of type Serie Modifier and Type Method Description Collection<Serie>ChartConfiguration. getSeries()Gets the series.Collection<Serie>ChartConfiguration. seriesInstance()Methods in org.wicketstuff.jqplot.lib with parameters of type Serie Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. addSeries(Serie serie)Adds the series.Method parameters in org.wicketstuff.jqplot.lib with type arguments of type Serie Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. setSeries(Collection<Serie> series)Sets the series. -
Uses of Serie in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return types with arguments of type Serie Modifier and Type Method Description Collection<Serie>AbstractChart. getSeries()Methods in org.wicketstuff.jqplot.lib.chart with parameters of type Serie Modifier and Type Method Description AbstractChart<T,S>AbstractChart. addSerie(Serie serie)Adiciona uma serieAbstractChart<T,S>AbstractChart. addSeries(Serie... series)Add a collection of seriesMethod parameters in org.wicketstuff.jqplot.lib.chart with type arguments of type Serie Modifier and Type Method Description AbstractChart<T,S>AbstractChart. setSeries(Collection<Serie> series) -
Uses of Serie in org.wicketstuff.jqplot.lib.elements
Subclasses of Serie in org.wicketstuff.jqplot.lib.elements Modifier and Type Class Description classSeriesDefaultsSeriesDafaultsMethods in org.wicketstuff.jqplot.lib.elements that return Serie Modifier and Type Method Description SerieSerie. lineWidth(Integer lineWidth)Line width.SerieSerie. markerOptions(MarkerOptions markerOptions)Marker options.SerieSerie. renderer(JqPlotResources renderer)Renderer.SerieSerie. rendererOptions(RendererOptions rendererOptions)Renderer options.SerieSerie. setColor(String color)Sets the color.SerieSerie. setFill(Boolean fill)Sets the fill.SerieSerie. setLabel(String label)Sets the label.SerieSerie. setLineWidth(Integer lineWidth)Sets the line width.SerieSerie. setMarkerOptions(MarkerOptions markerOptions)Sets the marker options.SerieSerie. setRenderer(JqPlotResources renderer)Sets the renderer.SerieSerie. setRendererOptions(RendererOptions rendererOptions)Sets the renderer options.SerieSerie. setShadow(Boolean shadow)Sets the shadow.SerieSerie. setShadowAlpha(String shadowAlpha)Sets the shadow alpha.SerieSerie. setShadowDepth(Integer shadowDepth)Sets the shadow depth.SerieSerie. setShowAlpha(Boolean showAlpha)Sets the show alpha.SerieSerie. setShowLine(Boolean showLine)Sets the show line.SerieSerie. setShowMarker(Boolean showMarker)Sets the show marker.SerieSerie. showLine(Boolean showLine)Show line.
-