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.RubberBand
QChartView.RubberBand.resolve
(int value) Returns the corresponding enum entry for the given value.static QChartView.RubberBand
Returns 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.combined
(QChartView.RubberBand e) Combines this entry with other enum entry.final QChartView.RubberBands
QChartView.RubberBands.combined
(QChartView.RubberBand e) Combines this flags with enum entry.static QChartView.RubberBands
QChartView.RubberBand.flags
(QChartView.RubberBand... values) Creates a newQChartView.RubberBands
from the entries.final QChartView.RubberBands
QChartView.RubberBands.setFlag
(QChartView.RubberBand e) Sets the flage
final QChartView.RubberBands
QChartView.RubberBands.setFlag
(QChartView.RubberBand e, boolean on) Sets or clears the flagflag
final void
QChartView.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 inargs
are set.