Package tech.tablesaw.plotly.components
Class Line
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.Line
-
public class Line extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Line.Dash
static class
Line.LineBuilder
static class
Line.Shape
Determines the shape of the line Linear (i.e.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asJavascript()
static Line.LineBuilder
builder()
Map<String,Object>
getContext()
protected Map<String,Object>
getJSONContext()
-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, toString
-
-
-
-
Method Detail
-
getContext
public Map<String,Object> getContext()
- Specified by:
getContext
in classComponent
-
getJSONContext
protected Map<String,Object> getJSONContext()
- Overrides:
getJSONContext
in classComponent
-
asJavascript
public String asJavascript()
- Specified by:
asJavascript
in classComponent
-
builder
public static Line.LineBuilder builder()
-
-