Package tech.tablesaw.plotly.components
Class Grid
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.Grid
-
public class Grid extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Grid.GridBuilder
static class
Grid.Pattern
static class
Grid.RowOrder
static class
Grid.XSide
static class
Grid.YSide
-
Constructor Summary
Constructors Constructor Description Grid(Grid.GridBuilder gridBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asJavascript()
static Grid.GridBuilder
builder()
protected Map<String,Object>
getContext()
-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, getJSONContext, toString
-
-
-
-
Constructor Detail
-
Grid
public Grid(Grid.GridBuilder gridBuilder)
-
-
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 Grid.GridBuilder builder()
-
-