Class BoxplotChart
- Object
-
- ObjectIdentity
-
- AbstractBuilder
-
- AbstractChartBuilder<BoxplotChart>
-
- BoxplotChart
-
- All Implemented Interfaces:
CanDoComparison
,CanDrillDown
,CanZoom
public class BoxplotChart extends AbstractChartBuilder<BoxplotChart> implements CanDoComparison, CanDrillDown, CanZoom
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
BoxplotChart.BoxplotAdditionalMeasure
static class
BoxplotChart.BoxplotOptions
static class
BoxplotChart.BoxplotSeries
-
Constructor Summary
Constructors Constructor Description BoxplotChart(IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuxLine<BoxplotChart>
addAuxLine()
BoxplotChart.BoxplotSeries
addSeries()
ChartBuilderResult
build()
BoxplotChart.BoxplotOptions
getOptions()
-
Methods inherited from class AbstractChartBuilder
addInvocation, build, getDictionary, getThis, invokeAddSeries, invokeGetOptions, invokeGetSeries, onCellClick, onRowClick
-
-
-
-
Method Detail
-
addSeries
public BoxplotChart.BoxplotSeries addSeries()
-
getOptions
public BoxplotChart.BoxplotOptions getOptions()
- Specified by:
getOptions
in classAbstractChartBuilder<BoxplotChart>
-
addAuxLine
public AuxLine<BoxplotChart> addAuxLine()
- Overrides:
addAuxLine
in classAbstractChartBuilder<BoxplotChart>
-
build
public ChartBuilderResult build()
- Specified by:
build
in classAbstractBuilder
-
-