java.lang.Object
io.qt.QtObject
io.qt.datavis.QSurfaceDataItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Container for resolved data to be added to surface graphs
Java wrapper for Qt's class QSurfaceDataItem
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQSurfaceDataItem
(QSurfaceDataItem other) QSurfaceDataItem
(QVector3D position) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
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 void
setPosition
(QVector3D pos) 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
-
QSurfaceDataItem
public QSurfaceDataItem() -
QSurfaceDataItem
-
QSurfaceDataItem
-
QSurfaceDataItem
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
createExtraData
-
position
-
setPosition
-
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
-