Constructor and Description |
---|
LineBuilder() |
Modifier and Type | Method and Description |
---|---|
Line |
build() |
Line.LineBuilder |
color(String color) |
Line.LineBuilder |
dash(String dash) |
Line.LineBuilder |
shape(Line.Shape shape) |
Line.LineBuilder |
simplify(boolean b) |
Line.LineBuilder |
smoothing(double smoothing) |
Line.LineBuilder |
width(double width) |
public Line.LineBuilder color(String color)
public Line.LineBuilder width(double width)
public Line.LineBuilder smoothing(double smoothing)
public Line.LineBuilder dash(String dash)
public Line.LineBuilder simplify(boolean b)
public Line.LineBuilder shape(Line.Shape shape)
public Line build()
Copyright © 2019. All rights reserved.