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