Uses of Class
org.pushingpixels.trident.TimelinePropertyBuilder

Packages that use TimelinePropertyBuilder
org.pushingpixels.trident   
 

Uses of TimelinePropertyBuilder in org.pushingpixels.trident
 

Methods in org.pushingpixels.trident that return TimelinePropertyBuilder
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.accessWith(TimelinePropertyBuilder.PropertyAccessor<T> pAccessor)
           
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.from(T startValue)
           
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.fromCurrent()
           
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.getWith(TimelinePropertyBuilder.PropertyGetter<T> pGetter)
           
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.goingThrough(KeyFrames<T> keyFrames)
           
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.interpolatedWith(PropertyInterpolator<T> pInterpolator)
           
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.on(java.lang.Object object)
           
static
<T> TimelinePropertyBuilder<T>
Timeline.property(java.lang.String propertyName)
           
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.setWith(TimelinePropertyBuilder.PropertySetter<T> pSetter)
           
 TimelinePropertyBuilder<T> TimelinePropertyBuilder.to(T endValue)
           
 

Methods in org.pushingpixels.trident with parameters of type TimelinePropertyBuilder
<T> void
Timeline.addPropertyToInterpolate(TimelinePropertyBuilder<T> propertyBuilder)
           
 



Copyright © 2010. All Rights Reserved.