Class AbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends AbstractChartMeasures<S,M>>
- Object
-
- ObjectIdentity
-
- BacklinkBuilder<S>
-
- AbstractChartMeasures<S,M>
-
- Direct Known Subclasses:
BoxplotChart.BoxplotAdditionalMeasure
,ChartMeasures.Basic
public class AbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends AbstractChartMeasures<S,M>> extends BacklinkBuilder<S>
-
-
Constructor Summary
Constructors Constructor Description AbstractChartMeasures(S backLink, String instanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected M
getThis()
M
setMeasure(String measure)
protected M
setOnZAxis(Boolean onZAxis)
protected M
setType(SeriesType seriesType)
protected M
withAggregation(String aggregationFunction)
protected M
withAggregation(AggregationFormula aggregationFunction)
protected Expression<M>
withBoxplotExpression()
protected M
withBoxplotField()
Expression<M>
withExpression()
protected M
withFormula()
protected M
withPercent()
protected M
withPerUnit()
protected M
withTotal()
-
-
-
Method Detail
-
getThis
protected M getThis()
-
withExpression
public final Expression<M> withExpression()
-
withAggregation
protected M withAggregation(AggregationFormula aggregationFunction)
-
withFormula
protected M withFormula()
-
withPercent
protected M withPercent()
-
withPerUnit
protected M withPerUnit()
-
withTotal
protected M withTotal()
-
setType
protected M setType(SeriesType seriesType)
-
withBoxplotField
protected M withBoxplotField()
-
withBoxplotExpression
protected Expression<M> withBoxplotExpression()
-
-