Class ChangeLine.LineBuilder
- java.lang.Object
-
- tech.tablesaw.plotly.components.change.ChangeLine.LineBuilder
-
- Enclosing class:
- ChangeLine
public static class ChangeLine.LineBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description LineBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeLine
build()
ChangeLine.LineBuilder
color(String color)
Sets the color of line bounding the box(es).ChangeLine.LineBuilder
width(int width)
Sets the width (in px) of line bounding the box(es).
-
-
-
Method Detail
-
color
public ChangeLine.LineBuilder color(String color)
Sets the color of line bounding the box(es).
-
width
public ChangeLine.LineBuilder width(int width)
Sets the width (in px) of line bounding the box(es).- Parameters:
width
- greater than or equal to 0
-
build
public ChangeLine build()
-
-