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