JUCE  v5.1.1-3-g1a0b28c73
JUCE API
PathStrokeType Member List

This is the complete list of members for PathStrokeType, including all inherited members.

beveled enum valuePathStrokeType
butt enum valuePathStrokeType
createDashedStroke(Path &destPath, const Path &sourcePath, const float *dashLengths, int numDashLengths, const AffineTransform &transform=AffineTransform(), float extraAccuracy=1.0f) constPathStrokeType
createStrokedPath(Path &destPath, const Path &sourcePath, const AffineTransform &transform=AffineTransform(), float extraAccuracy=1.0f) constPathStrokeType
createStrokeWithArrowheads(Path &destPath, const Path &sourcePath, float arrowheadStartWidth, float arrowheadStartLength, float arrowheadEndWidth, float arrowheadEndLength, const AffineTransform &transform=AffineTransform(), float extraAccuracy=1.0f) constPathStrokeType
curved enum valuePathStrokeType
EndCapStyle enum namePathStrokeType
endStylePathStrokeTypeprivate
getEndStyle() const noexceptPathStrokeTypeinline
getJointStyle() const noexceptPathStrokeTypeinline
getStrokeThickness() const noexceptPathStrokeTypeinline
jointStylePathStrokeTypeprivate
JointStyle enum namePathStrokeType
mitered enum valuePathStrokeType
operator!=(const PathStrokeType &) const noexceptPathStrokeType
operator=(const PathStrokeType &) noexceptPathStrokeType
operator==(const PathStrokeType &) const noexceptPathStrokeType
PathStrokeType(float strokeThickness) noexceptPathStrokeTypeexplicit
PathStrokeType(float strokeThickness, JointStyle jointStyle, EndCapStyle endStyle=butt) noexceptPathStrokeType
PathStrokeType(const PathStrokeType &) noexceptPathStrokeType
rounded enum valuePathStrokeType
setEndStyle(EndCapStyle newStyle) noexceptPathStrokeTypeinline
setJointStyle(JointStyle newStyle) noexceptPathStrokeTypeinline
setStrokeThickness(float newThickness) noexceptPathStrokeTypeinline
square enum valuePathStrokeType
thicknessPathStrokeTypeprivate
~PathStrokeType() noexceptPathStrokeType