Uses of Class
velo.ladaalpha.misc.Plot.DataSeriesOptions
Packages that use Plot.DataSeriesOptions
- 
Uses of Plot.DataSeriesOptions in velo.ladaalpha.misc
Methods in velo.ladaalpha.misc that return Plot.DataSeriesOptionsModifier and TypeMethodDescriptionArea color.Color.Line.Plot.DataSeriesOptions.lineDash(float[] dash) Line dash.Plot.DataSeriesOptions.lineWidth(int width) Line width.Plot.DataSeriesOptions.marker(Plot.Marker marker) Marker.Plot.DataSeriesOptions.markerColor(Color color) Marker color.Plot.DataSeriesOptions.markerSize(int markerSize) Marker size.static Plot.DataSeriesOptionsPlot.seriesOpts()Series opts.X axis.Y axis.Methods in velo.ladaalpha.misc with parameters of type Plot.DataSeriesOptionsModifier and TypeMethodDescriptionPlot.series(String name, Plot.Data data, Plot.DataSeriesOptions opts) Series.Plot.series(String name, Plot.DataSeriesOptions opts) Series.Constructors in velo.ladaalpha.misc with parameters of type Plot.DataSeriesOptionsModifierConstructorDescriptionDataSeries(String name, Plot.Data data, Plot.DataSeriesOptions opts) Instantiates a new data series.