java.lang.Object
io.qt.QtObject
io.qt.datavis.QBarDataItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Container for resolved data to be added to bar graphs
Java wrapper for Qt class QBarDataItem
-
Constructor Summary
ConstructorDescriptionQBarDataItem
(float value) QBarDataItem
(float value, float angle) QBarDataItem
(QBarDataItem other) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QBarDataItem other) clone()
Creates and returns a copy of this object.protected final void
SeeQBarDataItem::
createExtraData() final boolean
Seeoperator==(QBarDataItem,
QBarDataItem) boolean
Seeoperator==(QBarDataItem,
QBarDataItem) int
hashCode()
Returns the objects's hash code computed byqHash(QBarDataItem)
.final float
rotation()
final void
setRotation
(float angle) final void
setValue
(float val) final float
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBarDataItem
public QBarDataItem() -
QBarDataItem
-
QBarDataItem
public QBarDataItem(float value) -
QBarDataItem
public QBarDataItem(float value, float angle)
-
-
Method Details
-
createExtraData
See
QBarDataItem::
createExtraData() -
assign
-
equals
See
operator==(QBarDataItem,
QBarDataItem) -
rotation
-
setRotation
-
setValue
-
value
-
equals
See
operator==(QBarDataItem,
QBarDataItem) -
hashCode
Returns the objects's hash code computed byqHash(QBarDataItem)
. -
clone
Creates and returns a copy of this object.
-