Class InterpolateFunction.InterpPoint

Object
InterpPoint
Direct Known Subclasses:
InterpolateFunction.ConstantPoint, InterpolateFunction.DynamicPoint
Enclosing class:
InterpolateFunction

protected abstract class InterpolateFunction.InterpPoint extends Object
  • Constructor Details

    • InterpPoint

      protected InterpPoint()
  • Method Details

    • getValue

      public <T> T getValue(Object object, Class<T> context)