Tweenable

scalafx.animation.Tweenable
See theTweenable companion object
class Tweenable[T, J](target: WritableValue[J], endValue: J)

Class factory for new scalafx.animation.KeyValues.

Type parameters

J

Indicates Java type to be wrapped by T. Eventually T and J could be the same.

T

Indicates Scala type that will be returned for this property.

Value parameters

endValue

end value.

target

target.

Attributes

Constructor

Creates a new $TW

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def endValue: J
Implicitly added by tweenable2KeyFrame

Returns the end value of this KeyValue.

Returns the end value of this KeyValue.

Attributes

def interpolator: Interpolator
Implicitly added by tweenable2KeyFrame

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.

Attributes

def linear: KeyValue[J, J]
def target: WritableValue[T]
Implicitly added by tweenable2KeyFrame

Returns the target of this KeyValue.

Returns the target of this KeyValue.

Attributes

def tween(interpolator: Interpolator): KeyValue[J, J]

Returns a new scalafx.animation.KeyValue with a determinate Interpolator.

Returns a new scalafx.animation.KeyValue with a determinate Interpolator.

Value parameters

interpolator

Interpolator to be used in KeyFrame.

Attributes

Concrete fields

override val delegate: KeyValue
Implicitly added by tweenable2KeyFrame

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes