java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QMatrix2x4
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QMatrix2x4
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQMatrix2x4
(float[] values) QMatrix2x4
(QMatrix2x4 other) protected
Constructor for internal use only.QMatrix2x4
(FloatBuffer values) -
Method Summary
Modifier and TypeMethodDescriptionfinal QMatrix2x4
add
(QMatrix2x4 other) final float[]
array()
clone()
final void
copyDataTo
(float[] values) final void
copyDataTo
(FloatBuffer values) final FloatBuffer
data()
final QMatrix2x4
divide
(float divisor) boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final void
fill
(float value) int
hashCode()
final boolean
final QMatrix2x4
multiply
(float factor) final void
final void
setValue
(int row, int column, float value) final QMatrix2x4
subtract
(QMatrix2x4 other) final QMatrix4x2
final float
value
(int row, int column) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMatrix2x4
public QMatrix2x4() -
QMatrix2x4
-
QMatrix2x4
-
QMatrix2x4
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
QMatrix2x4
public QMatrix2x4(float[] values)
-
-
Method Details
-
copyDataTo
-
data
-
array
-
fill
-
isIdentity
-
setValue
-
value
-
multiply
-
add
-
subtract
-
divide
-
setToIdentity
-
transposed
-
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
-
copyDataTo
-
clone
-