java.lang.Object
io.qt.internal.QtJambiObject
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 native resources with the other object if the other object is a subtype of QtJambiInterface.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 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
-