java.lang.Object
io.qt.QtObject
io.qt.quick.QSGGeometry.Point2D
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QSGGeometry
QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points
Java wrapper for Qt class QSGGeometry::Point2D
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final booleanequals(QSGGeometry.Point2D value2) Seeoperator==(QSGGeometry::Point2D,QSGGeometry::Point2D) booleanSeeoperator==(QSGGeometry::Point2D,QSGGeometry::Point2D) inthashCode()Returns the objects's hash code computed byqHash(QSGGeometry::Point2D).final voidset(float nx, float ny) final voidsetX(float x) SeeQSGGeometry::Point2D::x final voidsetY(float y) SeeQSGGeometry::Point2D::y final floatx()SeeQSGGeometry::Point2D::x final floaty()SeeQSGGeometry::Point2D::y Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Point2D
public Point2D()See
QSGGeometry::Point2D::Point2D()
-
-
Method Details
-
equals
See
operator==(QSGGeometry::Point2D,QSGGeometry::Point2D) -
set
-
setX
See
QSGGeometry::Point2D::x -
x
See
QSGGeometry::Point2D::x -
setY
See
QSGGeometry::Point2D::y -
y
See
QSGGeometry::Point2D::y -
equals
See
operator==(QSGGeometry::Point2D,QSGGeometry::Point2D) -
hashCode
Returns the objects's hash code computed byqHash(QSGGeometry::Point2D). -
clone
Creates and returns a copy of this object.
-