java.lang.Object
io.qt.QtObject
io.qt.graphs.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) SeeQBarDataItem::
QBarDataItem(QBarDataItem) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.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
See
QBarDataItem::
QBarDataItem(QBarDataItem) - Parameters:
other
-
-
QBarDataItem
public QBarDataItem(float value) - Parameters:
value
-
-
QBarDataItem
public QBarDataItem(float value, float angle) - Parameters:
value
-angle
-
-
-
Method Details
-
equals
See
operator==(QBarDataItem,
QBarDataItem) - Parameters:
b
-- Returns:
-
rotation
- Returns:
-
setRotation
- Parameters:
angle
-
-
setValue
- Parameters:
val
-
-
value
- Returns:
-
equals
See
operator==(QBarDataItem,
QBarDataItem) -
hashCode
Returns the objects's hash code computed byqHash(QBarDataItem)
. -
clone
Creates and returns a copy of this object.
See
QBarDataItem::
QBarDataItem(QBarDataItem)
-