Uses of Class
io.qt.gui.QGradient.Preset
Package | Description |
---|---|
io.qt.gui |
-
Uses of QGradient.Preset in io.qt.gui
Methods in io.qt.gui that return QGradient.Preset Modifier and Type Method Description static QGradient.Preset
QGradient.Preset. resolve(int value)
Returns the corresponding enum entry for the given value.static QGradient.Preset
QGradient.Preset. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGradient.Preset[]
QGradient.Preset. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QGradient.Preset Modifier and Type Method Description static QGradient
QGradient. create(QGradient.Preset preset)
void
QPainter. fillRect(int x, int y, int w, int h, QGradient.Preset preset)
void
QPainter. fillRect(QRectF r, QGradient.Preset preset)
void
QPainter. fillRect(QRect r, QGradient.Preset preset)