Package tech.tablesaw.plotly.traces
Class Histogram2DTrace.Histogram2DBuilder
- java.lang.Object
-
- tech.tablesaw.plotly.traces.TraceBuilder
-
- tech.tablesaw.plotly.traces.Histogram2DTrace.Histogram2DBuilder
-
- Enclosing class:
- Histogram2DTrace
public static class Histogram2DTrace.Histogram2DBuilder extends TraceBuilder
-
-
Field Summary
-
Fields inherited from class tech.tablesaw.plotly.traces.TraceBuilder
hoverLabel, ids, legendGroup, name, opacity, showLegend, visible, xAxis, yAxis
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Histogram2DTrace
build()
protected String
getType()
-
Methods inherited from class tech.tablesaw.plotly.traces.TraceBuilder
columnToStringArray, hoverLabel, legendGroup, name, opacity, showLegend, visible, xAxis, yAxis
-
-
-
-
Method Detail
-
build
public Histogram2DTrace build()
-
getType
protected String getType()
- Specified by:
getType
in classTraceBuilder
-
-