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