Uses of Class
tech.tablesaw.plotly.components.TickSettings.ExponentFormat
-
Packages that use TickSettings.ExponentFormat Package Description tech.tablesaw.plotly.components -
-
Uses of TickSettings.ExponentFormat in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return TickSettings.ExponentFormat Modifier and Type Method Description static TickSettings.ExponentFormat
TickSettings.ExponentFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static TickSettings.ExponentFormat[]
TickSettings.ExponentFormat. 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.ExponentFormat Modifier and Type Method Description TickSettings.TickSettingsBuilder
TickSettings.TickSettingsBuilder. exponentFormat(TickSettings.ExponentFormat format)
If "all", all exponents are shown besides their significands.
-