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