java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.datavis.QScatterDataItem
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Container for resolved data to be added to scatter graphs
Java wrapper for Qt class QScatterDataItem
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQScatterDataItem(QScatterDataItem other) QScatterDataItem(QVector3D position) QScatterDataItem(QVector3D position, QQuaternion rotation) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()protected final voidbooleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final QVector3Dposition()final QQuaternionrotation()final voidsetPosition(QVector3D pos) final voidsetRotation(QQuaternion rot) final voidsetX(float value) final voidsetY(float value) final voidsetZ(float value) final floatx()final floaty()final floatz()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QScatterDataItem
public QScatterDataItem() -
QScatterDataItem
-
QScatterDataItem
-
QScatterDataItem
-
QScatterDataItem
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
createExtraData
-
position
-
rotation
-
setPosition
-
setRotation
-
setX
-
setY
-
setZ
-
x
-
y
-
z
-
equals
Description copied from class:io.qt.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
-
clone
-