java.lang.Object
io.qt.QtObject
io.qt.core.QEasingCurve
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Easing curves for controlling animation
Java wrapper for Qt class QEasingCurve
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Java wrapper for Qt callableQEasingCurve::EasingFunction
static enum
Java wrapper for Qt enumQEasingCurve::Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionOverloaded constructor forQEasingCurve(io.qt.core.QEasingCurve.Type)
withtype = io.qt.core.QEasingCurve.Type.Linear
.QEasingCurve
(QEasingCurve other) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addCubicBezierSegment
(QPointF c1, QPointF c2, QPointF endPoint) final void
addTCBSegment
(QPointF nextPoint, double t, double c, double b) final double
final void
assign
(QEasingCurve other) clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QEasingCurve)
.final double
final double
period()
void
readFrom
(QDataStream arg__1) final void
setAmplitude
(double amplitude) final void
final void
setOvershoot
(double overshoot) final void
setPeriod
(double period) final void
setType
(QEasingCurve.Type type) final void
swap
(QEasingCurve other) toString()
Seeoperator<<(QDebug,
QEasingCurve) final QEasingCurve.Type
type()
final double
valueForProgress
(double progress) void
writeTo
(QDataStream arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QEasingCurve
-
QEasingCurve
-
QEasingCurve
public QEasingCurve()Overloaded constructor for
QEasingCurve(io.qt.core.QEasingCurve.Type)
withtype = io.qt.core.QEasingCurve.Type.Linear
.
-
-
Method Details
-
addCubicBezierSegment
-
addTCBSegment
-
amplitude
-
customType
-
writeTo
-
assign
-
readFrom
-
overshoot
-
period
-
setAmplitude
-
setCustomType
-
setOvershoot
-
setPeriod
-
setType
-
swap
-
toCubicSpline
-
type
-
valueForProgress
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QEasingCurve)
. -
toString
See
operator<<(QDebug,
QEasingCurve) -
clone
Creates and returns a copy of this object.
-