java.lang.Object
io.qt.internal.QtJambiObject
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 QtDataVisualization::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 native resources with the other object if the other object is a subtype of QtJambiInterface.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 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
-