public class BarChartSettingsBuilderImpl extends AbstractXAxisChartSettingsBuilder<BarChartSettingsBuilderImpl> implements BarChartSettingsBuilder<BarChartSettingsBuilderImpl>
displayerSettings
Constructor and Description |
---|
BarChartSettingsBuilderImpl() |
Modifier and Type | Method and Description |
---|---|
protected DisplayerSettings |
createDisplayerSettings() |
BarChartSettingsBuilderImpl |
set3d(boolean b) |
BarChartSettingsBuilderImpl |
subType_Bar()
Set this bar chart's subtype to a simple bar chart (i.e. horizontal non-stacked bars)
|
BarChartSettingsBuilderImpl |
subType_Column()
Set this bar chart's subtype to a simple column chart (i.e. vertical non-stacked bars)
|
BarChartSettingsBuilderImpl |
subType_StackedBar()
Set this bar chart's subtype to a stacked bar chart (i.e. horizontal stacked bars)
|
BarChartSettingsBuilderImpl |
subType_StackedColumn()
Set this bar chart's subtype to a stacked column chart (i.e. vertical stacked bars)
|
height, legendOff, legendOn, legendOn, margins, resizableOff, resizableOn, width
allowCsvExport, allowExcelExport, backgroundColor, buildSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuid, xAxisAngle, xAxisTitle, yAxisTitle
asc, buildColumnId, buildLookup, column, column, column, column, column, dataset, desc, dynamic, dynamic, dynamic, filter, filter, firstDay, firstMonth, fixed, getCurrentOp, group, group, join, rowNumber, rowOffset, select, sort, sort
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
xAxisAngle, xAxisTitle, yAxisTitle
height, legendOff, legendOn, legendOn, margins, resizableOff, resizableOn, width
backgroundColor, buildSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuid
protected DisplayerSettings createDisplayerSettings()
createDisplayerSettings
in class AbstractDisplayerSettingsBuilder<BarChartSettingsBuilderImpl>
public BarChartSettingsBuilderImpl set3d(boolean b)
set3d
in interface BarChartSettingsBuilder<BarChartSettingsBuilderImpl>
b
- True if the bars of this bar chart are to be shown in 3D, false if they are to be shown flat.public BarChartSettingsBuilderImpl subType_Bar()
BarChartSettingsBuilder
subType_Bar
in interface BarChartSettingsBuilder<BarChartSettingsBuilderImpl>
public BarChartSettingsBuilderImpl subType_StackedBar()
BarChartSettingsBuilder
subType_StackedBar
in interface BarChartSettingsBuilder<BarChartSettingsBuilderImpl>
public BarChartSettingsBuilderImpl subType_Column()
BarChartSettingsBuilder
subType_Column
in interface BarChartSettingsBuilder<BarChartSettingsBuilderImpl>
public BarChartSettingsBuilderImpl subType_StackedColumn()
BarChartSettingsBuilder
subType_StackedColumn
in interface BarChartSettingsBuilder<BarChartSettingsBuilderImpl>
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.