Class HeatmapChart
Object
ObjectIdentity
AbstractBuilder
- All Implemented Interfaces:
CanDrillDown
,CanZoom
,Portlet
,Portlet
public class HeatmapChart
extends AbstractChartBuilder<HeatmapChart>
implements CanDrillDown, CanZoom
Methods of this class are mostly self-explanatory
or equivalent to the Highcharts methods described at
HighCharts.Chart.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class AbstractChartBuilder
dragDropEnabled, layout, queryBuilderState, resizingEnabled
Fields inherited from class AbstractBuilder
METHOD_BUILD
Fields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
-
Constructor Summary
ConstructorDescriptionHeatmapChart
(IdGenerator idGenerator, Invocations<MethodInvocation> invocations) -
Method Summary
Methods inherited from class AbstractChartBuilder
addAuxLine, addInvocation, build, fromQueryBuilderState, getDictionary, getThis, invokeAddSeries, invokeGetOptions, invokeGetSeries, layout, onCellClick, onRowClick, value, withDragDrop, withHeight, withHeight, withLayout, withLayout, withLayout, withResizing, withWidth, withWidth
Methods inherited from class ObjectIdentity
addInvocation
-
Constructor Details
-
HeatmapChart
public HeatmapChart(IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
-
-
Method Details
-
getSeries
-
getOptions
- Specified by:
getOptions
in classAbstractChartBuilder<HeatmapChart>
-
build
public ChartBuilderResult build()- Specified by:
build
in classAbstractBuilder
-