public interface JFXTemplateProcess<N>
KeyFrame
and represents a CSS like
percentage definition (for a specific part) in keyframe animations.Modifier and Type | Method and Description |
---|---|
JFXTemplateAction<N> |
from()
Defines a percentage value of 0 in the specific animation interval.
|
JFXTemplateAction<N> |
percent(double percent,
double... percents)
Takes a percentage value or percentage values between 0 and 100 which defines the specific
animation interval.
|
JFXTemplateAction<N> |
to()
Defines a percentage value of 100 in the specific animation interval.
|
JFXTemplateAction<N> percent(double percent, double... percents)
percent
- the percentage value.percents
- the percentage values.JFXTemplateAction
instance.JFXTemplateAction<N> from()
JFXTemplateAction
instance.JFXTemplateAction<N> to()
JFXTemplateAction
instance.