Package htw.ai.dln.utils
Class Plot.DataSeriesOptions
- java.lang.Object
-
- htw.ai.dln.utils.Plot.DataSeriesOptions
-
- Enclosing class:
- Plot
public static class Plot.DataSeriesOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataSeriesOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Plot.DataSeriesOptions
areaColor(java.awt.Color color)
Plot.DataSeriesOptions
color(java.awt.Color seriesColor)
Plot.DataSeriesOptions
line(Plot.Line line)
Plot.DataSeriesOptions
lineDash(float[] dash)
Plot.DataSeriesOptions
lineWidth(int width)
Plot.DataSeriesOptions
marker(Plot.Marker marker)
Plot.DataSeriesOptions
markerColor(java.awt.Color color)
Plot.DataSeriesOptions
markerSize(int markerSize)
Plot.DataSeriesOptions
xAxis(java.lang.String name)
Plot.DataSeriesOptions
yAxis(java.lang.String name)
-
-
-
Method Detail
-
color
public Plot.DataSeriesOptions color(java.awt.Color seriesColor)
-
line
public Plot.DataSeriesOptions line(Plot.Line line)
-
lineWidth
public Plot.DataSeriesOptions lineWidth(int width)
-
lineDash
public Plot.DataSeriesOptions lineDash(float[] dash)
-
marker
public Plot.DataSeriesOptions marker(Plot.Marker marker)
-
markerSize
public Plot.DataSeriesOptions markerSize(int markerSize)
-
markerColor
public Plot.DataSeriesOptions markerColor(java.awt.Color color)
-
areaColor
public Plot.DataSeriesOptions areaColor(java.awt.Color color)
-
xAxis
public Plot.DataSeriesOptions xAxis(java.lang.String name)
-
yAxis
public Plot.DataSeriesOptions yAxis(java.lang.String name)
-
-