Class HistogramChart
Object
ObjectIdentity
AbstractBuilder
- All Implemented Interfaces:
Portlet
,Portlet
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
-
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
ConstructorDescriptionHistogramChart
(IdGenerator idGenerator, Invocations<MethodInvocation> invocations) -
Method Summary
Methods inherited from class AbstractChartBuilder
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
-
HistogramChart
public HistogramChart(IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
-
-
Method Details
-
getSeries
-
getOptions
- Specified by:
getOptions
in classAbstractChartBuilder<HistogramChart>
-
addAuxLine
- Overrides:
addAuxLine
in classAbstractChartBuilder<HistogramChart>
-
build
public ChartBuilderResult build()- Specified by:
build
in classAbstractBuilder
-