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