|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterpolateValueTree
A tree node for a JavaFX interpolate value description, such as
"500 tween LINEAR", where the interpolate type is LINEAR
while 500 is the value to interpolate over.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sun.javafx.api.tree.Tree |
|---|
Tree.JavaFXKind |
| Method Summary | |
|---|---|
ExpressionTree |
getAttribute()
Returns the target attribute to which this value applies. |
ExpressionTree |
getInterpolation()
The interpolation to be run, such as LINEAR or
EASEIN. |
ExpressionTree |
getValue()
Returns the value for the interpolation. |
| Methods inherited from interface com.sun.javafx.api.tree.Tree |
|---|
accept, getJavaFXKind, isMissing |
| Method Detail |
|---|
ExpressionTree getAttribute()
ExpressionTree getInterpolation()
LINEAR or
EASEIN.
ExpressionTree getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||