public static class ChangeLine.LineBuilder extends Object
Constructor | Description |
---|---|
LineBuilder() |
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).
|
public ChangeLine.LineBuilder color(String color)
public ChangeLine.LineBuilder width(int width)
width
- greater than or equal to 0public ChangeLine build()
Copyright © 2022. All rights reserved.