Package tech.tablesaw.plotly.components
Class Gradient.GradientBuilder
- java.lang.Object
-
- tech.tablesaw.plotly.components.Gradient.GradientBuilder
-
-
Constructor Summary
Constructors Constructor Description GradientBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Gradient
build()
Gradient.GradientBuilder
color(String color)
Sets the marker color to a single valueGradient.GradientBuilder
color(String[] color)
Sets the marker color to an array of color valuesGradient.GradientBuilder
type(Gradient.Type type)
-
-
-
Method Detail
-
type
public Gradient.GradientBuilder type(Gradient.Type type)
-
color
public Gradient.GradientBuilder color(String color)
Sets the marker color to a single value
-
color
public Gradient.GradientBuilder color(String[] color)
Sets the marker color to an array of color values
-
build
public Gradient build()
-
-