[Previous] [Up] [Next]

NSGraphicsContext

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSGraphicsContext

NSGraphicsContext

Declared in: Gui/NSGraphicsContext.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Class Methods

currentContext

+ (NSGraphicsContext*) currentContext;

setCurrentContext:

+ (void) setCurrentContext: (NSGraphicsContext*)context;


Instances Methods

flush

- (void) flush;

flushGraphics

- (void) flushGraphics;

isDrawingToScreen

- (BOOL) isDrawingToScreen;

restoreGraphicsState

- (void) restoreGraphicsState;

saveGraphicsState

- (void) saveGraphicsState;

wait

- (void) wait;