Uses of Enum
io.qt.charts.QChart.AnimationOption
Packages that use QChart.AnimationOption
-
Uses of QChart.AnimationOption in io.qt.charts
Methods in io.qt.charts that return QChart.AnimationOptionModifier and TypeMethodDescriptionfinal 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
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.AnimationOptionModifier and TypeMethodDescriptionQChart.AnimationOption.combined
(QChart.AnimationOption e) Combines this entry with other enum entry.final 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.final void
QChart.setAnimationOptions
(QChart.AnimationOption ... options) Overloaded function forQChart.setAnimationOptions(io.qt.charts.QChart.AnimationOptions)
.final QChart.AnimationOptions
QChart.AnimationOptions.setFlag
(QChart.AnimationOption e) Sets the flage
final 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.AnimationOptionModifierConstructorDescriptionAnimationOptions
(QChart.AnimationOption... args) Creates a new AnimationOptions where the flags inargs
are set.