Class BarLineChart
Object
ObjectIdentity
AbstractBuilder
- All Implemented Interfaces:
CanDoComparison
,CanDoLogarithmicAxis
,CanDrillDown
,CanZoom
,Portlet
,Portlet
public class BarLineChart
extends AbstractChartBuilder<BarLineChart>
implements CanDoComparison, CanDoLogarithmicAxis, CanDrillDown, CanZoom
Methods of this class are mostly self-explanatory
or equivalent to the Highcharts methods described at
HighCharts.Chart.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
class
static class
static class
-
Field Summary
Fields inherited from class AbstractChartBuilder
dragDropEnabled, layout, messages, queryBuilderState, resizingEnabled
-
Constructor Summary
ConstructorsConstructorDescriptionBarLineChart
(IdGenerator idGenerator, Invocations<MethodInvocation> invocations) -
Method Summary
Modifier and TypeMethodDescriptionChartBuilderResult
build()
boolean
canDoLogarithmicAxis
(char xyz) onClick()
Methods inherited from class AbstractChartBuilder
addInvocation, build, fromQueryBuilderState, getDictionary, getThis, invokeAddSeries, invokeGetOptions, invokeGetSeries, layout, onCellClick, onRowClick, value, withDragDrop, withError, withHeight, withHeight, withInfo, withLayout, withLayout, withLayout, withResizing, withWarning, withWidth, withWidth
-
Constructor Details
-
Method Details
-
addSeries
-
getOptions
- Specified by:
getOptions
in classAbstractChartBuilder<BarLineChart>
-
addAuxLine
- Overrides:
addAuxLine
in classAbstractChartBuilder<BarLineChart>
-
onClick
-
build
public ChartBuilderResult build()- Specified by:
build
in classAbstractBuilder
-
canDoLogarithmicAxis
public boolean canDoLogarithmicAxis(char xyz) - Specified by:
canDoLogarithmicAxis
in interfaceCanDoLogarithmicAxis
-