Uses of Class
eu.bandm.music.entities.InterpolationKind
Packages that use InterpolationKind
-
Uses of InterpolationKind in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as InterpolationKindModifier and TypeFieldDescriptionstatic final InterpolationKindInterpolationKind.anticipatingSmall first part going in the wrong direction, than going to the target calue .static final InterpolationKindInterpolationKind.anticipatingOvershootingCombines anticipating and overshootingstatic final InterpolationKindInterpolationKind.antiExponentialNegative exponential interpolation = decreasing steepness.static final InterpolationKindInterpolationKind.bouncingAfter reaching the target swing around it in decreasing amplitudes.static final InterpolationKindInterpolationKind.exponentialExponential interpolation = increasing steepness.static final InterpolationKindInterpolationKind.exponentialAntiExponentialFirst half exponential, second half anti exponentialstatic final InterpolationKindInterpolationKind.linearLinear interpolationstatic final InterpolationKindInterpolationKind.noInterpolationNo interpolation = a constant function staying on one value.static final InterpolationKindInterpolationKind.overshootingShort before end of the interval overshoot over the target and reach it from the wrong direction.Fields in eu.bandm.music.entities with type parameters of type InterpolationKindModifier and TypeFieldDescriptionstatic final EntityCatalog<InterpolationKind> InterpolationKind.catalogCatalog of predefined interpolation kinds and their multi-lingual namings.Constructor parameters in eu.bandm.music.entities with type arguments of type InterpolationKindModifierConstructorDescriptionprotectedOnly constructor.