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 QtDataVisualization::QScatterDataItem
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQScatterDataItem
(QScatterDataItem other) QScatterDataItem
(QVector3D position) QScatterDataItem
(QVector3D position, QQuaternion rotation) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QScatterDataItem other) clone()
protected final void
boolean
Used 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.int
hashCode()
final QVector3D
position()
final QQuaternion
rotation()
final void
setPosition
(QVector3D pos) final void
setRotation
(QQuaternion rot) final void
setX
(float value) final void
setY
(float value) final void
setZ
(float value) final float
x()
final float
y()
final float
z()
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:QtObject
Used 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
-