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.LineBuilderLine. builder()Line.LineBuilderLine.LineBuilder. color(String color)Sets the line colorLine.LineBuilderLine.LineBuilder. dash(Line.Dash dash)Line.LineBuilderLine.LineBuilder. shape(Line.Shape shape)Line.LineBuilderLine.LineBuilder. simplify(boolean b)Simplifies lines by removing nearly-collinear points.Line.LineBuilderLine.LineBuilder. smoothing(double smoothing)Sets the smoothing parameterLine.LineBuilderLine.LineBuilder. width(double width)
-