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 classBubbleChart.BubbleAdditionalMeasureclassBubbleChart.BubbleOnChartClickstatic classBubbleChart.BubbleOptionsstatic classBubbleChart.BubbleSeriesstatic classBubbleChart.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.BubbleSeriesaddSeries()ChartBuilderResultbuild()booleancanDoLogarithmicAxis(char xyz)BubbleChart.BubbleOptionsgetOptions()BubbleChart.BubbleOnChartClickonClick()-
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:
getOptionsin classAbstractChartBuilder<BubbleChart>
-
addAuxLine
public AuxLine<BubbleChart> addAuxLine()
- Overrides:
addAuxLinein classAbstractChartBuilder<BubbleChart>
-
onClick
public BubbleChart.BubbleOnChartClick onClick()
-
build
public ChartBuilderResult build()
- Specified by:
buildin classAbstractBuilder
-
canDoLogarithmicAxis
public boolean canDoLogarithmicAxis(char xyz)
- Specified by:
canDoLogarithmicAxisin interfaceCanDoLogarithmicAxis
-
-