Package org.pushingpixels.trident
Class TimelinePropertyBuilder<T>
java.lang.Object
org.pushingpixels.trident.TimelinePropertyBuilder<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Default property getter.static class
Default property setter.static interface
Defines how to access a property.static interface
Defines how to get a property.static interface
Defines 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
-