_CG
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CG.so
Module Docs

 
Classes
       
__builtin__.object
CGContextRef

 
class CGContextRef(__builtin__.object)
     Methods defined here:
CGContextAddArc(...)
(float x, float y, float radius, float startAngle, float endAngle, int clockwise) -> None
CGContextAddArcToPoint(...)
(float x1, float y1, float x2, float y2, float radius) -> None
CGContextAddCurveToPoint(...)
(float cp1x, float cp1y, float cp2x, float cp2y, float x, float y) -> None
CGContextAddLineToPoint(...)
(float x, float y) -> None
CGContextAddQuadCurveToPoint(...)
(float cpx, float cpy, float x, float y) -> None
CGContextAddRect(...)
(CGRect rect) -> None
CGContextBeginPath(...)
() -> None
CGContextClearRect(...)
(CGRect rect) -> None
CGContextClip(...)
() -> None
CGContextClipToRect(...)
(CGRect rect) -> None
CGContextClosePath(...)
() -> None
CGContextConcatCTM(...)
(CGAffineTransform transform) -> None
CGContextDrawPath(...)
(int mode) -> None
CGContextEOClip(...)
() -> None
CGContextEOFillPath(...)
() -> None
CGContextEndPage(...)
() -> None
CGContextFillPath(...)
() -> None
CGContextFillRect(...)
(CGRect rect) -> None
CGContextFlush(...)
() -> None
CGContextGetCTM(...)
() -> (CGAffineTransform _rv)
CGContextGetInterpolationQuality(...)
() -> (int _rv)
CGContextGetPathBoundingBox(...)
() -> (CGRect _rv)
CGContextGetPathCurrentPoint(...)
() -> (CGPoint _rv)
CGContextGetTextMatrix(...)
() -> (CGAffineTransform _rv)
CGContextGetTextPosition(...)
() -> (CGPoint _rv)
CGContextIsPathEmpty(...)
() -> (int _rv)
CGContextMoveToPoint(...)
(float x, float y) -> None
CGContextRestoreGState(...)
() -> None
CGContextRotateCTM(...)
(float angle) -> None
CGContextSaveGState(...)
() -> None
CGContextScaleCTM(...)
(float sx, float sy) -> None
CGContextSelectFont(...)
(char * name, float size, int textEncoding) -> None
CGContextSetAlpha(...)
(float alpha) -> None
CGContextSetCMYKFillColor(...)
(float cyan, float magenta, float yellow, float black, float alpha) -> None
CGContextSetCMYKStrokeColor(...)
(float cyan, float magenta, float yellow, float black, float alpha) -> None
CGContextSetCharacterSpacing(...)
(float spacing) -> None
CGContextSetFlatness(...)
(float flatness) -> None
CGContextSetFontSize(...)
(float size) -> None
CGContextSetGrayFillColor(...)
(float gray, float alpha) -> None
CGContextSetGrayStrokeColor(...)
(float gray, float alpha) -> None
CGContextSetInterpolationQuality(...)
(int quality) -> None
CGContextSetLineCap(...)
(int cap) -> None
CGContextSetLineJoin(...)
(int join) -> None
CGContextSetLineWidth(...)
(float width) -> None
CGContextSetMiterLimit(...)
(float limit) -> None
CGContextSetRGBFillColor(...)
(float red, float green, float blue, float alpha) -> None
CGContextSetRGBStrokeColor(...)
(float red, float green, float blue, float alpha) -> None
CGContextSetShouldAntialias(...)
(int shouldAntialias) -> None
CGContextSetTextDrawingMode(...)
(int mode) -> None
CGContextSetTextMatrix(...)
(CGAffineTransform transform) -> None
CGContextSetTextPosition(...)
(float x, float y) -> None
CGContextShowText(...)
(Buffer cstring) -> None
CGContextShowTextAtPoint(...)
(float x, float y, Buffer cstring) -> None
CGContextStrokePath(...)
() -> None
CGContextStrokeRect(...)
(CGRect rect) -> None
CGContextStrokeRectWithWidth(...)
(CGRect rect, float width) -> None
CGContextSynchronize(...)
() -> None
CGContextTranslateCTM(...)
(float tx, float ty) -> None
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
CGContextRefType = class CGContextRef(__builtin__.object)
     Methods defined here:
CGContextAddArc(...)
(float x, float y, float radius, float startAngle, float endAngle, int clockwise) -> None
CGContextAddArcToPoint(...)
(float x1, float y1, float x2, float y2, float radius) -> None
CGContextAddCurveToPoint(...)
(float cp1x, float cp1y, float cp2x, float cp2y, float x, float y) -> None
CGContextAddLineToPoint(...)
(float x, float y) -> None
CGContextAddQuadCurveToPoint(...)
(float cpx, float cpy, float x, float y) -> None
CGContextAddRect(...)
(CGRect rect) -> None
CGContextBeginPath(...)
() -> None
CGContextClearRect(...)
(CGRect rect) -> None
CGContextClip(...)
() -> None
CGContextClipToRect(...)
(CGRect rect) -> None
CGContextClosePath(...)
() -> None
CGContextConcatCTM(...)
(CGAffineTransform transform) -> None
CGContextDrawPath(...)
(int mode) -> None
CGContextEOClip(...)
() -> None
CGContextEOFillPath(...)
() -> None
CGContextEndPage(...)
() -> None
CGContextFillPath(...)
() -> None
CGContextFillRect(...)
(CGRect rect) -> None
CGContextFlush(...)
() -> None
CGContextGetCTM(...)
() -> (CGAffineTransform _rv)
CGContextGetInterpolationQuality(...)
() -> (int _rv)
CGContextGetPathBoundingBox(...)
() -> (CGRect _rv)
CGContextGetPathCurrentPoint(...)
() -> (CGPoint _rv)
CGContextGetTextMatrix(...)
() -> (CGAffineTransform _rv)
CGContextGetTextPosition(...)
() -> (CGPoint _rv)
CGContextIsPathEmpty(...)
() -> (int _rv)
CGContextMoveToPoint(...)
(float x, float y) -> None
CGContextRestoreGState(...)
() -> None
CGContextRotateCTM(...)
(float angle) -> None
CGContextSaveGState(...)
() -> None
CGContextScaleCTM(...)
(float sx, float sy) -> None
CGContextSelectFont(...)
(char * name, float size, int textEncoding) -> None
CGContextSetAlpha(...)
(float alpha) -> None
CGContextSetCMYKFillColor(...)
(float cyan, float magenta, float yellow, float black, float alpha) -> None
CGContextSetCMYKStrokeColor(...)
(float cyan, float magenta, float yellow, float black, float alpha) -> None
CGContextSetCharacterSpacing(...)
(float spacing) -> None
CGContextSetFlatness(...)
(float flatness) -> None
CGContextSetFontSize(...)
(float size) -> None
CGContextSetGrayFillColor(...)
(float gray, float alpha) -> None
CGContextSetGrayStrokeColor(...)
(float gray, float alpha) -> None
CGContextSetInterpolationQuality(...)
(int quality) -> None
CGContextSetLineCap(...)
(int cap) -> None
CGContextSetLineJoin(...)
(int join) -> None
CGContextSetLineWidth(...)
(float width) -> None
CGContextSetMiterLimit(...)
(float limit) -> None
CGContextSetRGBFillColor(...)
(float red, float green, float blue, float alpha) -> None
CGContextSetRGBStrokeColor(...)
(float red, float green, float blue, float alpha) -> None
CGContextSetShouldAntialias(...)
(int shouldAntialias) -> None
CGContextSetTextDrawingMode(...)
(int mode) -> None
CGContextSetTextMatrix(...)
(CGAffineTransform transform) -> None
CGContextSetTextPosition(...)
(float x, float y) -> None
CGContextShowText(...)
(Buffer cstring) -> None
CGContextShowTextAtPoint(...)
(float x, float y, Buffer cstring) -> None
CGContextStrokePath(...)
() -> None
CGContextStrokeRect(...)
(CGRect rect) -> None
CGContextStrokeRectWithWidth(...)
(CGRect rect, float width) -> None
CGContextSynchronize(...)
() -> None
CGContextTranslateCTM(...)
(float tx, float ty) -> None
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T