Uses of Class
io.qt.charts.QChart.AnimationOption
Package | Description |
---|---|
io.qt.charts |
-
Uses of QChart.AnimationOption in io.qt.charts
Methods in io.qt.charts that return QChart.AnimationOption Modifier and Type Method Description QChart.AnimationOption[]
QChart.AnimationOptions. flags()
Returns an array of flag objects represented by this AnimationOptions.static QChart.AnimationOption
QChart.AnimationOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QChart.AnimationOption
QChart.AnimationOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QChart.AnimationOption[]
QChart.AnimationOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.charts with parameters of type QChart.AnimationOption Modifier and Type Method Description QChart.AnimationOptions
QChart.AnimationOption. combined(QChart.AnimationOption e)
Combines this entry with other enum entry.QChart.AnimationOptions
QChart.AnimationOptions. combined(QChart.AnimationOption e)
Combines this flags with enum entry.static QChart.AnimationOptions
QChart.AnimationOption. flags(QChart.AnimationOption... values)
Creates a newQChart.AnimationOptions
from the entries.void
QChart. setAnimationOptions(QChart.AnimationOption... options)
Overloaded function forQChart.setAnimationOptions(io.qt.charts.QChart.AnimationOptions)
.QChart.AnimationOptions
QChart.AnimationOptions. setFlag(QChart.AnimationOption e)
Sets the flage
QChart.AnimationOptions
QChart.AnimationOptions. setFlag(QChart.AnimationOption e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.charts with parameters of type QChart.AnimationOption Constructor Description AnimationOptions(QChart.AnimationOption... args)
Creates a new AnimationOptions where the flags inargs
are set.