public class TimelinePropertyBuilder<T>
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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(java.lang.Object object) |
|
TimelinePropertyBuilder<T> |
setWith(TimelinePropertyBuilder.PropertySetter<T> pSetter) |
|
TimelinePropertyBuilder<T> |
to(T endValue) |
public TimelinePropertyBuilder<T> from(T startValue)
public TimelinePropertyBuilder<T> fromCurrent()
public TimelinePropertyBuilder<T> to(T endValue)
public TimelinePropertyBuilder<T> on(java.lang.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)