AppKit/CoreGraphics/CGPath.j File Reference

#include "CGGeometry.h"
#include "CGAffineTransform.h"

Go to the source code of this file.

Functions

function CGPathCreateMutable ()
function CGPathCreateMutableCopy (aPath)
function CGPathCreateCopy (aPath)
function CGPathRelease (aPath)
function CGPathRetain (aPath)
function CGPathAddArc (aPath, aTransform, x, y, aRadius, aStartAngle, anEndAngle, isClockwise)
function CGPathAddArcToPoint (aPath, aTransform, x1, y1, x2, y2, aRadius)
function CGPathAddCurveToPoint (aPath, aTransform, cp1x, cp1y, cp2x, cp2y, x, y)
function CGPathAddLines (aPath, aTransform, points, count)
function CGPathAddLineToPoint (aPath, aTransform, x, y)
function CGPathAddPath (aPath, aTransform, anotherPath)
function CGPathAddQuadCurveToPoint (aPath, aTransform, cpx, cpy, x, y)
function CGPathAddRect (aPath, aTransform, aRect)
function CGPathAddRects (aPath, aTransform, rects, count)
function CGPathMoveToPoint (aPath, aTransform, x, y)
function CGPathCloseSubpath (aPath)
function CGPathEqualToPath (aPath, anotherPath)
function CGPathGetCurrentPoint (aPath)
function CGPathIsEmpty (aPath)

Variables

import CGGeometry j import
CGAffineTransform j 
kCGPathElementMoveToPoint = 0
 kCGPathElementAddLineToPoint = 1
 kCGPathElementAddQuadCurveToPoint = 2
 kCGPathElementAddCurveToPoint = 3
 kCGPathElementCloseSubpath = 4
 kCGPathElementAddArc = 5
 kCGPathElementAddArcToPoint = 6


Function Documentation

function CGPathAddArc ( aPath  ,
aTransform  ,
,
y  ,
aRadius  ,
aStartAngle  ,
anEndAngle  ,
isClockwise   
)

Definition at line 67 of file CGPath.j.

function CGPathAddArcToPoint ( aPath  ,
aTransform  ,
x1  ,
y1  ,
x2  ,
y2  ,
aRadius   
)

Definition at line 106 of file CGPath.j.

function CGPathAddCurveToPoint ( aPath  ,
aTransform  ,
cp1x  ,
cp1y  ,
cp2x  ,
cp2y  ,
,
y   
)

Definition at line 110 of file CGPath.j.

function CGPathAddLines ( aPath  ,
aTransform  ,
points  ,
count   
)

Definition at line 127 of file CGPath.j.

function CGPathAddLineToPoint ( aPath  ,
aTransform  ,
,
y   
)

Definition at line 143 of file CGPath.j.

function CGPathAddPath ( aPath  ,
aTransform  ,
anotherPath   
)

Definition at line 154 of file CGPath.j.

function CGPathAddQuadCurveToPoint ( aPath  ,
aTransform  ,
cpx  ,
cpy  ,
,
y   
)

Definition at line 172 of file CGPath.j.

function CGPathAddRect ( aPath  ,
aTransform  ,
aRect   
)

Definition at line 187 of file CGPath.j.

function CGPathAddRects ( aPath  ,
aTransform  ,
rects  ,
count   
)

Definition at line 192 of file CGPath.j.

function CGPathCloseSubpath ( aPath   ) 

Definition at line 234 of file CGPath.j.

function CGPathCreateCopy ( aPath   ) 

Definition at line 53 of file CGPath.j.

function CGPathCreateMutable (  ) 

Definition at line 39 of file CGPath.j.

function CGPathCreateMutableCopy ( aPath   ) 

Definition at line 44 of file CGPath.j.

function CGPathEqualToPath ( aPath  ,
anotherPath   
)

Definition at line 245 of file CGPath.j.

function CGPathGetCurrentPoint ( aPath   ) 

Definition at line 278 of file CGPath.j.

function CGPathIsEmpty ( aPath   ) 

Definition at line 283 of file CGPath.j.

function CGPathMoveToPoint ( aPath  ,
aTransform  ,
,
y   
)

Definition at line 212 of file CGPath.j.

function CGPathRelease ( aPath   ) 

Definition at line 58 of file CGPath.j.

function CGPathRetain ( aPath   ) 

Definition at line 62 of file CGPath.j.


Variable Documentation

Definition at line 36 of file CGPath.j.

Definition at line 37 of file CGPath.j.

Definition at line 33 of file CGPath.j.

Definition at line 31 of file CGPath.j.

Definition at line 32 of file CGPath.j.

Definition at line 34 of file CGPath.j.

import CGGeometry j import CGAffineTransform j kCGPathElementMoveToPoint = 0

Definition at line 30 of file CGPath.j.


Generated on Thu Dec 11 01:55:47 2008 for Cappuccino by  doxygen 1.5.7.1