public class Line extends Component
Modifier and Type | Class and Description |
---|---|
static class |
Line.LineBuilder |
static class |
Line.Shape |
Modifier and Type | Method and Description |
---|---|
String |
asJavascript() |
static Line.LineBuilder |
builder() |
String |
getColor() |
Map<String,Object> |
getContext() |
String |
getDash() |
Line.Shape |
getShape() |
double |
getSmoothing() |
double |
getWidth() |
boolean |
isSimplify() |
public String asJavascript()
asJavascript
in class Component
public String getColor()
public double getWidth()
public double getSmoothing()
public Line.Shape getShape()
public String getDash()
public boolean isSimplify()
public static Line.LineBuilder builder()
Copyright © 2019. All rights reserved.