Uses of Class
tech.tablesaw.plotly.traces.ScatterTrace.Mode
-
Packages that use ScatterTrace.Mode Package Description tech.tablesaw.plotly.traces -
-
Uses of ScatterTrace.Mode in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return ScatterTrace.Mode Modifier and Type Method Description static ScatterTrace.Mode
ScatterTrace.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScatterTrace.Mode[]
ScatterTrace.Mode. 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.Mode Modifier and Type Method Description ScatterTrace.ScatterBuilder
ScatterTrace.ScatterBuilder. mode(ScatterTrace.Mode mode)
-