java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPointF
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QPointF extends QtObject implements Cloneable
Defines a point in the plane using floating point precision
Java wrapper for Qt class QPointF
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description QPointF
add(QPointF p)
QPointF
clone()
QPointF
divide(double c)
static double
dotProduct(QPointF p1, QPointF p2)
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isNull()
double
manhattanLength()
QPointF
multiply(double c)
void
readFrom(QDataStream arg__1)
void
setX(double x)
void
setY(double y)
QPointF
subtract(QPointF p)
QPoint
toPoint()
String
toString()
QPointF
transposed()
void
writeTo(QDataStream arg__1)
double
x()
double
y()
-
Constructor Details
-
Method Details
-
isNull
-
manhattanLength
-
multiply
-
add
-
subtract
-
divide
-
writeTo
-
readFrom
-
setX
-
setY
-
toPoint
-
transposed
-
x
-
y
-
dotProduct
-
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
-
toString
-
clone
-