|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pushingpixels.trident.TimelinePropertyBuilder<T>
public class TimelinePropertyBuilder<T>
Nested Class Summary | |
---|---|
static class |
TimelinePropertyBuilder.DefaultPropertyGetter<T>
Default property getter. |
static class |
TimelinePropertyBuilder.DefaultPropertySetter<T>
Default property setter. |
static interface |
TimelinePropertyBuilder.PropertyAccessor<T>
Defines how to access a property. |
static interface |
TimelinePropertyBuilder.PropertyGetter<T>
Defines how to get a property. |
static interface |
TimelinePropertyBuilder.PropertySetter<T>
Defines how to set a property. |
Method Summary | |
---|---|
TimelinePropertyBuilder<T> |
accessWith(TimelinePropertyBuilder.PropertyAccessor<T> pAccessor)
|
TimelinePropertyBuilder<T> |
from(T startValue)
|
TimelinePropertyBuilder<T> |
fromCurrent()
|
TimelinePropertyBuilder<T> |
getWith(TimelinePropertyBuilder.PropertyGetter<T> pGetter)
|
TimelinePropertyBuilder<T> |
goingThrough(KeyFrames<T> keyFrames)
|
TimelinePropertyBuilder<T> |
interpolatedWith(PropertyInterpolator<T> pInterpolator)
|
TimelinePropertyBuilder<T> |
on(Object object)
|
TimelinePropertyBuilder<T> |
setWith(TimelinePropertyBuilder.PropertySetter<T> pSetter)
|
TimelinePropertyBuilder<T> |
to(T endValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public TimelinePropertyBuilder<T> from(T startValue)
public TimelinePropertyBuilder<T> fromCurrent()
public TimelinePropertyBuilder<T> to(T endValue)
public TimelinePropertyBuilder<T> on(Object object)
public TimelinePropertyBuilder<T> interpolatedWith(PropertyInterpolator<T> pInterpolator)
public TimelinePropertyBuilder<T> setWith(TimelinePropertyBuilder.PropertySetter<T> pSetter)
public TimelinePropertyBuilder<T> getWith(TimelinePropertyBuilder.PropertyGetter<T> pGetter)
public TimelinePropertyBuilder<T> accessWith(TimelinePropertyBuilder.PropertyAccessor<T> pAccessor)
public TimelinePropertyBuilder<T> goingThrough(KeyFrames<T> keyFrames)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |