java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGGeometry.TexturedPoint2D
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QSGGeometry
QSGGeometry::TexturedPoint2D struct is a convenience struct for accessing 2D Points with texture coordinates
Java wrapper for Qt's class QSGGeometry::TexturedPoint2D
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
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 void
set
(float nx, float ny, float ntx, float nty) final void
setTx
(float tx) final void
setTy
(float ty) final void
setX
(float x) final void
setY
(float y) final float
tx()
final float
ty()
final float
x()
final float
y()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
TexturedPoint2D
public TexturedPoint2D() -
TexturedPoint2D
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
setTx
-
tx
-
setTy
-
ty
-
setX
-
x
-
setY
-
y
-
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
-
clone
-