Uses of Class
io.qt.charts.QPolarChart.PolarOrientation
Package | Description |
---|---|
io.qt.charts |
-
Uses of QPolarChart.PolarOrientation in io.qt.charts
Methods in io.qt.charts that return QPolarChart.PolarOrientation Modifier and Type Method Description static QPolarChart.PolarOrientation
QPolarChart. axisPolarOrientation(QAbstractAxis axis)
QPolarChart.PolarOrientation[]
QPolarChart.PolarOrientations. flags()
Returns an array of flag objects represented by this PolarOrientations.static QPolarChart.PolarOrientation
QPolarChart.PolarOrientation. resolve(int value)
Returns the corresponding enum entry for the given value.static QPolarChart.PolarOrientation
QPolarChart.PolarOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPolarChart.PolarOrientation[]
QPolarChart.PolarOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.charts with parameters of type QPolarChart.PolarOrientation Constructor Description PolarOrientations(QPolarChart.PolarOrientation... args)
Creates a new PolarOrientations where the flags inargs
are set.