Uses of Class
org.pushingpixels.radiance.animation.api.interpolator.KeyFrames
Packages that use KeyFrames
-
Uses of KeyFrames in org.pushingpixels.radiance.animation.api
Fields in org.pushingpixels.radiance.animation.api declared as KeyFramesModifier and TypeFieldDescriptionTimelinePropertyBuilder.keyFrames
TimelinePropertyBuilder.KeyFramesFieldInfo.keyFrames
Methods in org.pushingpixels.radiance.animation.api with parameters of type KeyFramesModifier and TypeMethodDescription<P> B
Timeline.BaseBuilder.addPropertyToInterpolate
(String propName, KeyFrames<P> keyFrames) TimelinePropertyBuilder.goingThrough
(KeyFrames<? extends T> keyFrames) Constructors in org.pushingpixels.radiance.animation.api with parameters of type KeyFramesModifierConstructorDescription(package private)
KeyFramesFieldInfo
(Object obj, String fieldName, KeyFrames<? extends T> keyFrames, TimelinePropertyBuilder.PropertySetter<T> propertySetter)