Uses of Class
yearreview.app.animation.AnimationCurveControlPoint
Packages that use AnimationCurveControlPoint
-
Uses of AnimationCurveControlPoint in yearreview.app.animation
Fields in yearreview.app.animation declared as AnimationCurveControlPointModifier and TypeFieldDescriptionprivate final AnimationCurveControlPoint[]
AnimationCurve.controlPoints
BezierControlPoints used to initially create the curve.Methods in yearreview.app.animation with parameters of type AnimationCurveControlPointModifier and TypeMethodDescriptionprotected static BezierCurve
AnimationCurveControlPoint.constructBezierBetween
(AnimationCurveControlPoint p1, AnimationCurveControlPoint p2) Constructs aBezier
between two Control-Points.private static boolean
AnimationCurve.validateControlPoints
(AnimationCurveControlPoint[] controlPoints) Validates the Control-Points of an AnimationCurve.Constructors in yearreview.app.animation with parameters of type AnimationCurveControlPointModifierConstructorDescriptionAnimationCurve
(AnimationCurveControlPoint... controlPoints) Constructs a AnimationCurve from a set of Control-Points.