Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Defines a key value to be interpolated for a particular interval along the animation.

By default, Interpolator.LINEAR is used in the interval.

See Also:
Interpolator, KeyValueTarget

Profile: common

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicinterpolateInterpolatorInterpolator.LINEAR

Interpolator to be used for calculating the key value along the particular interval.

Interpolator to be used for calculating the key value along the particular interval. By default, Interpolator.LINEAR is used.

Interpolator.LINEAR

Profile: common

 
publictargetKeyValueTargetnull

Target variable holds the key value.

publicvalueObjectnull

Target value

Inherited Variables

Inherited Functions