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