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 Details

    • AbstractChartMeasures

      public AbstractChartMeasures(S backLink, String instanceId)
  • Method Details

    • getThis

      protected M getThis()
    • setMeasure

      public final M setMeasure(String measure)
    • setId

      public final M setId(int measureId)
    • withExpression

      public final Expression<M> withExpression()
    • withAggregation

      protected M withAggregation(String aggregationFunction)
    • withAggregation

      protected M withAggregation(AggregationFormula aggregationFunction)
    • withFormula

      protected M withFormula()
    • withPercent

      protected M withPercent()
    • withPerUnit

      protected M withPerUnit()
    • withAverage

      protected M withAverage()
    • withTotal

      protected M withTotal()
    • setType

      protected M setType(SeriesType seriesType)
    • setOnZAxis

      protected M setOnZAxis(Boolean onZAxis)
    • withBoxplotField

      protected M withBoxplotField()
    • withBoxplotExpression

      protected Expression<M> withBoxplotExpression()