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 Link icon

    • AbstractChartMeasures Link icon

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

    • getThis Link icon

      protected M getThis()
    • setMeasure Link icon

      public final M setMeasure(String measure)
    • setId Link icon

      public final M setId(int measureId)
    • withExpression Link icon

      public final Expression<M> withExpression()
    • withAggregation Link icon

      protected M withAggregation(String aggregationFunction)
    • withAggregation Link icon

      protected M withAggregation(AggregationFormula aggregationFunction)
    • withFormula Link icon

      protected M withFormula()
    • withPercent Link icon

      protected M withPercent()
    • withPerUnit Link icon

      protected M withPerUnit()
    • withAverage Link icon

      protected M withAverage()
    • withTotal Link icon

      protected M withTotal()
    • setType Link icon

      protected M setType(SeriesType seriesType)
    • setOnZAxis Link icon

      protected M setOnZAxis(Boolean onZAxis)
    • withBoxplotField Link icon

      protected M withBoxplotField()
    • withBoxplotExpression Link icon

      protected Expression<M> withBoxplotExpression()