java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QKeyFrame
- All Implemented Interfaces:
QtObjectInterface
public class QKeyFrame extends QtObject
A base class for handling keyframes
Java wrapper for Qt class Qt3DAnimation::QKeyFrame
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QKeyFrame.InterpolationType
Java wrapper for Qt enum Qt3DAnimation::QKeyFrame::InterpolationType -
Constructor Summary
-
Method Summary
Modifier and Type Method Description QVector2D
coordinates()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
QKeyFrame.InterpolationType
interpolationType()
QVector2D
leftControlPoint()
QVector2D
rightControlPoint()
void
setCoordinates(QVector2D coords)
void
setInterpolationType(QKeyFrame.InterpolationType interp)
void
setLeftControlPoint(QVector2D lh)
void
setRightControlPoint(QVector2D rh)
-
Constructor Details
-
Method Details
-
coordinates
-
interpolationType
-
leftControlPoint
-
rightControlPoint
-
setCoordinates
-
setInterpolationType
-
setLeftControlPoint
-
setRightControlPoint
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-