JUCE
|
This is the complete list of members for PathStrokeType, including all inherited members.
beveled enum value | PathStrokeType | |
butt enum value | PathStrokeType | |
createDashedStroke(Path &destPath, const Path &sourcePath, const float *dashLengths, int numDashLengths, const AffineTransform &transform=AffineTransform(), float extraAccuracy=1.0f) const | PathStrokeType | |
createStrokedPath(Path &destPath, const Path &sourcePath, const AffineTransform &transform=AffineTransform(), float extraAccuracy=1.0f) const | PathStrokeType | |
createStrokeWithArrowheads(Path &destPath, const Path &sourcePath, float arrowheadStartWidth, float arrowheadStartLength, float arrowheadEndWidth, float arrowheadEndLength, const AffineTransform &transform=AffineTransform(), float extraAccuracy=1.0f) const | PathStrokeType | |
curved enum value | PathStrokeType | |
EndCapStyle enum name | PathStrokeType | |
getEndStyle() const noexcept | PathStrokeType | |
getJointStyle() const noexcept | PathStrokeType | |
getStrokeThickness() const noexcept | PathStrokeType | |
JointStyle enum name | PathStrokeType | |
mitered enum value | PathStrokeType | |
operator!=(const PathStrokeType &) const noexcept | PathStrokeType | |
operator=(const PathStrokeType &) noexcept | PathStrokeType | |
operator==(const PathStrokeType &) const noexcept | PathStrokeType | |
PathStrokeType(float strokeThickness) noexcept | PathStrokeType | explicit |
PathStrokeType(float strokeThickness, JointStyle jointStyle, EndCapStyle endStyle=butt) noexcept | PathStrokeType | |
PathStrokeType(const PathStrokeType &) noexcept | PathStrokeType | |
rounded enum value | PathStrokeType | |
setEndStyle(EndCapStyle newStyle) noexcept | PathStrokeType | |
setJointStyle(JointStyle newStyle) noexcept | PathStrokeType | |
setStrokeThickness(float newThickness) noexcept | PathStrokeType | |
square enum value | PathStrokeType | |
~PathStrokeType() noexcept | PathStrokeType |