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 MgetThis()MsetMeasure(String measure)protected MsetOnZAxis(Boolean onZAxis)protected MsetType(SeriesType seriesType)protected MwithAggregation(String aggregationFunction)protected MwithAggregation(AggregationFormula aggregationFunction)protected Expression<M>withBoxplotExpression()protected MwithBoxplotField()Expression<M>withExpression()protected MwithFormula()protected MwithPercent()protected MwithPerUnit()protected MwithTotal()
-
-
-
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()
-
-