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