Class ChartMeasures.Basic<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>>
Object
ObjectIdentity
BacklinkBuilder<S>
AbstractChartMeasures<S,M>
Basic<S,M>
- Direct Known Subclasses:
BubbleChart.BubbleAdditionalMeasure
,ChartMeasures.Type
,DataTableChart.DataTableAdditionalMeasure
,HeatmapChart.HeatmapAdditionalMeasure
,PieChart.PieAdditionalMeasure
,ScatterChart.ScatterAdditionalMeasure
,TimeSeriesScatterChart.TimeSeriesScatterAdditionalMeasure
- Enclosing class:
ChartMeasures
public abstract static class ChartMeasures.Basic<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>>
extends AbstractChartMeasures<S,M>
-
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 TypeMethodDescriptionfinal M
withAggregation
(String aggregationFunction) final M
withAggregation
(AggregationFormula aggregationFunction) final M
final M
final M
final M
final M
Methods inherited from class AbstractChartMeasures
getThis, setId, setMeasure, setOnZAxis, setType, withBoxplotExpression, withBoxplotField, withExpression
Methods inherited from class BacklinkBuilder
back, getParent
Methods inherited from class ObjectIdentity
addInvocation, addInvocation
-
Constructor Details
-
Basic
-
-
Method Details
-
withAggregation
- Overrides:
withAggregation
in classAbstractChartMeasures<S extends AbstractChartSeries<?,
S>, M extends ChartMeasures.Basic<S, M>> - Parameters:
aggregationFunction
-String
representation of anAggregationFormula
constant
-
withAggregation
- Overrides:
withAggregation
in classAbstractChartMeasures<S extends AbstractChartSeries<?,
S>, M extends ChartMeasures.Basic<S, M>>
-
withFormula
- Overrides:
withFormula
in classAbstractChartMeasures<S extends AbstractChartSeries<?,
S>, M extends ChartMeasures.Basic<S, M>>
-
withPercent
- Overrides:
withPercent
in classAbstractChartMeasures<S extends AbstractChartSeries<?,
S>, M extends ChartMeasures.Basic<S, M>>
-
withPerUnit
- Overrides:
withPerUnit
in classAbstractChartMeasures<S extends AbstractChartSeries<?,
S>, M extends ChartMeasures.Basic<S, M>>
-
withAverage
- Overrides:
withAverage
in classAbstractChartMeasures<S extends AbstractChartSeries<?,
S>, M extends ChartMeasures.Basic<S, M>>
-
withTotal
- Overrides:
withTotal
in classAbstractChartMeasures<S extends AbstractChartSeries<?,
S>, M extends ChartMeasures.Basic<S, M>>
-