Package tech.tablesaw.plotly.traces
Class BoxTrace
- java.lang.Object
-
- tech.tablesaw.plotly.traces.AbstractTrace
-
- tech.tablesaw.plotly.traces.BoxTrace
-
- All Implemented Interfaces:
Trace
public class BoxTrace extends AbstractTrace
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBoxTrace.BoxBuilder-
Nested classes/interfaces inherited from class tech.tablesaw.plotly.traces.AbstractTrace
AbstractTrace.Visibility
-
-
Field Summary
-
Fields inherited from class tech.tablesaw.plotly.traces.AbstractTrace
DEFAULT_OPACITY, DEFAULT_VISIBILITY, engine, type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasJavascript(int i)Returns a string of Javascript code that can be used to display the trace in a browserstatic BoxTrace.BoxBuilderbuilder(double[] x, double[] y)static BoxTrace.BoxBuilderbuilder(Object[] x, double[] y)static BoxTrace.BoxBuilderbuilder(tech.tablesaw.api.CategoricalColumn<?> x, tech.tablesaw.api.NumericColumn<? extends Number> y)-
Methods inherited from class tech.tablesaw.plotly.traces.AbstractTrace
getContext, hoverLabel, name, showLegend, toString
-
-
-
-
Method Detail
-
builder
public static BoxTrace.BoxBuilder builder(Object[] x, double[] y)
-
builder
public static BoxTrace.BoxBuilder builder(tech.tablesaw.api.CategoricalColumn<?> x, tech.tablesaw.api.NumericColumn<? extends Number> y)
-
builder
public static BoxTrace.BoxBuilder builder(double[] x, double[] y)
-
-