AppKit/CoreGraphics/CGContext.j File Reference

#include "CGGeometry.h"
#include "CGAffineTransform.h"
#include "CGContextCanvas.j"
#include "CGContextVML.j"

Go to the source code of this file.

Functions

function CGContextRelease ()
function CGContextRetain (aContext)
function CGGStateCreate ()
function CGGStateCreateCopy (aGState)
function CGBitmapGraphicsContextCreate ()
function CGContextSaveGState (aContext)
function CGContextRestoreGState (aContext)
function CGContextSetLineCap (aContext, aLineCap)
function CGContextSetLineJoin (aContext, aLineJoin)
function CGContextSetLineWidth (aContext, aLineWidth)
function CGContextSetMiterLimit (aContext, aMiterLimit)
function CGContextSetBlendMode (aContext, aBlendMode)
function CGContextAddArc (aContext, x, y, radius, startAngle, endAngle, clockwise)
function CGContextAddArcToPoint (aContext, x1, y1, x2, y2, radius)
function CGContextAddCurveToPoint (aContext, cp1x, cp1y, cp2x, cp2y, x, y)
function CGContextAddLines (aContext, points, count)
function CGContextAddLineToPoint (aContext, x, y)
function CGContextAddPath (aContext, aPath)
function CGContextAddQuadCurveToPoint (aContext, cpx, cpy, x, y)
function CGContextAddRect (aContext, aRect)
function CGContextAddRects (aContext, rects, count)
function CGContextBeginPath (aContext)
function CGContextClosePath (aContext)
function CGContextMoveToPoint (aContext, x, y)
function CGContextFillRect (aContext, aRect)
function CGContextFillRects (aContext, rects, count)
function CGContextStrokeRect (aContext, aRect)
function CGContextStrokeRectWithWidth (aContext, aRect, aWidth)
function CGContextConcatCTM (aContext, aTransform)
function CGContextGetCTM (aContext)
function CGContextRotateCTM (aContext, anAngle)
function CGContextScaleCTM (aContext, sx, sy)
function CGContextTranslateCTM (aContext, tx, ty)
function CGContextSetShadow (aContext, aSize, aBlur)
function CGContextSetShadowWithColor (aContext, aSize, aBlur, aColor)
function CGContextSetAlpha (aContext, anAlpha)
function CGContextEOFillPath (aContext)
function CGContextFillPath (aContext)
function CGContextAddEllipseInRect (aContext, aRect)
function CGContextFillEllipseInRect (aContext, aRect)
function CGContextStrokeEllipseInRect (aContext, aRect)
function CGContextStrokePath (aContext)
function CGContextStrokeLineSegments (aContext, points, count)
function CGContextSetFillColor (aContext, aColor)
function CGContextSetStrokeColor (aContext, aColor)
function CGContextFillRoundedRectangleInRect (aContext, aRect, aRadius, ne, se, sw, nw)
function CGContextStrokeRoundedRectangleInRect (aContext, aRect, aRadius, ne, se, sw, nw)

Variables

import CGGeometry j import
CGAffineTransform j import
CGPath j 
kCGLineCapButt = 0
 kCGLineCapRound = 1
 kCGLineCapSquare = 2
 kCGLineJoinMiter = 0
 kCGLineJoinRound = 1
 kCGLineJoinBevel = 2
 kCGPathFill = 0
 kCGPathEOFill = 1
 kCGPathStroke = 2
 kCGPathFillStroke = 3
 kCGPathEOFillStroke = 4
 kCGBlendModeNormal = 0
 kCGBlendModeMultiply = 1
 kCGBlendModeScreen = 2
 kCGBlendModeOverlay = 3
 kCGBlendModeDarken = 4
 kCGBlendModeLighten = 5
 kCGBlendModeColorDodge = 6
 kCGBlendModeColorBurn = 7
 kCGBlendModeSoftLight = 8
 kCGBlendModeHardLight = 9
 kCGBlendModeDifference = 10
 kCGBlendModeExclusion = 11
 kCGBlendModeHue = 12
 kCGBlendModeSaturation = 13
 kCGBlendModeColor = 14
 kCGBlendModeLuminosity = 15
 kCGBlendModeClear = 16
 kCGBlendModeCopy = 17
 kCGBlendModeSourceIn = 18
 kCGBlendModeSourceOut = 19
 kCGBlendModeSourceAtop = 20
 kCGBlendModeDestinationOver = 21
 kCGBlendModeDestinationIn = 22
 kCGBlendModeDestinationOut = 23
 kCGBlendModeDestinationAtop = 24
 kCGBlendModeXOR = 25
 kCGBlendModePlusDarker = 26
 kCGBlendModePlusLighter = 27
var KAPPA = 4.0 * ((SQRT2 - 1.0) / 3.0)


Variable Documentation

Definition at line 64 of file CGContext.j.

Definition at line 62 of file CGContext.j.

Definition at line 55 of file CGContext.j.

Definition at line 54 of file CGContext.j.

Definition at line 65 of file CGContext.j.

Definition at line 52 of file CGContext.j.

Definition at line 72 of file CGContext.j.

Definition at line 70 of file CGContext.j.

Definition at line 71 of file CGContext.j.

Definition at line 69 of file CGContext.j.

Definition at line 58 of file CGContext.j.

Definition at line 59 of file CGContext.j.

Definition at line 57 of file CGContext.j.

Definition at line 60 of file CGContext.j.

Definition at line 53 of file CGContext.j.

Definition at line 63 of file CGContext.j.

Definition at line 49 of file CGContext.j.

CGBlendMode

Definition at line 48 of file CGContext.j.

Definition at line 51 of file CGContext.j.

Definition at line 74 of file CGContext.j.

Definition at line 75 of file CGContext.j.

Definition at line 61 of file CGContext.j.

Definition at line 50 of file CGContext.j.

Definition at line 56 of file CGContext.j.

Definition at line 68 of file CGContext.j.

Definition at line 66 of file CGContext.j.

Definition at line 67 of file CGContext.j.

Definition at line 73 of file CGContext.j.

import CGGeometry j import CGAffineTransform j import CGPath j kCGLineCapButt = 0

Definition at line 30 of file CGContext.j.

Definition at line 31 of file CGContext.j.

Definition at line 32 of file CGContext.j.

Definition at line 36 of file CGContext.j.

Definition at line 34 of file CGContext.j.

Definition at line 35 of file CGContext.j.

Definition at line 39 of file CGContext.j.

Definition at line 42 of file CGContext.j.

Definition at line 38 of file CGContext.j.

Definition at line 41 of file CGContext.j.

Definition at line 40 of file CGContext.j.


Generated on Wed May 20 12:43:58 2009 for Cappuccino by  doxygen 1.5.8