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
- Since:
- This class was introduced in Qt 4.1.
-
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 QVector<@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
- Parameters:
pen
-- Since:
- This function was introduced in Qt 5.3.
-
QPainterPathStroker
Overloaded constructor for
QPainterPathStroker(io.qt.gui.QPen)
. -
QPainterPathStroker
Overloaded constructor for
QPainterPathStroker(io.qt.gui.QPen)
.
-
-
Method Details
-
capStyle
- Returns:
-
createStroke
- Parameters:
path
-- Returns:
-
curveThreshold
- Returns:
-
dashOffset
- Returns:
-
dashPattern
- Returns:
-
joinStyle
- Returns:
-
miterLimit
- Returns:
-
setCapStyle
- Parameters:
style
-
-
setCurveThreshold
- Parameters:
threshold
-
-
setDashOffset
- Parameters:
offset
-
-
setDashPattern
- Parameters:
dashPattern
-
-
setDashPattern
- Parameters:
arg__1
-
-
setJoinStyle
- Parameters:
style
-
-
setMiterLimit
- Parameters:
length
-
-
setWidth
- Parameters:
width
-
-
width
- Returns:
-