Class LimitToMeasure<S extends AbstractChartSeries<?,S>>

Object
ObjectIdentity
BacklinkBuilder<S>
AggrFieldAxis<S>
LimitToMeasure<S>

public class LimitToMeasure<S extends AbstractChartSeries<?,S>> extends AggrFieldAxis<S>
  • Field Summary

    Fields inherited from class BacklinkBuilder

    METHOD_BACK

    Fields inherited from class ObjectIdentity

    classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
  • Constructor Summary

    Constructors
    Constructor
    Description
    LimitToMeasure(S backLink, String instanceId, String classId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    setMeasure(String measure)
     

    Methods inherited from class AggrFieldAxis

    withAggregation, withAggregation, withAverage, withExpression, withFormula, withPercent, withPerUnit, withTotal

    Methods inherited from class BacklinkBuilder

    back, getParent

    Methods inherited from class ObjectIdentity

    addInvocation, addInvocation

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LimitToMeasure

      public LimitToMeasure(S backLink, String instanceId, String classId)
  • Method Details