#import <UIBezierPath.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (struct CGPath *) | - _pathRef |
| (void) | - moveToPoint: |
| (void) | - lineToPoint: |
| (void) | - appendBezierPath: |
| (void) | - appendBezierPathWithRect: |
| (void) | - appendBezierPathWithOvalInRect: |
| (void) | - appendBezierPathWithOvalInRect:transform: |
| (void) | - closePath |
| (void) | - appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise: |
| (void) | - setLineWidth: |
| (void) | - fill |
| (void) | - stroke |
| (void) | - clip |
Öffentliche, statische Methoden | |
| (id) | + bezierPath |
| (id) | + bezierPathKnockingOutTopOfRect:withCornerRadius: |
| (id) | + bezierPathKnockingOutBottomOfRect:withCornerRadius: |
| (id) | + roundedRectBezierPath:withRoundedEdges: |
| (id) | + roundedRectBezierPath:withRoundedCorners:withCornerRadius: |
| (id) | + roundedRectBezierPath:withRoundedCorners:withCornerRadii: |
| (id) | + roundedRectBezierPath:withRoundedCorners:visibleEdges:cornerRadius: |
Geschützte Attribute | |
| struct CGPath * | _pathRef |
| float | _width |
Definiert in Zeile 9 der Datei UIBezierPath.h.
| + (id) bezierPath |
| + (id) bezierPathKnockingOutTopOfRect: | (struct CGRect) | fp8 | ||
| withCornerRadius: | (float) | fp24 | ||
| + (id) bezierPathKnockingOutBottomOfRect: | (struct CGRect) | fp8 | ||
| withCornerRadius: | (float) | fp24 | ||
| + (id) roundedRectBezierPath: | (struct CGRect) | fp8 | ||
| withRoundedEdges: | (int) | fp24 | ||
| + (id) roundedRectBezierPath: | (struct CGRect) | fp8 | ||
| withRoundedCorners: | (int) | fp24 | ||
| withCornerRadius: | (float) | fp28 | ||
| + (id) roundedRectBezierPath: | (struct CGRect) | fp8 | ||
| withRoundedCorners: | (int) | fp24 | ||
| withCornerRadii: | (id) | fp28 | ||
| + (id) roundedRectBezierPath: | (struct CGRect) | fp8 | ||
| withRoundedCorners: | (int) | fp24 | ||
| visibleEdges: | (int) | fp28 | ||
| cornerRadius: | (float) | fp32 | ||
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (struct CGPath *) _pathRef |
| - (void) moveToPoint: | (struct CGPoint) | fp8 |
| - (void) lineToPoint: | (struct CGPoint) | fp8 |
| - (void) appendBezierPath: | (id) | fp8 |
| - (void) appendBezierPathWithRect: | (struct CGRect) | fp8 |
| - (void) appendBezierPathWithOvalInRect: | (struct CGRect) | fp8 |
| - (void) appendBezierPathWithOvalInRect: | (struct CGRect) | fp8 | ||
| transform: | (struct CGAffineTransform) | fp24 | ||
| - (void) closePath |
| - (void) appendBezierPathWithArcWithCenter: | (struct CGPoint) | fp8 | ||
| radius: | (float) | fp16 | ||
| startAngle: | (float) | fp20 | ||
| endAngle: | (float) | fp24 | ||
| clockwise: | (BOOL) | fp28 | ||
| - (void) setLineWidth: | (float) | fp8 |
| - (void) fill |
| - (void) stroke |
| - (void) clip |
- (struct CGPath*) _pathRef [read, protected] |
Definiert in Zeile 11 der Datei UIBezierPath.h.
- (float) _width [protected] |
Definiert in Zeile 12 der Datei UIBezierPath.h.