java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPointF
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Defines a point in the plane using floating point precision
Java wrapper for Qt class QPointF
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QPointFclone()final QPointFdiv(double divisor) final QPointFdivide(double c) static doubledotProduct(QPointF p1, QPointF p2) booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final booleanisNull()final doublefinal QPointFfinal QPointFmultiply(double c) final QPointFvoidreadFrom(QDataStream arg__1) final voidsetX(double x) final voidsetY(double y) final QPointFfinal QPointFtimes(double c) final QPointtoPoint()toString()final QPointFfinal QPointFfinal QPointFvoidwriteTo(QDataStream arg__1) final doublex()final doubley()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPointF
public QPointF() -
QPointF
-
QPointF
public QPointF(double xpos, double ypos) -
QPointF
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
isNull
-
manhattanLength
-
times
-
multiply
-
unaryPlus
-
plus
-
add
-
unaryMinus
-
minus
-
subtract
-
div
-
divide
-
writeTo
-
readFrom
-
setX
-
setY
-
toPoint
-
transposed
-
x
-
y
-
dotProduct
-
equals
Description copied from class: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
-
toString
-
clone
-