Uses of Class
tech.tablesaw.plotly.traces.ScatterTrace.Fill
-
Packages that use ScatterTrace.Fill Package Description tech.tablesaw.plotly.traces -
-
Uses of ScatterTrace.Fill in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return ScatterTrace.Fill Modifier and Type Method Description static ScatterTrace.Fill
ScatterTrace.Fill. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScatterTrace.Fill[]
ScatterTrace.Fill. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.tablesaw.plotly.traces with parameters of type ScatterTrace.Fill Modifier and Type Method Description ScatterTrace.ScatterBuilder
ScatterTrace.ScatterBuilder. fill(ScatterTrace.Fill fill)
-