Package tech.tablesaw.plotly.components
Class Margin
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.Margin
-
public class Margin extends Component
The margin for the plot
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMargin.MarginBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasJavascript()static Margin.MarginBuilderbuilder()protected Map<String,Object>getContext()protected Map<String,Object>getJSONContext()-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, toString
-
-
-
-
Method Detail
-
builder
public static Margin.MarginBuilder builder()
-
asJavascript
public String asJavascript()
- Specified by:
asJavascriptin classComponent
-
getContext
protected Map<String,Object> getContext()
- Specified by:
getContextin classComponent
-
getJSONContext
protected Map<String,Object> getJSONContext()
- Overrides:
getJSONContextin classComponent
-
-