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.AnimationOptionQChart.AnimationOption.resolve(int value) Returns the corresponding enum entry for the given value.static QChart.AnimationOptionReturns 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.cleared(QChart.AnimationOption e) Excludes other enum entry from a flag of this entry.QChart.AnimationOption.combined(QChart.AnimationOption e) Combines this entry with other enum entry.final QChart.AnimationOptionsQChart.AnimationOptions.combined(QChart.AnimationOption e) Combines this flags with enum entry.static QChart.AnimationOptionsQChart.AnimationOption.flags(QChart.AnimationOption ... values) Creates a newQChart.AnimationOptionsfrom the entries.final voidQChart.setAnimationOptions(QChart.AnimationOption ... options) Overloaded function forQChart.setAnimationOptions(io.qt.charts.QChart.AnimationOptions).final QChart.AnimationOptionsQChart.AnimationOptions.setFlag(QChart.AnimationOption e) Sets the flagefinal QChart.AnimationOptionsQChart.AnimationOptions.setFlag(QChart.AnimationOption e, boolean on) Sets or clears the flagflagConstructors in io.qt.charts with parameters of type QChart.AnimationOptionModifierConstructorDescriptionAnimationOptions(QChart.AnimationOption ... args) Creates a new AnimationOptions where the flags inargsare set.