Uses of Interface
tech.tablesaw.plotly.traces.Trace
-
Packages that use Trace Package Description tech.tablesaw.plotly.components tech.tablesaw.plotly.traces -
-
Uses of Trace in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Trace Modifier and Type Method Description Trace[]Figure. getTraces()Methods in tech.tablesaw.plotly.components with parameters of type Trace Modifier and Type Method Description Figure.FigureBuilderFigure.FigureBuilder. addTraces(Trace... traces)voidFigure. setTraces(Trace... data)Constructors in tech.tablesaw.plotly.components with parameters of type Trace Constructor Description Figure(Layout layout, Config config, Trace... traces)Figure(Layout layout, Trace... traces)Figure(Trace... traces) -
Uses of Trace in tech.tablesaw.plotly.traces
Classes in tech.tablesaw.plotly.traces that implement Trace Modifier and Type Class Description classAbstractTraceclassBarTraceclassBoxTraceclassContourTraceclassHeatmapTraceclassHistogram2DTraceclassHistogramTraceclassPieTraceclassScatter3DTraceclassScatterTraceclassViolinTrace
-