Class WaterfallChart
- Object
-
- ObjectIdentity
-
- AbstractBuilder
-
- AbstractChartBuilder<WaterfallChart>
-
- WaterfallChart
-
public class WaterfallChart extends AbstractChartBuilder<WaterfallChart>
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at https://api.highcharts.com/class-reference/Highcharts.Chart.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WaterfallChart.Aggregation
static class
WaterfallChart.WaterfallOptions
static class
WaterfallChart.WaterfallSeries
-
Constructor Summary
Constructors Constructor Description WaterfallChart(IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartBuilderResult
build()
WaterfallChart.WaterfallOptions
getOptions()
WaterfallChart.WaterfallSeries
getSeries()
-
Methods inherited from class AbstractChartBuilder
addAuxLine, addInvocation, build, getDictionary, getThis, invokeAddSeries, invokeGetOptions, invokeGetSeries, onCellClick, onRowClick
-
-
-
-
Method Detail
-
getSeries
public WaterfallChart.WaterfallSeries getSeries()
-
getOptions
public WaterfallChart.WaterfallOptions getOptions()
- Specified by:
getOptions
in classAbstractChartBuilder<WaterfallChart>
-
build
public ChartBuilderResult build()
- Specified by:
build
in classAbstractBuilder
-
-