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.FigureBuilder
Figure.FigureBuilder. addTraces(Trace... traces)
void
Figure. 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 class
AbstractTrace
class
BarTrace
class
BoxTrace
class
ContourTrace
class
HeatmapTrace
class
Histogram2DTrace
class
HistogramTrace
class
PieTrace
class
Scatter3DTrace
class
ScatterTrace
class
ViolinTrace
-