Uses of Interface
org.pushingpixels.radiance.animation.api.TimelinePropertyBuilder.PropertySetter
Packages that use TimelinePropertyBuilder.PropertySetter
-
Uses of TimelinePropertyBuilder.PropertySetter in org.pushingpixels.radiance.animation.api
Subinterfaces of TimelinePropertyBuilder.PropertySetter in org.pushingpixels.radiance.animation.apiModifier and TypeInterfaceDescriptionstatic interfaceDefines how to access a property.Classes in org.pushingpixels.radiance.animation.api that implement TimelinePropertyBuilder.PropertySetterModifier and TypeClassDescriptionstatic classDefault property setter.Fields in org.pushingpixels.radiance.animation.api declared as TimelinePropertyBuilder.PropertySetterModifier and TypeFieldDescriptionprotected TimelinePropertyBuilder.PropertySetter<F> TimelinePropertyBuilder.AbstractFieldInfo.setterprivate TimelinePropertyBuilder.PropertySetter<T> TimelinePropertyBuilder.setterMethods in org.pushingpixels.radiance.animation.api that return TimelinePropertyBuilder.PropertySetterModifier and TypeMethodDescriptionprivate static <T> TimelinePropertyBuilder.PropertySetter<T> TimelinePropertyBuilder.getPropertySetter(Object obj, String fieldName, TimelinePropertyBuilder.PropertySetter<T> pSetter) Methods in org.pushingpixels.radiance.animation.api with parameters of type TimelinePropertyBuilder.PropertySetterModifier and TypeMethodDescriptionprivate static <T> TimelinePropertyBuilder.PropertySetter<T> TimelinePropertyBuilder.getPropertySetter(Object obj, String fieldName, TimelinePropertyBuilder.PropertySetter<T> pSetter) TimelinePropertyBuilder.setWith(TimelinePropertyBuilder.PropertySetter<T> pSetter) Constructors in org.pushingpixels.radiance.animation.api with parameters of type TimelinePropertyBuilder.PropertySetterModifierConstructorDescription(package private)AbstractFieldInfo(Object obj, String fieldName, TimelinePropertyBuilder.PropertyGetter<F> pGetter, TimelinePropertyBuilder.PropertySetter<F> pSetter) (package private)GenericFieldInfo(Object obj, String fieldName, T from, Supplier<T> fromSupplier, T to, Supplier<T> toSupplier, PropertyInterpolator<T> propertyInterpolator, TimelinePropertyBuilder.PropertySetter<T> propertySetter) (package private)GenericFieldInfoTo(Object obj, String fieldName, T to, Supplier<T> toSupplier, PropertyInterpolator<T> propertyInterpolator, TimelinePropertyBuilder.PropertyGetter<T> propertyGetter, TimelinePropertyBuilder.PropertySetter<T> propertySetter) (package private)KeyFramesFieldInfo(Object obj, String fieldName, KeyFrames<? extends T> keyFrames, TimelinePropertyBuilder.PropertySetter<T> propertySetter)