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 protectedAbstractChartOptions(C backLink, String instanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OgetThis()protected OsetBoxplotAxisLabel(String boxplotAxisLabel)protected OsetBoxplotAxisMax(BigDecimal boxplotAxisMax)protected OsetBoxplotAxisMin(BigDecimal boxplotAxisMin)protected OsetComparison(Boolean comparison)protected OsetComparisonType(ComparisonType comparisonType)protected OsetDisableDrilldown(Boolean disableDrilldown)protected OsetDisableZoom(Boolean disableZoom)protected OsetHideLegend(Boolean hideLegend)protected OsetHideTooltips(Boolean hideTooltips)protected OsetMarker(BigDecimal xValue, BigDecimal yValue)protected OsetMaxDataPoints(BigDecimal maximumNumberOfDataPoints)protected OsetShowZAxis(Boolean showZAxis)protected OsetSubtitle(String subtitle)protected OsetTitle(String title)protected OsetXLabel(String xLabel)protected OsetXLogarithmic(boolean enable)protected OsetXMax(BigDecimal xMaxDecimal)protected OsetXMax(Date xMaxDate)protected OsetXMin(BigDecimal xMinDecimal)protected OsetXMin(Date xMinDate)protected OsetYLabel(String yLabel)protected OsetYLogarithmic(boolean enable)protected OsetYMax(BigDecimal xMax)protected OsetYMin(BigDecimal yMin)protected OsetZLabel(String zLabel)protected OsetZLogarithmic(boolean enable)protected OsetZMax(BigDecimal zMax)protected OsetZMin(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)
-
-