Uses of Class
tech.tablesaw.plotly.components.change.ChangeLine.LineBuilder
-
Packages that use ChangeLine.LineBuilder Package Description tech.tablesaw.plotly.components.change -
-
Uses of ChangeLine.LineBuilder in tech.tablesaw.plotly.components.change
Methods in tech.tablesaw.plotly.components.change that return ChangeLine.LineBuilder Modifier and Type Method Description static ChangeLine.LineBuilder
ChangeLine. builder()
ChangeLine.LineBuilder
ChangeLine.LineBuilder. color(String color)
Sets the color of line bounding the box(es).ChangeLine.LineBuilder
ChangeLine.LineBuilder. width(int width)
Sets the width (in px) of line bounding the box(es).
-