Class AbstractChartOptions<C extends AbstractChartBuilder<C>,O extends AbstractChartOptions<C,O>>
Object
ObjectIdentity
BacklinkBuilder<C>
AbstractChartOptions<C,O>
- Direct Known Subclasses:
ChartOptions.Basic
,DataTableChart.DataTableOptions
public abstract class AbstractChartOptions<C extends AbstractChartBuilder<C>,O extends AbstractChartOptions<C,O>>
extends BacklinkBuilder<C>
-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACK
Fields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected O
getThis()
protected O
setBoxplotAxisLabel
(String boxplotAxisLabel) protected O
setBoxplotAxisMax
(BigDecimal boxplotAxisMax) protected O
setBoxplotAxisMin
(BigDecimal boxplotAxisMin) protected O
setComparison
(Boolean comparison) protected O
setComparisonType
(ComparisonType comparisonType) protected O
setDisableDrilldown
(Boolean disableDrilldown) protected O
setDisableZoom
(Boolean disableZoom) protected O
setHideLegend
(Boolean hideLegend) protected O
setHideTooltips
(Boolean hideTooltips) protected O
setMarker
(BigDecimal xValue, BigDecimal yValue) protected O
setMaxDataPoints
(BigDecimal maximumNumberOfDataPoints) protected O
setShowZAxis
(Boolean showZAxis) protected O
setSubtitle
(String subtitle) protected O
protected O
protected O
setXLogarithmic
(boolean enable) protected O
setXMax
(BigDecimal xMaxDecimal) protected O
protected O
setXMin
(BigDecimal xMinDecimal) protected O
protected O
protected O
setYLogarithmic
(boolean enable) protected O
setYMax
(BigDecimal xMax) protected O
setYMin
(BigDecimal yMin) protected O
protected O
setZLogarithmic
(boolean enable) protected O
setZMax
(BigDecimal zMax) protected O
setZMin
(BigDecimal zMin) Methods inherited from class BacklinkBuilder
back, getParent
Methods inherited from class ObjectIdentity
addInvocation, addInvocation
-
Constructor Details
-
AbstractChartOptions
-
-
Method Details
-
getThis
-
setTitle
-
setSubtitle
-
setHideLegend
-
setHideTooltips
-
setXLabel
-
setXMin
-
setXMin
-
setXMax
-
setXMax
-
setXLogarithmic
-
setYLabel
-
setYMin
-
setYMax
-
setYLogarithmic
-
setShowZAxis
-
setZLabel
-
setZMin
-
setZMax
-
setZLogarithmic
-
setComparison
-
setComparisonType
-
setBoxplotAxisLabel
-
setBoxplotAxisMin
-
setBoxplotAxisMax
-
setDisableDrilldown
-
setDisableZoom
-
setMaxDataPoints
-
setMarker
-