Package | Description |
---|---|
tech.tablesaw.plotly.components |
Modifier and Type | Method and Description |
---|---|
Grid.GridBuilder |
Grid.GridBuilder.columns(int columns)
The number of columns in the grid.
|
Grid.GridBuilder |
Grid.gridBuilder() |
Grid.GridBuilder |
Grid.GridBuilder.rowOrder(Grid.RowOrder rowOrder) |
Grid.GridBuilder |
Grid.GridBuilder.rows(int rows)
The number of rows in the grid.
|
Grid.GridBuilder |
Grid.GridBuilder.xGap(double xGap)
Horizontal space between grid cells, expressed as a fraction of the total width available to one cell.
|
Grid.GridBuilder |
Grid.GridBuilder.yGap(double yGap)
Vertical space between grid cells, expressed as a fraction of the total height available to one cell.
|
Constructor and Description |
---|
Grid(Grid.GridBuilder gridBuilder) |
Copyright © 2019. All rights reserved.