Uses of Class
eu.bandm.music.entities.InterpolationKind
-
Uses of InterpolationKind in eu.bandm.music.entities
Modifier and TypeFieldDescriptionstatic final InterpolationKind
InterpolationKind.anticipating
Small first part going in the wrong direction, than going to the target calue .static final InterpolationKind
InterpolationKind.anticipatingOvershooting
Combines anticipating and overshootingstatic final InterpolationKind
InterpolationKind.antiExponential
Negative exponential interpolation = decreasing steepness.static final InterpolationKind
InterpolationKind.bouncing
After reaching the target swing around it in decreasing amplitudes.static final InterpolationKind
InterpolationKind.exponential
Exponential interpolation = increasing steepness.static final InterpolationKind
InterpolationKind.exponentialAntiExponential
First half exponential, second half anti exponentialstatic final InterpolationKind
InterpolationKind.linear
Linear interpolationstatic final InterpolationKind
InterpolationKind.noInterpolation
No interpolation = a constant function staying on one value.static final InterpolationKind
InterpolationKind.overshooting
Short before end of the interval overshoot over the target and reach it from the wrong direction.Modifier and TypeFieldDescriptionstatic final EntityCatalog<InterpolationKind>
InterpolationKind.catalog
Catalog of predefined interpolation kinds and their multi-lingual namings.ModifierConstructorDescriptionprotected
Only constructor.