java.lang.Object
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's 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 TypeMethodDescriptionfinal voidassign(QScatterDataItem other) clone()protected final voidbooleanUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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
-
assign
-
position
-
rotation
-
setPosition
-
setRotation
-
setX
-
setY
-
setZ
-
x
-
y
-
z
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-