NSBezierPath.m enrico@imago.ro The NSBezierPath class 1999 Free Software Foundation, Inc. Software documentation for the NSBezierPath class AppKit/NSBezierPath.h NSCopying NSCoding bezierPath bezierPathWithOvalInRect: rect bezierPathWithRect: aRect clipRect: aRect defaultFlatness defaultLineCapStyle defaultLineJoinStyle defaultLineWidth defaultMiterLimit defaultWindingRule drawPackedGlyphs: packedGlyphs atPoint: aPoint fillRect: aRect setDefaultFlatness: flatness setDefaultLineCapStyle: lineCapStyle setDefaultLineJoinStyle: lineJoinStyle setDefaultLineWidth: lineWidth setDefaultMiterLimit: limit setDefaultWindingRule: windingRule strokeLineFromPoint: point1 toPoint: point2 strokeRect: aRect addClip appendBezierPath: aPath appendBezierPathWithArcFromPoint: point1 toPoint: point2 radius: radius appendBezierPathWithArcWithCenter: center radius: radius startAngle: startAngle endAngle: endAngle appendBezierPathWithArcWithCenter: center radius: radius startAngle: startAngle endAngle: endAngle clockwise: clockwise appendBezierPathWithGlyph: glyph inFont: font appendBezierPathWithGlyphs: glyphs count: count inFont: font appendBezierPathWithOvalInRect: aRect appendBezierPathWithPackedGlyphs: packedGlyphs appendBezierPathWithPoints: points count: count appendBezierPathWithRect: rect bezierPathByFlatteningPath bezierPathByReversingPath bounds cachesBezierPath closePath containsPoint: point controlPointBounds currentPoint curveToPoint: aPoint controlPoint1: controlPoint1 controlPoint2: controlPoint2 elementAtIndex: index elementAtIndex: index associatedPoints: points elementCount fill flatness getLineDash: pattern count: count phase: phase isEmpty lineCapStyle lineJoinStyle lineToPoint: aPoint lineWidth miterLimit moveToPoint: aPoint relativeCurveToPoint: aPoint controlPoint1: controlPoint1 controlPoint2: controlPoint2 relativeLineToPoint: aPoint relativeMoveToPoint: aPoint removeAllPoints setAssociatedPoints: points atIndex: index setCachesBezierPath: flag setClip setFlatness: flatness setLineCapStyle: lineCapStyle setLineDash: pattern count: count phase: phase setLineJoinStyle: lineJoinStyle setLineWidth: lineWidth setMiterLimit: limit setWindingRule: windingRule stroke transformUsingAffineTransform: transform windingRule