Uses of Class
tech.tablesaw.plotly.components.Line.LineBuilder
-
Packages that use Line.LineBuilder Package Description tech.tablesaw.plotly.components -
-
Uses of Line.LineBuilder in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Line.LineBuilder Modifier and Type Method Description static Line.LineBuilder
Line. builder()
Line.LineBuilder
Line.LineBuilder. color(String color)
Sets the line colorLine.LineBuilder
Line.LineBuilder. dash(Line.Dash dash)
Line.LineBuilder
Line.LineBuilder. shape(Line.Shape shape)
Line.LineBuilder
Line.LineBuilder. simplify(boolean b)
Simplifies lines by removing nearly-collinear points.Line.LineBuilder
Line.LineBuilder. smoothing(double smoothing)
Sets the smoothing parameterLine.LineBuilder
Line.LineBuilder. width(double width)
-