Class Point2DKeyframe
Package com.here.sdk.animation
Class Point2DKeyframe
- java.lang.Object
-
- com.here.sdk.animation.Point2DKeyframe
-
public final class Point2DKeyframe extends java.lang.ObjectA Point2D keyframe. A keyframe consists of a value and an animation duration.
-
-
Constructor Summary
Constructors Constructor Description Point2DKeyframe(Point2D value, Duration duration)Constructs a Point2DKeyframe from the value and offset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Constructor Detail
-
Point2DKeyframe
public Point2DKeyframe(@NonNull Point2D value, @NonNull Duration duration)Constructs a Point2DKeyframe from the value and offset.
- Parameters:
value-Point2D keyframe value.
duration-Relative animation duration for reaching the keyframe value. Negative duration value gets clamped to 0.
-
-