Package tech.tablesaw.plotly.components
Class Line.LineBuilder
java.lang.Object
tech.tablesaw.plotly.components.Line.LineBuilder
- Enclosing class:
- Line
-
Constructor Details
-
LineBuilder
public LineBuilder()
-
-
Method Details
-
color
Sets the line color -
width
-
smoothing
Sets the smoothing parameter- Parameters:
smoothing- a value between 0 and 1.3, inclusive
-
dash
-
simplify
Simplifies lines by removing nearly-collinear points. When transitioning lines, it may be desirable to disable this so that the number of points along the resulting SVG path is unaffected.- Parameters:
b- true if you want to simplify. True is the default
-
shape
-
build
-