Uses of Class
io.qt.gui.QPaintEngine.Type
Package | Description |
---|---|
io.qt.gui |
-
Uses of QPaintEngine.Type in io.qt.gui
Methods in io.qt.gui that return QPaintEngine.Type Modifier and Type Method Description static QPaintEngine.Type
QPaintEngine.Type. resolve(int value)
Returns the corresponding enum entry for the given value.static QPaintEngine.Type
QPaintEngine.Type. resolve(int value, String name)
Returns the corresponding enum entry for the given value and name.abstract QPaintEngine.Type
QPaintEngine. type()
static QPaintEngine.Type
QPaintEngine.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPaintEngine.Type[]
QPaintEngine.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.