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