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