Package tech.tablesaw.plotly.components
Class Marker
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.Marker
-
public class Marker extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Marker.MarkerBuilder
static class
Marker.Palette
Predefined palettesstatic class
Marker.SizeMode
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asJavascript()
static Marker.MarkerBuilder
builder()
protected Map<String,Object>
getContext()
-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, getJSONContext, toString
-
-
-
-
Method Detail
-
builder
public static Marker.MarkerBuilder builder()
-
asJavascript
public String asJavascript()
- Specified by:
asJavascript
in classComponent
-
getContext
protected Map<String,Object> getContext()
- Specified by:
getContext
in classComponent
-
-