Uses of Class
tech.tablesaw.plotly.components.Layout
-
Packages that use Layout Package Description tech.tablesaw.plotly.components -
-
Uses of Layout in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Layout Modifier and Type Method Description Layout
Layout.LayoutBuilder. build()
Layout
Figure. getLayout()
Methods in tech.tablesaw.plotly.components with parameters of type Layout Modifier and Type Method Description Figure.FigureBuilder
Figure.FigureBuilder. layout(Layout layout)
void
Figure. setLayout(Layout layout)
Constructors in tech.tablesaw.plotly.components with parameters of type Layout Constructor Description Figure(Layout layout, Config config, Trace... traces)
Figure(Layout layout, Trace... traces)
-