public class TimelineClipCore extends Object
Constructor and Description |
---|
TimelineClipCore(Timeline timeline) |
Modifier and Type | Method and Description |
---|---|
void |
abort()
This method is called if while visiting a keyframe of a timeline the time
or rate are changed, or if the timeline is stopped.
|
void |
jumpTo(long ticks,
boolean forceJump) |
void |
notifyCurrentRateChanged() |
void |
playTo(long ticks)
Called to visit all keyframes within a specified time-interval.
|
Duration |
setKeyFrames(Collection<KeyFrame> keyFrames)
Changes the keyframes.
|
void |
start(boolean forceSync) |
public TimelineClipCore(Timeline timeline)
public Duration setKeyFrames(Collection<KeyFrame> keyFrames)
public void notifyCurrentRateChanged()
public void abort()
public void jumpTo(long ticks, boolean forceJump)
public void start(boolean forceSync)
public void playTo(long ticks)
Copyright © 2020. All rights reserved.