Package tech.tablesaw.plotly.traces
Class PieTrace.PieBuilder
- java.lang.Object
-
- tech.tablesaw.plotly.traces.TraceBuilder
-
- tech.tablesaw.plotly.traces.PieTrace.PieBuilder
-
- Enclosing class:
- PieTrace
public static class PieTrace.PieBuilder 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 PieTrace
build()
PieTrace.PieBuilder
domain(Domain domain)
protected String
getType()
PieTrace.PieBuilder
showLegend(boolean b)
-
Methods inherited from class tech.tablesaw.plotly.traces.TraceBuilder
columnToStringArray, hoverLabel, legendGroup, name, opacity, visible, xAxis, yAxis
-
-
-
-
Method Detail
-
domain
public PieTrace.PieBuilder domain(Domain domain)
-
build
public PieTrace build()
-
getType
protected String getType()
- Specified by:
getType
in classTraceBuilder
-
showLegend
public PieTrace.PieBuilder showLegend(boolean b)
- Overrides:
showLegend
in classTraceBuilder
-
-