Uses of Class
tech.tablesaw.plotly.components.TickSettings.Mirror
-
Packages that use TickSettings.Mirror Package Description tech.tablesaw.plotly.components -
-
Uses of TickSettings.Mirror in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return TickSettings.Mirror Modifier and Type Method Description static TickSettings.Mirror
TickSettings.Mirror. valueOf(String name)
Returns the enum constant of this type with the specified name.static TickSettings.Mirror[]
TickSettings.Mirror. 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.Mirror Modifier and Type Method Description TickSettings.TickSettingsBuilder
TickSettings.TickSettingsBuilder. mirror(TickSettings.Mirror mirror)
Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area.
-