Uses of Interface
javafx.animation.Interpolatable
Package | Description |
---|---|
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.paint |
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
|
-
Uses of Interpolatable in javafx.geometry
Classes in javafx.geometry that implement Interpolatable Modifier and Type Class Description class
Point2D
A 2D geometric point that usually represents the x, y coordinates.class
Point3D
A 3D geometric point that usually represents the x, y, z coordinates. -
Uses of Interpolatable in javafx.scene.paint
Classes in javafx.scene.paint that implement Interpolatable Modifier and Type Class Description class
Color
The Color class is used to encapsulate colors in the default sRGB color space.