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>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractChartOptions(C backLink, String instanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
setTitle(String title)
protected O
setXLabel(String xLabel)
protected O
setXLogarithmic(boolean enable)
protected O
setXMax(BigDecimal xMaxDecimal)
protected O
setXMax(Date xMaxDate)
protected O
setXMin(BigDecimal xMinDecimal)
protected O
setXMin(Date xMinDate)
protected O
setYLabel(String yLabel)
protected O
setYLogarithmic(boolean enable)
protected O
setYMax(BigDecimal xMax)
protected O
setYMin(BigDecimal yMin)
protected O
setZLabel(String zLabel)
protected O
setZLogarithmic(boolean enable)
protected O
setZMax(BigDecimal zMax)
protected O
setZMin(BigDecimal zMin)
-
-
-
Method Detail
-
getThis
protected O getThis()
-
setXMin
protected O setXMin(BigDecimal xMinDecimal)
-
setXMax
protected O setXMax(BigDecimal xMaxDecimal)
-
setXLogarithmic
protected O setXLogarithmic(boolean enable)
-
setYMin
protected O setYMin(BigDecimal yMin)
-
setYMax
protected O setYMax(BigDecimal xMax)
-
setYLogarithmic
protected O setYLogarithmic(boolean enable)
-
setZMin
protected O setZMin(BigDecimal zMin)
-
setZMax
protected O setZMax(BigDecimal zMax)
-
setZLogarithmic
protected O setZLogarithmic(boolean enable)
-
setComparisonType
protected O setComparisonType(ComparisonType comparisonType)
-
setBoxplotAxisMin
protected O setBoxplotAxisMin(BigDecimal boxplotAxisMin)
-
setBoxplotAxisMax
protected O setBoxplotAxisMax(BigDecimal boxplotAxisMax)
-
setMaxDataPoints
protected O setMaxDataPoints(BigDecimal maximumNumberOfDataPoints)
-
setMarker
protected O setMarker(BigDecimal xValue, BigDecimal yValue)
-
-