Package tech.tablesaw.plotly.components
Class Annotation
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.Annotation
-
public class Annotation extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Annotation.Align
The horizontal alignment of the 'text' within the box.static class
Annotation.AnnotationBuilder
static class
Annotation.ClicktoShow
static class
Annotation.Valign
static class
Annotation.Xanchor
static class
Annotation.Yanchor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asJavascript()
static Annotation.AnnotationBuilder
builder()
protected Map<String,Object>
getContext()
-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, getJSONContext, toString
-
-
-
-
Method Detail
-
asJavascript
public String asJavascript()
- Specified by:
asJavascript
in classComponent
-
getContext
protected Map<String,Object> getContext()
- Specified by:
getContext
in classComponent
-
builder
public static Annotation.AnnotationBuilder builder()
-
-