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