2000-03-05 17:39:16 +00:00
|
|
|
<html><head>
|
2001-03-03 10:07:01 +00:00
|
|
|
<title>NSGraphicsContext</title>
|
2000-03-05 17:39:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2001-11-08 18:26:39 +00:00
|
|
|
<a href ="NSFormCell.html">[Previous] </a>
|
|
|
|
<a href ="Gui.html">[Up] </a>
|
|
|
|
<a href ="NSHelpManager.html">[Next] </a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<h1>NSGraphicsContext</h1>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
2001-03-03 10:07:01 +00:00
|
|
|
<p>Version: $Revision$</p>
|
|
|
|
<p>Date: $Date$</p>
|
|
|
|
<h2><a name ="cont-0">NSGraphicsContext</a></h2>
|
|
|
|
<h2><a name ="NSGraphicsContext">NSGraphicsContext</a></h2>
|
|
|
|
<p><b>Declared in: </b> Gui/NSGraphicsContext.h</p>
|
|
|
|
<p><b>Inherits from: </b> NSObject</p>
|
|
|
|
<p><b>Conforms to: </b> NSObject
|
2000-03-05 17:39:16 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-03-05 17:39:16 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Methods </h2>
|
|
|
|
<ul>
|
2001-11-08 18:26:39 +00:00
|
|
|
<li ><a href ="NSGraphicsContext.html#method-0">+currentContext</a>
|
|
|
|
<li ><a href ="NSGraphicsContext.html#method-1">+setCurrentContext:</a>
|
|
|
|
<li ><a href ="NSGraphicsContext.html#method-2">-flush</a>
|
|
|
|
<li ><a href ="NSGraphicsContext.html#method-3">-flushGraphics</a>
|
|
|
|
<li ><a href ="NSGraphicsContext.html#method-4">-isDrawingToScreen</a>
|
|
|
|
<li ><a href ="NSGraphicsContext.html#method-5">-restoreGraphicsState</a>
|
|
|
|
<li ><a href ="NSGraphicsContext.html#method-6">-saveGraphicsState</a>
|
|
|
|
<li ><a href ="NSGraphicsContext.html#method-7">-wait</a>
|
2001-03-03 10:07:01 +00:00
|
|
|
</ul>
|
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">currentContext</a></h3>
|
|
|
|
+ (NSGraphicsContext*) <b>currentContext</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-1">setCurrentContext:</a></h3>
|
|
|
|
+ (void) <b>setCurrentContext:</b> (NSGraphicsContext*)context;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-2">flush</a></h3>
|
|
|
|
- (void) <b>flush</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-3">flushGraphics</a></h3>
|
|
|
|
- (void) <b>flushGraphics</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">isDrawingToScreen</a></h3>
|
|
|
|
- (BOOL) <b>isDrawingToScreen</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-5">restoreGraphicsState</a></h3>
|
|
|
|
- (void) <b>restoreGraphicsState</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-6">saveGraphicsState</a></h3>
|
|
|
|
- (void) <b>saveGraphicsState</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-7">wait</a></h3>
|
|
|
|
- (void) <b>wait</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:16 +00:00
|
|
|
</body>
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
</html>
|