java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.datavis.QScatterDataItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QScatterDataItem extends QtObject implements Cloneable
Container for resolved data to be added to scatter graphs
Java wrapper for Qt class QtDataVisualization::QScatterDataItem
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QScatterDataItem()
QScatterDataItem(QScatterDataItem other)
QScatterDataItem(QVector3D position)
QScatterDataItem(QVector3D position, QQuaternion rotation)
protected
QScatterDataItem(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QScatterDataItem
clone()
protected void
createExtraData()
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()
QVector3D
position()
QQuaternion
rotation()
void
setPosition(QVector3D pos)
void
setRotation(QQuaternion rot)
void
setX(float value)
void
setY(float value)
void
setZ(float value)
float
x()
float
y()
float
z()
-
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: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
-
clone
-