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 class Qt3DAnimation::QKeyFrame
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum Qt3DAnimation::QKeyFrame::InterpolationTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QVector2DbooleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final QVector2Dfinal QVector2Dfinal voidsetCoordinates(QVector2D coords) final voidfinal voidfinal voidMethods 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:io.qt.QtObjectUsed 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
-