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.

Users will not normally use this class directly. It is a runtime support class for the animation feature of the JavaFX compiler.

See Also:
Interpolator, KeyValueTarget

Profile: common

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-initinterpolateInterpolatorInterpolator.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

 
public-inittargetKeyValueTargetnull

Target variable holds the key value.

public-initvaluefunction():Objectnull

Target value

Inherited Variables

Inherited Functions