Uses of Enum
io.qt.charts.QChartView.RubberBand
Packages that use QChartView.RubberBand
-
Uses of QChartView.RubberBand in io.qt.charts
Methods in io.qt.charts that return QChartView.RubberBandModifier and TypeMethodDescriptionfinal QChartView.RubberBand []QChartView.RubberBands.flags()Returns an array of flag objects represented by this RubberBands.static QChartView.RubberBandQChartView.RubberBand.resolve(int value) Returns the corresponding enum entry for the given value.static QChartView.RubberBandReturns the enum constant of this type with the specified name.static QChartView.RubberBand[]QChartView.RubberBand.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 QChartView.RubberBandModifier and TypeMethodDescriptionQChartView.RubberBand.cleared(QChartView.RubberBand e) Excludes other enum entry from a flag of this entry.QChartView.RubberBand.combined(QChartView.RubberBand e) Combines this entry with other enum entry.final QChartView.RubberBandsQChartView.RubberBands.combined(QChartView.RubberBand e) Combines this flags with enum entry.static QChartView.RubberBandsQChartView.RubberBand.flags(QChartView.RubberBand ... values) Creates a newQChartView.RubberBandsfrom the entries.final QChartView.RubberBandsQChartView.RubberBands.setFlag(QChartView.RubberBand e) Sets the flagefinal QChartView.RubberBandsQChartView.RubberBands.setFlag(QChartView.RubberBand e, boolean on) Sets or clears the flagflagfinal voidQChartView.setRubberBand(QChartView.RubberBand ... rubberBands) Overloaded function forQChartView.setRubberBand(io.qt.charts.QChartView.RubberBands).Constructors in io.qt.charts with parameters of type QChartView.RubberBandModifierConstructorDescriptionRubberBands(QChartView.RubberBand ... args) Creates a new RubberBands where the flags inargsare set.