java.lang.Object
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 class QPainterPathStroker
-
Constructor Summary
ConstructorDescriptionOverloaded constructor forQPainterPathStroker(io.qt.gui.QPen)
.Overloaded constructor forQPainterPathStroker(io.qt.gui.QPen)
.QPainterPathStroker
(QPen pen) -
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.PenCapStyle
capStyle()
final QPainterPath
createStroke
(QPainterPath path) final double
final double
final QList<@QtPrimitiveType 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<@QtPrimitiveType 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
Overloaded constructor for
QPainterPathStroker(io.qt.gui.QPen)
. -
QPainterPathStroker
Overloaded constructor for
QPainterPathStroker(io.qt.gui.QPen)
.
-
-
Method Details
-
capStyle
-
createStroke
-
curveThreshold
-
dashOffset
-
dashPattern
-
joinStyle
-
miterLimit
-
setCapStyle
-
setCurveThreshold
-
setDashOffset
-
setDashPattern
-
setDashPattern
-
setJoinStyle
-
setMiterLimit
-
setWidth
-
width
-