Interface | Description |
---|---|
JFXTemplateAction<N> |
Class which provides methods for an animation action.
|
JFXTemplateBuilder<N> |
Class which provides the specific builder methods for the whole animation.
|
JFXTemplateConfig<N> |
Class which provides methods for the final animation configuration.
|
JFXTemplateProcess<N> |
Class which provides methods for the animation process.
|
Class | Description |
---|---|
ConditionalInterpolator |
Intercepts a
Interpolator with a defined condition. |
JFXAnimationTemplate<N> |
Class which represents a general
JFXAnimationTemplate . |
JFXAnimationTemplateAction<N,T> |
Class which represents a builder and the configuration of animation keyframes.
|
JFXAnimationTemplateAction.Builder<N,T> | |
JFXAnimationTemplateAction.InitBuilder<N> | |
JFXAnimationTemplateConfig |
Class which represents a builder and the configuration of an animation.
|
JFXAnimationTemplateConfig.Builder | |
JFXAnimationTemplates |
Class which represents the specific animation implementations.
|
JFXTemplateBuilder.JFXAnimationObjectMapBuilder<N> |