Package | Description |
---|---|
tech.tablesaw.plotly.components |
Modifier and Type | Method and Description |
---|---|
static Line.LineBuilder |
Line.builder() |
Line.LineBuilder |
Line.LineBuilder.color(String color)
Sets the line color
|
Line.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 parameter
|
Line.LineBuilder |
Line.LineBuilder.width(double width) |
Copyright © 2019. All rights reserved.