java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.datavis.QBarDataItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QBarDataItem extends QtObject implements Cloneable
Container for resolved data to be added to bar graphs
Java wrapper for Qt class QtDataVisualization::QBarDataItem
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QBarDataItem()
QBarDataItem(float value)
QBarDataItem(float value, float angle)
QBarDataItem(QBarDataItem other)
protected
QBarDataItem(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QBarDataItem
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()
float
rotation()
void
setRotation(float angle)
void
setValue(float val)
float
value()
-
Constructor Details
-
QBarDataItem
public QBarDataItem() -
QBarDataItem
-
QBarDataItem
public QBarDataItem(float value) -
QBarDataItem
public QBarDataItem(float value, float angle) -
QBarDataItem
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
createExtraData
-
rotation
-
setRotation
-
setValue
-
value
-
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
-