Class TimelinePropertyBuilder<T>
java.lang.Object
org.pushingpixels.radiance.animation.api.TimelinePropertyBuilder<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDefault property getter.static classDefault property setter.static interfaceDefines how to access a property.static interfaceDefines how to get a property.static interfaceDefines how to set a property. -
Method Summary
Modifier and TypeMethodDescriptionaccessWith(TimelinePropertyBuilder.PropertyAccessor<T> pAccessor) fromSupplier(Supplier<T> supplier) getWith(TimelinePropertyBuilder.PropertyGetter<T> pGetter) goingThrough(KeyFrames<? extends T> keyFrames) interpolatedWith(PropertyInterpolator<T> pInterpolator) setWith(TimelinePropertyBuilder.PropertySetter<T> pSetter) toSupplier(Supplier<T> supplier)
-
Method Details
-
from
-
fromSupplier
-
fromCurrent
-
to
-
toSupplier
-
on
-
interpolatedWith
-
setWith
-
getWith
-
accessWith
-
goingThrough
-