java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QPainterPathStroker
- All Implemented Interfaces:
QtObjectInterface
Used to generate fillable outlines for a given painter path
Java wrapper for Qt's class QPainterPathStroker
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQPainterPathStroker
(QPen pen) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.PenCapStyle
capStyle()
final QPainterPath
createStroke
(QPainterPath path) final double
final double
final Qt.PenJoinStyle
final double
final void
setCapStyle
(Qt.PenCapStyle style) final void
setCurveThreshold
(double threshold) final void
setDashOffset
(double offset) final void
setDashPattern
(Qt.PenStyle arg__1) final void
setDashPattern
(Collection<Double> dashPattern) final void
setJoinStyle
(Qt.PenJoinStyle style) final void
setMiterLimit
(double length) final void
setWidth
(double width) final double
width()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPainterPathStroker
public QPainterPathStroker() -
QPainterPathStroker
-
QPainterPathStroker
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
capStyle
-
createStroke
-
curveThreshold
-
dashOffset
-
dashPattern
-
joinStyle
-
miterLimit
-
setCapStyle
-
setCurveThreshold
-
setDashOffset
-
setDashPattern
-
setDashPattern
-
setJoinStyle
-
setMiterLimit
-
setWidth
-
width
-