java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QPainterPath.Element
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QPainterPath
public static class QPainterPath.Element extends QtObject implements Cloneable
QPainterPath::Element class specifies the position and type of a subpath
Java wrapper for Qt class QPainterPath::Element
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description Element()
protected
Element(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QPainterPath.Element
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isCurveTo()
boolean
isLineTo()
boolean
isMoveTo()
QPointF
toPoint()
QPainterPath.ElementType
type()
The type of elementdouble
x()
The x coordinate of the element's positiondouble
y()
The y coordinate of the element's position
-
Constructor Details
-
Method Details
-
isCurveTo
-
isLineTo
-
isMoveTo
-
toPoint
-
type
The type of element
-
x
The x coordinate of the element's position
-
y
The y coordinate of the element's position
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-