Package org.pushingpixels.trident
Class TimelinePropertyBuilder<T>
java.lang.Object
org.pushingpixels.trident.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) getWith(TimelinePropertyBuilder.PropertyGetter<T> pGetter) goingThrough(KeyFrames<T> keyFrames) interpolatedWith(PropertyInterpolator<T> pInterpolator) setWith(TimelinePropertyBuilder.PropertySetter<T> pSetter)
-
Method Details
-
from
-
fromCurrent
-
to
-
on
-
interpolatedWith
-
setWith
-
getWith
-
accessWith
-
goingThrough
-