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