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