Package | Description |
---|---|
com.sun.scenario.animation.shared |
Modifier and Type | Class and Description |
---|---|
(package private) class |
GeneralClipInterpolator
General implementation of ClipInterpolator, which covers all use-cases.
|
(package private) class |
SimpleClipInterpolator
Simplified implementation of ClipCore, which is used for timelines with
exactly two keyframes.
|
Modifier and Type | Field and Description |
---|---|
private ClipInterpolator |
TimelineClipCore.clipInterpolator |
Modifier and Type | Method and Description |
---|---|
(package private) static ClipInterpolator |
ClipInterpolator.create(KeyFrame[] keyFrames,
long[] keyFrameTicks) |
(package private) abstract ClipInterpolator |
ClipInterpolator.setKeyFrames(KeyFrame[] keyFrames,
long[] keyFrameTicks)
Changes the keyframes.
|
(package private) ClipInterpolator |
GeneralClipInterpolator.setKeyFrames(KeyFrame[] keyFrames,
long[] keyFrameTicks) |
(package private) ClipInterpolator |
SimpleClipInterpolator.setKeyFrames(KeyFrame[] keyFrames,
long[] keyFrameTicks) |