Uses of Class
tech.tablesaw.plotly.components.ColorBar.Yanchor
-
Packages that use ColorBar.Yanchor Package Description tech.tablesaw.plotly.components -
-
Uses of ColorBar.Yanchor in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return ColorBar.Yanchor Modifier and Type Method Description static ColorBar.YanchorColorBar.Yanchor. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorBar.Yanchor[]ColorBar.Yanchor. 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 ColorBar.Yanchor Modifier and Type Method Description ColorBar.ColorBarBuilderColorBar.ColorBarBuilder. yAnchor(ColorBar.Yanchor yAnchor)Sets this color bar's vertical position anchor This anchor binds the `y` position to the "top", "middle" or "bottom" of the color bar.
-