public interface CAMediaTiming
| Modifier and Type | Method and Description |
|---|---|
boolean |
autoreverses()
When true, the object plays backwards after playing forwards.
|
double |
beginTime()
The begin time of the object, in relation to its parent object, if
applicable.
|
double |
duration()
The basic duration of the object.
|
java.lang.String |
fillMode()
Defines how the timed object behaves outside its active duration.
|
float |
repeatCount()
The repeat count of the object.
|
double |
repeatDuration()
The repeat duration of the object.
|
void |
setAutoreverses(boolean value)
When true, the object plays backwards after playing forwards.
|
void |
setBeginTime(double value)
The begin time of the object, in relation to its parent object, if
applicable.
|
void |
setDuration(double value)
The basic duration of the object.
|
void |
setFillMode(java.lang.String value)
Defines how the timed object behaves outside its active duration.
|
void |
setRepeatCount(float value)
The repeat count of the object.
|
void |
setRepeatDuration(double value)
The repeat duration of the object.
|
void |
setSpeed(float value)
The rate of the layer.
|
void |
setTimeOffset(double value)
Additional offset in active local time.
|
float |
speed()
The rate of the layer.
|
double |
timeOffset()
Additional offset in active local time.
|
boolean autoreverses()
double beginTime()
double duration()
java.lang.String fillMode()
float repeatCount()
double repeatDuration()
void setAutoreverses(boolean value)
void setBeginTime(double value)
void setDuration(double value)
void setFillMode(java.lang.String value)
void setRepeatCount(float value)
void setRepeatDuration(double value)
void setSpeed(float value)
void setTimeOffset(double value)
float speed()
double timeOffset()