Uses of Class
io.qt.charts.QChartView.RubberBand
Package | Description |
---|---|
io.qt.charts |
-
Uses of QChartView.RubberBand in io.qt.charts
Methods in io.qt.charts that return QChartView.RubberBand Modifier and Type Method Description 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
QChartView.RubberBand. valueOf(String name)
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.RubberBand Modifier and Type Method Description QChartView.RubberBands
QChartView.RubberBand. combined(QChartView.RubberBand e)
Combines this entry with other enum entry.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.QChartView.RubberBands
QChartView.RubberBands. setFlag(QChartView.RubberBand e)
Sets the flage
QChartView.RubberBands
QChartView.RubberBands. setFlag(QChartView.RubberBand e, boolean on)
Sets or clears the flagflag
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.RubberBand Constructor Description RubberBands(QChartView.RubberBand... args)
Creates a new RubberBands where the flags inargs
are set.