Class ChartOptions.Basic<C extends AbstractChartBuilder<C>,O extends ChartOptions.Basic<C,O>>
Object
ObjectIdentity
BacklinkBuilder<C>
AbstractChartOptions<C,O>
Basic<C,O>
- Direct Known Subclasses:
ChartOptions.XYLabels,WaterfallChart.WaterfallOptions,WaterfallComparisonChart.WaterfallComparisonOptions
- Enclosing class:
ChartOptions
public abstract static class ChartOptions.Basic<C extends AbstractChartBuilder<C>,O extends ChartOptions.Basic<C,O>>
extends AbstractChartOptions<C,O>
Re-exposes
AbstractChartOptions.setTitle(String), AbstractChartOptions.setSubtitle(String),
AbstractChartOptions.setHideLegend(Boolean), and AbstractChartOptions.setHideTooltips(Boolean)
as public; the tier extended by a concrete Options type that supports none of this class's more
specific tiers, for example WaterfallChart.WaterfallOptions or
WaterfallComparisonChart.WaterfallComparisonOptions.-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal OsetHideLegend(Boolean hideLegend) Hides the chart's legend.final OsetHideTooltips(Boolean hideTooltips) Hides the chart's tooltips.final OsetSubtitle(String subtitle) Sets the chart's subtitle, shown below the title.final OSets the chart's title.Methods inherited from class AbstractChartOptions
getThis, setBoxplotAxisLabel, setBoxplotAxisMax, setBoxplotAxisMin, setComparison, setComparisonType, setDisableDrilldown, setDisableZoom, setMarker, setMaxDataPoints, setShowZAxis, setXLabel, setXLogarithmic, setXMax, setXMax, setXMin, setXMin, setYLabel, setYLogarithmic, setYMax, setYMin, setZLabel, setZLogarithmic, setZMax, setZMinMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
Basic
-
-
Method Details
-
setTitle
Description copied from class:AbstractChartOptionsSets the chart's title. Declaredprotectedhere; re-exposed aspublicviaChartOptions.Basic(and every tier built on top of it).- Overrides:
setTitlein classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.Basic<C, O>> - Parameters:
title- the title to display above the chart- Returns:
- this Options object, for chaining further configuration
-
setSubtitle
Description copied from class:AbstractChartOptionsSets the chart's subtitle, shown below the title. Declaredprotectedhere; re-exposed aspublicviaChartOptions.Basic(and every tier built on top of it).- Overrides:
setSubtitlein classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.Basic<C, O>> - Parameters:
subtitle- the subtitle to display- Returns:
- this Options object, for chaining further configuration
-
setHideLegend
Description copied from class:AbstractChartOptionsHides the chart's legend. Declaredprotectedhere; re-exposed aspublicviaChartOptions.Basic(and every tier built on top of it).- Overrides:
setHideLegendin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.Basic<C, O>> - Parameters:
hideLegend-trueto hide the legend;falseornullto show it- Returns:
- this Options object, for chaining further configuration
-
setHideTooltips
Description copied from class:AbstractChartOptionsHides the chart's tooltips. Declaredprotectedhere; re-exposed aspublicviaChartOptions.Basic(and every tier built on top of it).- Overrides:
setHideTooltipsin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.Basic<C, O>> - Parameters:
hideTooltips-trueto hide tooltips;falseornullto show them- Returns:
- this Options object, for chaining further configuration
-