Uses of Class
org.pushingpixels.radiance.animation.api.interpolator.KeyFrames
-
Packages that use KeyFrames Package Description org.pushingpixels.radiance.animation.api -
-
Uses of KeyFrames in org.pushingpixels.radiance.animation.api
Fields in org.pushingpixels.radiance.animation.api declared as KeyFrames Modifier and Type Field Description private KeyFrames<? extends T>
TimelinePropertyBuilder. keyFrames
(package private) KeyFrames<? extends T>
TimelinePropertyBuilder.KeyFramesFieldInfo. keyFrames
Methods in org.pushingpixels.radiance.animation.api with parameters of type KeyFrames Modifier and Type Method Description <P> B
Timeline.BaseBuilder. addPropertyToInterpolate(java.lang.String propName, KeyFrames<P> keyFrames)
TimelinePropertyBuilder<T>
TimelinePropertyBuilder. goingThrough(KeyFrames<? extends T> keyFrames)
Constructors in org.pushingpixels.radiance.animation.api with parameters of type KeyFrames Constructor Description KeyFramesFieldInfo(java.lang.Object obj, java.lang.String fieldName, KeyFrames<? extends T> keyFrames, TimelinePropertyBuilder.PropertySetter<T> propertySetter)
-