Class ChartMeasures.EmbeddedBoxplot<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.EmbeddedBoxplot<S,M>>
- Object
-
- ObjectIdentity
-
- BacklinkBuilder<S>
-
- AbstractChartMeasures<S,M>
-
- ChartMeasures.Basic<S,M>
-
- ChartMeasures.Type<S,M>
-
- EmbeddedBoxplot<S,M>
-
- Direct Known Subclasses:
BarLineChart.BarLineAdditionalMeasure
,TimeSeriesChart.TimeSeriesAdditionalMeasure
- Enclosing class:
- ChartMeasures
public abstract static class ChartMeasures.EmbeddedBoxplot<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.EmbeddedBoxplot<S,M>> extends ChartMeasures.Type<S,M>
-
-
Constructor Summary
Constructors Constructor Description EmbeddedBoxplot(S backLink, String instanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expression<M>
withBoxplotExpression()
M
withBoxplotField()
-
Methods inherited from class ChartMeasures.Type
setOnZAxis, setType
-
Methods inherited from class ChartMeasures.Basic
withAggregation, withAggregation, withFormula, withPercent, withPerUnit, withTotal
-
Methods inherited from class AbstractChartMeasures
getThis, setMeasure, withExpression
-
-
-
-
Method Detail
-
withBoxplotField
public final M withBoxplotField()
- Overrides:
withBoxplotField
in classAbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.EmbeddedBoxplot<S,M>>
-
withBoxplotExpression
public final Expression<M> withBoxplotExpression()
- Overrides:
withBoxplotExpression
in classAbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.EmbeddedBoxplot<S,M>>
-
-