java.lang.Object
io.qt.QtObject
io.qt.qt3d.animation.QKeyFrame
- All Implemented Interfaces:
QtObjectInterface
A base class for handling keyframes
Java wrapper for Qt's class Qt3DAnimation::QKeyFrame
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum Qt3DAnimation::QKeyFrame::InterpolationTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QVector2D
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final QVector2D
final QVector2D
final void
setCoordinates
(QVector2D coords) final void
final void
final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QKeyFrame
public QKeyFrame() -
QKeyFrame
-
QKeyFrame
-
QKeyFrame
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
coordinates
-
interpolationType
-
leftControlPoint
-
rightControlPoint
-
setCoordinates
-
setInterpolationType
-
setLeftControlPoint
-
setRightControlPoint
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-