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>
Re-exposes
AbstractChartMeasures.withBoxplotField() and
AbstractChartMeasures.withBoxplotExpression() as public, on top of everything
ChartMeasures.Type exposes; the tier extended by a concrete additional-measure type whose series supports an
embedded box plot overlay, for example BarLineChart.BarLineAdditionalMeasure or
TimeSeriesChart.TimeSeriesAdditionalMeasure.-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Expression<M> Returns the builder for computing this additional measure's embedded box plot overlay from a Datamart Expression instead of a plain field set withAbstractChartMeasures.withBoxplotField().final MMarks this additional measure as the field supplying an embedded box plot overlay, analogous toAbstractChartSeries.setBoxplotAxis()at the series level.Methods inherited from class ChartMeasures.Type
setOnZAxis, setTypeMethods inherited from class ChartMeasures.Basic
withAggregation, withAggregation, withAverage, withFormula, withPercent, withPerUnit, withTotalMethods inherited from class AbstractChartMeasures
getThis, setId, setLabel, setMeasure, withExpressionMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
EmbeddedBoxplot
-
-
Method Details
-
withBoxplotField
Description copied from class:AbstractChartMeasuresMarks this additional measure as the field supplying an embedded box plot overlay, analogous toAbstractChartSeries.setBoxplotAxis()at the series level. Declaredprotectedhere; a concrete additional-measure type re-exposes it aspublicviaChartMeasures.EmbeddedBoxplot.- Overrides:
withBoxplotFieldin classAbstractChartMeasures<S extends AbstractChartSeries<?,S>, M extends ChartMeasures.EmbeddedBoxplot<S, M>> - Returns:
- this additional measure, for chaining further configuration
- See Also:
-
withBoxplotExpression
Description copied from class:AbstractChartMeasuresReturns the builder for computing this additional measure's embedded box plot overlay from a Datamart Expression instead of a plain field set withAbstractChartMeasures.withBoxplotField(). Declaredprotectedhere; a concrete additional-measure type re-exposes it aspublicviaChartMeasures.EmbeddedBoxplot.- Overrides:
withBoxplotExpressionin classAbstractChartMeasures<S extends AbstractChartSeries<?,S>, M extends ChartMeasures.EmbeddedBoxplot<S, M>> - Returns:
- a new
Expressionbuilder for the boxplot overlay. Nevernull. - See Also:
-