Package tech.tablesaw.plotly.components
Class Page
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.Page
-
public class Page extends Component
Represents an entire html page that contains a figure
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Page.PageBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asJavascript()
protected Map<String,Object>
getContext()
static Page.PageBuilder
pageBuilder(Figure figure, String divName)
-
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
-
pageBuilder
public static Page.PageBuilder pageBuilder(Figure figure, String divName)
-
-