2000-02-28 16:33:27 +00:00
|
|
|
<?xml version="1.0"?>
|
2001-12-17 16:51:51 +00:00
|
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
2002-01-28 04:50:14 +00:00
|
|
|
<gsdoc base="NSGraphicsContext" up="Gui">
|
2000-02-28 16:33:27 +00:00
|
|
|
<head>
|
|
|
|
<title>NSGraphicsContext</title>
|
|
|
|
<author name="Richard Frith-Macdonald">
|
2001-12-17 16:51:51 +00:00
|
|
|
<email address="richard@brainstorm.co.uk">
|
|
|
|
richard@brainstorm.co.uk
|
|
|
|
</email>
|
2000-02-28 16:33:27 +00:00
|
|
|
</author>
|
2001-12-17 16:51:51 +00:00
|
|
|
<author name="Adam Fedor">
|
|
|
|
<email address="fedor@gnu.org">
|
|
|
|
fedor@gnu.org
|
|
|
|
</email>
|
|
|
|
</author>
|
|
|
|
<abstract>GNUstep drawing context class.</abstract>
|
|
|
|
<copy>1998,1999 Free Software Foundation, Inc.</copy>
|
2000-02-28 16:33:27 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2002-01-28 04:50:14 +00:00
|
|
|
<front><contents /></front>
|
2000-02-28 16:33:27 +00:00
|
|
|
<chapter>
|
2002-04-03 16:59:43 +00:00
|
|
|
<heading>NSGraphicsContext</heading>
|
|
|
|
<p>
|
|
|
|
This is an abstract class which provides a framework for a
|
|
|
|
device independant drawing.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
In addition, this class provides methods to perform the
|
|
|
|
actual drawing. As a convenience, you can also access
|
|
|
|
these through various function interfaces. One is a
|
|
|
|
Display Postscript interface using PS and DPS
|
2002-07-17 14:06:33 +00:00
|
|
|
operations. Another is a Quartz interface (not yet
|
|
|
|
written).
|
2002-04-03 16:59:43 +00:00
|
|
|
</p>
|
2000-02-28 16:33:27 +00:00
|
|
|
<class name="NSGraphicsContext" super="NSObject">
|
2001-12-17 16:51:51 +00:00
|
|
|
<declared>AppKit/NSGraphicsContext.h</declared>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
<ivariable type="" name="_antialias">
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</ivariable>
|
|
|
|
<ivariable type="" name="_interp">
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</ivariable>
|
|
|
|
<ivariable type="" name="context_data">
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</ivariable>
|
|
|
|
<ivariable type="" name="context_info">
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</ivariable>
|
|
|
|
<ivariable type="" name="focus_stack">
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</ivariable>
|
|
|
|
<ivariable type="" name="methods">
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</ivariable>
|
|
|
|
<ivariable type="" name="usedFonts">
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</ivariable>
|
2001-12-17 16:51:51 +00:00
|
|
|
<method type="NSGraphicsContext*" factory="yes">
|
|
|
|
<sel>currentContext</sel>
|
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Returns the current context. Also see the
|
|
|
|
convienience function GSCurrentContext()
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="BOOL" factory="yes">
|
|
|
|
<sel>currentContextDrawingToScreen</sel>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Returns <code>YES</code> if the current context is
|
|
|
|
a display context
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="NSGraphicsContext*" factory="yes">
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>graphicsContextWithAttributes:</sel>
|
2002-01-28 04:50:14 +00:00
|
|
|
<arg type="NSDictionary*">attributes</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
<p>
|
|
|
|
Create a graphics context with
|
|
|
|
<var>attributes</var>, which contains key/value
|
|
|
|
pairs which describe the specifics of how the
|
|
|
|
context is to be initialized.
|
|
|
|
</p>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSGraphicsContext*" factory="yes">
|
|
|
|
<sel>graphicsContextWithWindow:</sel>
|
|
|
|
<arg type="NSWindow*">aWindow</arg>
|
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Create graphics context with attributes speficied by
|
|
|
|
aWindow's device description.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void" factory="yes">
|
|
|
|
<sel>restoreGraphicsState</sel>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void" factory="yes">
|
|
|
|
<sel>saveGraphicsState</sel>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2000-02-29 11:01:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="void" factory="yes">
|
|
|
|
<sel>setCurrentContext:</sel>
|
|
|
|
<arg type="NSGraphicsContext*">context</arg>
|
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Set the current <var>context</var> that will handle
|
|
|
|
drawing.
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2000-02-29 11:01:41 +00:00
|
|
|
</method>
|
2001-12-17 16:51:51 +00:00
|
|
|
<method type="void" factory="yes">
|
|
|
|
<sel>setGraphicsState:</sel>
|
|
|
|
<arg type="int">graphicsState</arg>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="NSDictionary*">
|
|
|
|
<sel>attributes</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>flushGraphics</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void*">
|
|
|
|
<sel>focusStack</sel>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2000-02-29 11:01:41 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void*">
|
|
|
|
<sel>graphicsPort</sel>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2000-02-29 11:01:41 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="NSImageInterpolation">
|
|
|
|
<sel>imageInterpolation</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="BOOL">
|
|
|
|
<sel>isDrawingToScreen</sel>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2000-02-29 11:01:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>restoreGraphicsState</sel>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2000-02-29 11:01:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>saveGraphicsState</sel>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2000-02-29 11:01:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>setFocusStack:</sel>
|
|
|
|
<arg type="void*">stack</arg>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2000-02-29 11:01:41 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2000-02-28 18:37:00 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>setImageInterpolation:</sel>
|
|
|
|
<arg type="NSImageInterpolation">interpolation</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>setShouldAntialias:</sel>
|
|
|
|
<arg type="BOOL">antialias</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="BOOL">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>shouldAntialias</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-04-03 16:59:43 +00:00
|
|
|
</standards>
|
|
|
|
</class>
|
|
|
|
</chapter>
|
|
|
|
<chapter>
|
|
|
|
<heading>
|
|
|
|
Software documentation for the
|
|
|
|
NSGraphicsContext(GNUstep) category
|
|
|
|
</heading>
|
|
|
|
<category name="GNUstep" class="NSGraphicsContext">
|
|
|
|
<declared>AppKit/NSGraphicsContext.h</declared>
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
<method type="void" factory="yes">
|
2002-07-17 14:06:33 +00:00
|
|
|
<sel>handleExposeRect:</sel>
|
|
|
|
<arg type="NSRect">rect</arg>
|
|
|
|
<sel>forDriver:</sel>
|
|
|
|
<arg type="void*">driver</arg>
|
2002-01-28 04:50:14 +00:00
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-07-17 14:06:33 +00:00
|
|
|
<method type="void" factory="yes">
|
|
|
|
<sel>setDefaultContextClass:</sel>
|
|
|
|
<arg type="Class">defaultContextClass</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSView*">
|
|
|
|
<sel>focusView</sel>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="id">
|
|
|
|
<sel>initWithContextInfo:</sel>
|
|
|
|
<arg type="NSDictionary*">info</arg>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>lockFocusView:</sel>
|
|
|
|
<arg type="NSView*">aView</arg>
|
|
|
|
<sel>inRect:</sel>
|
|
|
|
<arg type="NSRect">rect</arg>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>resetUsedFonts</sel>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>unlockFocusView:</sel>
|
|
|
|
<arg type="NSView*">aView</arg>
|
|
|
|
<sel>needsFlush:</sel>
|
|
|
|
<arg type="BOOL">flush</arg>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>useFont:</sel>
|
|
|
|
<arg type="NSString*">fontName</arg>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSSet*">
|
|
|
|
<sel>usedFonts</sel>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
|
|
|
<NotMacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</category>
|
|
|
|
</chapter>
|
|
|
|
<chapter>
|
|
|
|
<heading>
|
|
|
|
Software documentation for the
|
|
|
|
NSGraphicsContext(NSGraphics)
|
|
|
|
category
|
|
|
|
</heading>
|
|
|
|
<category name="NSGraphics" class="NSGraphicsContext">
|
|
|
|
<declared>AppKit/NSGraphicsContext.h</declared>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>GSWSetViewIsFlipped:</sel>
|
|
|
|
<arg type="BOOL">flipped</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
This method is used by the backend, but has been
|
|
|
|
rendered obsolete. Do not use it in any code or in
|
|
|
|
any backend implementation as it may disappear at any
|
|
|
|
point.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="BOOL">
|
|
|
|
<sel>GSWViewIsFlipped</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Returns <code>YES</code> if the current focused
|
|
|
|
view is flipped. This is an obsolete method. Use
|
|
|
|
[[NSView focusView] isFlipped] instead
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>NSBeep</sel>
|
2002-01-28 04:50:14 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Play the System Beep
|
2002-01-28 04:50:14 +00:00
|
|
|
</desc>
|
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>NSDrawBitmap:</sel>
|
|
|
|
<arg type="NSRect">rect</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">pixelsWide</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">pixelsHigh</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">bitsPerSample</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">samplesPerPixel</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">bitsPerPixel</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">bytesPerRow</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="BOOL">isPlanar</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="BOOL">hasAlpha</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="NSString*">colorSpaceName</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="const unsigned char*const[5]">data</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Generic method to render bitmap images. This method
|
|
|
|
shouldn't be used anywhere except in the AppKit
|
|
|
|
itself. It will be replaced by the more flexible
|
|
|
|
GSDrawImage method sometime in the future.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="NSColor*">
|
|
|
|
<sel>NSReadPixel:</sel>
|
|
|
|
<arg type="NSPoint">location</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Read the Color at a Screen Position
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-04-03 16:59:43 +00:00
|
|
|
</standards>
|
|
|
|
</category>
|
|
|
|
</chapter>
|
|
|
|
<chapter>
|
|
|
|
<heading>
|
|
|
|
Software documentation for the NSGraphicsContext(Ops)
|
|
|
|
category
|
|
|
|
</heading>
|
|
|
|
<category name="Ops" class="NSGraphicsContext">
|
|
|
|
<declared>AppKit/NSGraphicsContext.h</declared>
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
<method type="void">
|
|
|
|
<sel>DPSPrintf:</sel>
|
|
|
|
<arg type="char*">fmt</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="va_list">args</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Write the string (with printf substitutions) to a
|
|
|
|
PostScript context. Other output contexts will
|
|
|
|
likely ignore this
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>DPSWriteData:</sel>
|
|
|
|
<arg type="char*">buf</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="unsigned int">count</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Write the encoded data to a PostScript context. Other
|
|
|
|
output contexts will likely ignore this
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSarc:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">r</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">angle1</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">angle2</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSarcn:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">r</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">angle1</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">angle2</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSarct:</sel>
|
|
|
|
<arg type="float">x1</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y1</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">x2</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y2</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">r</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSashow:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="const char*">s</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Displays a string as in the PostScript ashow
|
|
|
|
operator. This operator is obsolete. You should
|
|
|
|
instead use
|
|
|
|
<ref type="method" id="-DPSshow:">
|
|
|
|
-DPSshow:
|
|
|
|
</ref>
|
|
|
|
with appropriate
|
|
|
|
<ref type="method" id="-DPSrmoveto:">
|
|
|
|
-DPSrmoveto:
|
|
|
|
</ref>
|
|
|
|
operations and/or the
|
|
|
|
<ref type="method" id="-GSSetCharacterSpacing:">
|
|
|
|
-GSSetCharacterSpacing:
|
|
|
|
</ref>
|
|
|
|
method
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSawidthshow:</sel>
|
|
|
|
<arg type="float">cx</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">cy</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="int">c</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">ax</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">ay</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="const char*">s</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Displays a string as in the PostScript awidthshow
|
|
|
|
operator. This operator is obsolete. You should
|
|
|
|
instead use
|
|
|
|
<ref type="method" id="-DPSshow:">
|
|
|
|
-DPSshow:
|
|
|
|
</ref>
|
|
|
|
with appropriate
|
|
|
|
<ref type="method" id="-DPSrmoveto:">
|
|
|
|
-DPSrmoveto:
|
|
|
|
</ref>
|
|
|
|
operations and/or the
|
|
|
|
<ref type="method" id="-GSSetCharacterSpacing:">
|
|
|
|
-GSSetCharacterSpacing:
|
|
|
|
</ref>
|
|
|
|
method
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScharpath:</sel>
|
|
|
|
<arg type="const char*">s</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">b</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Appends to the current path a path that is
|
|
|
|
equivalent to the outlines of the glyphs in the
|
|
|
|
string. This results in a path that can be used for
|
|
|
|
stroking, filling or clipping
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSclip</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSclosepath</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScomposite:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">w</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">h</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">gstateNum</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">dx</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">dy</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">op</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScompositerect:</sel>
|
|
|
|
<arg type="float">x</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">y</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">w</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">h</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">op</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSconcat:</sel>
|
|
|
|
<arg type="const float*">m</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentalpha:</sel>
|
|
|
|
<arg type="float*">a</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Returns the current alpha component
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentcmykcolor:</sel>
|
|
|
|
<arg type="float*">c</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float*">m</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float*">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float*">k</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Returns the current color according to the CMYK
|
|
|
|
color model
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentflat:</sel>
|
|
|
|
<arg type="float*">flatness</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>DPScurrentgray:</sel>
|
|
|
|
<arg type="float*">gray</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Returns the gray-level equivalent in the current
|
|
|
|
color space. The value may depend on the current
|
|
|
|
color space and may be 0 if the current color space
|
|
|
|
has no notion of a <var>gray</var> value
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrenthsbcolor:</sel>
|
|
|
|
<arg type="float*">h</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float*">s</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float*">b</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Returns the current color according to the HSB
|
|
|
|
color model.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentlinecap:</sel>
|
|
|
|
<arg type="int*">linecap</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentlinejoin:</sel>
|
|
|
|
<arg type="int*">linejoin</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentlinewidth:</sel>
|
|
|
|
<arg type="float*">width</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentmiterlimit:</sel>
|
|
|
|
<arg type="float*">limit</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentoffset:</sel>
|
|
|
|
<arg type="int*">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int*">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentpoint:</sel>
|
|
|
|
<arg type="float*">x</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float*">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentrgbcolor:</sel>
|
|
|
|
<arg type="float*">r</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float*">g</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float*">b</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Returns the current color according to the RGB
|
|
|
|
color model
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurrentstrokeadjust:</sel>
|
|
|
|
<arg type="int*">b</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPScurveto:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="float">x1</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y1</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">x2</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y2</arg>
|
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">x3</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">y3</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSdissolve:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">w</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">h</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="int">gstateNum</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">dx</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">dy</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">delta</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSeoclip</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSeofill</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSfill</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSflattenpath</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSgrestore</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Pops a previously saved gstate from the gstate stack
|
|
|
|
and makes it current. Drawing information in the
|
|
|
|
previously saved gstate becomes the current
|
|
|
|
information
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSgsave</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Saves (pushes) a copy of the current gstate
|
|
|
|
information onto the gstate stack. This saves
|
|
|
|
drawing information contained in the gstate, such
|
|
|
|
as the current path, ctm and colors.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSinitclip</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSinitgraphics</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSinitmatrix</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSlineto:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSmoveto:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSnewpath</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSpathbbox:</sel>
|
|
|
|
<arg type="float*">llx</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float*">lly</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float*">urx</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float*">ury</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSrcurveto:</sel>
|
|
|
|
<arg type="float">x1</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y1</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">x2</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y2</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">x3</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y3</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSrectclip:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">w</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">h</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSrectfill:</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">w</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">h</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSrectstroke:</sel>
|
|
|
|
<arg type="float">x</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">w</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">h</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSreversepath</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSrlineto:</sel>
|
|
|
|
<arg type="float">x</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSrmoveto:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSrotate:</sel>
|
|
|
|
<arg type="float">angle</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSscale:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetalpha:</sel>
|
|
|
|
<arg type="float">a</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Sets the alpha drawing component. For this and other
|
|
|
|
color setting commands that have no differentiation
|
|
|
|
between fill and stroke colors, both the fill and
|
|
|
|
stroke alpha are set.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetcmykcolor:</sel>
|
|
|
|
<arg type="float">c</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">m</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">k</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Sets the current colorspace to Device CMYK and the
|
|
|
|
current color based on the indicated values. For
|
|
|
|
this and other color setting commands that have no
|
|
|
|
differentiation between fill and stroke
|
|
|
|
colors, both the fill and stroke colors are set.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetdash:</sel>
|
|
|
|
<arg type="const float*">pat</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="int">size</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">offset</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetflat:</sel>
|
|
|
|
<arg type="float">flatness</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetgray:</sel>
|
|
|
|
<arg type="float">gray</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Sets the current colorspace to Device Gray and the
|
|
|
|
current <var>gray</var> value
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetgstate:</sel>
|
|
|
|
<arg type="int">gst</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Makes the gstate indicated by the tag <var>gst</var>
|
|
|
|
the current gstate. Note that the gstate is copied, so
|
|
|
|
that changes to either gstate do not affect the other.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsethalftonephase:</sel>
|
|
|
|
<arg type="float">x</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsethsbcolor:</sel>
|
|
|
|
<arg type="float">h</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">s</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">b</arg>
|
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Sets the current colorspace to Device RGB and the
|
|
|
|
current color based on the indicated values
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetlinecap:</sel>
|
|
|
|
<arg type="int">linecap</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetlinejoin:</sel>
|
|
|
|
<arg type="int">linejoin</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetlinewidth:</sel>
|
|
|
|
<arg type="float">width</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetmiterlimit:</sel>
|
|
|
|
<arg type="float">limit</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetoffset:</sel>
|
|
|
|
<arg type="short int">x</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="short int">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetrgbcolor:</sel>
|
|
|
|
<arg type="float">r</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">g</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">b</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Sets the current colorspace to Device RGB and the
|
|
|
|
current color based on the indicated values
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSsetstrokeadjust:</sel>
|
|
|
|
<arg type="int">b</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>DPSshow:</sel>
|
|
|
|
<arg type="const char*">s</arg>
|
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSstroke</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPStranslate:</sel>
|
|
|
|
<arg type="float">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="float">y</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSwidthshow:</sel>
|
|
|
|
<arg type="float">x</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="float">y</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">c</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="const char*">s</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Displays a string as in the PostScript widthshow
|
|
|
|
operator. This operator is obsolete. You should
|
|
|
|
instead use
|
|
|
|
<ref type="method" id="-DPSshow:">
|
|
|
|
-DPSshow:
|
|
|
|
</ref>
|
|
|
|
with appropriate
|
|
|
|
<ref type="method" id="-DPSrmoveto:">
|
|
|
|
-DPSrmoveto:
|
|
|
|
</ref>
|
|
|
|
operations.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSxshow:</sel>
|
|
|
|
<arg type="const char*">s</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="const float*">numarray</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">size</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Displays a string as in the PostScript widthshow
|
|
|
|
operator. This operator is obsolete. You should
|
|
|
|
instead use
|
|
|
|
<ref type="method" id="-DPSshow:">
|
|
|
|
-DPSshow:
|
|
|
|
</ref>
|
|
|
|
with appropriate
|
|
|
|
<ref type="method" id="-DPSrmoveto:">
|
|
|
|
-DPSrmoveto:
|
|
|
|
</ref>
|
|
|
|
operations.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSxyshow:</sel>
|
|
|
|
<arg type="const char*">s</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="const float*">numarray</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">size</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Displays a string as in the PostScript xyshow
|
|
|
|
operator. This operator is obsolete. You should
|
|
|
|
instead use
|
|
|
|
<ref type="method" id="-DPSshow:">
|
|
|
|
-DPSshow:
|
|
|
|
</ref>
|
|
|
|
with appropriate
|
|
|
|
<ref type="method" id="-DPSrmoveto:">
|
|
|
|
-DPSrmoveto:
|
|
|
|
</ref>
|
|
|
|
operations.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>DPSyshow:</sel>
|
|
|
|
<arg type="const char*">s</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="const float*">numarray</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="int">size</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Displays a string as in the PostScript yshow
|
|
|
|
operator. This operator is obsolete. You should
|
|
|
|
instead use
|
|
|
|
<ref type="method" id="-DPSshow:">
|
|
|
|
-DPSshow:
|
|
|
|
</ref>
|
|
|
|
with appropriate
|
|
|
|
<ref type="method" id="-DPSrmoveto:">
|
|
|
|
-DPSrmoveto:
|
|
|
|
</ref>
|
|
|
|
operations.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSConcatCTM:</sel>
|
|
|
|
<arg type="NSAffineTransform*">ctm</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="NSAffineTransform*">
|
|
|
|
<sel>GSCurrentCTM</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>GSCurrentDevice:</sel>
|
|
|
|
<arg type="void**">device</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int*">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int*">y</arg>
|
|
|
|
<desc>
|
|
|
|
This is a private method used between the window
|
|
|
|
server and the context. It should not be used in any
|
|
|
|
application. Typically used by the window
|
|
|
|
server to find out what window the context is
|
|
|
|
drawing graphics to. The <var>device</var> pointer
|
|
|
|
is an opaque type that contains information about the
|
|
|
|
window. The <var>x</var> and <var>y</var> pointers
|
|
|
|
indicate the offset of the origin of the window
|
|
|
|
from the lower left-hand corner
|
|
|
|
</desc>
|
|
|
|
<standards>
|
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="int">
|
|
|
|
<sel>GSDefineGState</sel>
|
|
|
|
<desc>
|
|
|
|
Creates a copy of the current gstate and associates
|
|
|
|
it with a tag, which is given in the return value. This
|
|
|
|
tag can later be used in
|
|
|
|
<ref type="method" id="-DPSsetgstate:">
|
|
|
|
-DPSsetgstate:
|
|
|
|
</ref>
|
|
|
|
to set the gstate as being current again.
|
|
|
|
</desc>
|
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-04-03 16:59:43 +00:00
|
|
|
</standards>
|
|
|
|
</method>
|
2001-12-17 16:51:51 +00:00
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSDrawImage:</sel>
|
|
|
|
<arg type="NSRect">rect</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="void*">imageref</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Generic method to draw an image into a
|
|
|
|
<var>rect</var>. The image is defined by
|
|
|
|
<var>imageref</var>, an opaque structure. Support for
|
|
|
|
this method hasn't been implemented yet, so it should
|
|
|
|
not be used anywhere.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="NSAffineTransform*">
|
|
|
|
<sel>GSGetTextCTM</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-04-03 16:59:43 +00:00
|
|
|
<method type="NSPoint">
|
|
|
|
<sel>GSGetTextPosition</sel>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSRectClipList:</sel>
|
|
|
|
<arg type="const NSRect*">rects</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="int">count</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSRectFillList:</sel>
|
|
|
|
<arg type="const NSRect*">rects</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="int">count</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSReplaceGState:</sel>
|
|
|
|
<arg type="int">gst</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Replaces the gstate refered to by the tag
|
|
|
|
<var>gst</var> with the current gstate. The former
|
|
|
|
gstate is destroyed.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSendBezierPath:</sel>
|
|
|
|
<arg type="NSBezierPath*">path</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetCTM:</sel>
|
|
|
|
<arg type="NSAffineTransform*">ctm</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetCharacterSpacing:</sel>
|
|
|
|
<arg type="float">extra</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
|
|
|
</standards>
|
|
|
|
</method>
|
|
|
|
<method type="void">
|
|
|
|
<sel>GSSetDevice:</sel>
|
|
|
|
<arg type="void*">device</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">x</arg>
|
|
|
|
<sel>:</sel>
|
|
|
|
<arg type="int">y</arg>
|
|
|
|
<desc>
|
|
|
|
This is a private method used between the window
|
|
|
|
server and the context. It should not be used in any
|
|
|
|
application. Typically called by the window
|
|
|
|
server to tell the context what window it should
|
|
|
|
draw graphics to. The <var>device</var> pointer is an
|
|
|
|
opaque type that contains information about the
|
|
|
|
window. The <var>x</var> and <var>y</var> values
|
|
|
|
tell the context that it should put the origin of the
|
|
|
|
transform matrix at the indicated <var>x</var>
|
|
|
|
and <var>y</var> values from the lower left-hand corner
|
|
|
|
of the window
|
|
|
|
</desc>
|
|
|
|
<standards>
|
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetFillColor:</sel>
|
|
|
|
<arg type="float*">values</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Sets the current color for fill operations. The
|
|
|
|
<var>values</var> array should have n components,
|
|
|
|
where n corresponds to the number of color components
|
|
|
|
required to specify the color in the current
|
|
|
|
colorspace.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetFillColorspace:</sel>
|
|
|
|
<arg type="NSDictionary*">dict</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
<p>
|
|
|
|
Sets the colorspace for fill operations based on
|
|
|
|
values in the supplied dictionary <var>dict</var>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
For device colorspaces (GSDeviceGray, GSDeviceRGB,
|
|
|
|
GSDeviceCMYK), only the name of the
|
|
|
|
colorspace needs to be set using the
|
|
|
|
GSColorSpaceName key.
|
|
|
|
</p>
|
|
|
|
<p>Other colorspaces will be documented later</p>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetFont:</sel>
|
|
|
|
<arg type="NSFont*">font</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetFontSize:</sel>
|
|
|
|
<arg type="float">size</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetStrokeColor:</sel>
|
|
|
|
<arg type="float*">values</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-07-17 14:06:33 +00:00
|
|
|
Sets the current color for stroke operations. The
|
2002-04-03 16:59:43 +00:00
|
|
|
<var>values</var> array should have n components,
|
|
|
|
where n corresponds to the number of color components
|
|
|
|
required to specify the color in the current
|
|
|
|
colorspace.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetStrokeColorspace:</sel>
|
|
|
|
<arg type="NSDictionary*">dict</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Sets the colorspace for stroke operations based on the
|
|
|
|
values in the supplied dictionary. See
|
|
|
|
<ref type="method" id="-GSSetFillColorspace:">
|
|
|
|
-GSSetFillColorspace:
|
|
|
|
</ref>
|
|
|
|
for a description of the values that need to be
|
|
|
|
supplied
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetTextCTM:</sel>
|
|
|
|
<arg type="NSAffineTransform*">ctm</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetTextDrawingMode:</sel>
|
|
|
|
<arg type="GSTextDrawingMode">mode</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSSetTextPosition:</sel>
|
|
|
|
<arg type="NSPoint">loc</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSShowGlyphs:</sel>
|
|
|
|
<arg type="const NSGlyph*">glyphs</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="size_t">length</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSShowText:</sel>
|
|
|
|
<arg type="const char*">string</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<sel>:</sel>
|
2002-04-03 16:59:43 +00:00
|
|
|
<arg type="size_t">length</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<em>Description forthcoming.</em>
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
|
|
|
<method type="void">
|
2002-04-03 16:59:43 +00:00
|
|
|
<sel>GSUndefineGState:</sel>
|
|
|
|
<arg type="int">gst</arg>
|
2001-12-17 16:51:51 +00:00
|
|
|
<desc>
|
2002-04-03 16:59:43 +00:00
|
|
|
Disassociates the tag <var>gst</var> with
|
|
|
|
it's gstate and destroys the gstate object. The tag
|
|
|
|
will no longer be valid and should not be used to
|
|
|
|
refer to the gstate again.
|
2001-12-17 16:51:51 +00:00
|
|
|
</desc>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</method>
|
2002-01-28 04:50:14 +00:00
|
|
|
<standards>
|
2002-07-17 14:06:33 +00:00
|
|
|
<MacOS-X /> <NotOpenStep /> <GNUstep />
|
2002-01-28 04:50:14 +00:00
|
|
|
</standards>
|
2001-12-17 16:51:51 +00:00
|
|
|
</category>
|
|
|
|
</chapter>
|
2000-02-28 16:33:27 +00:00
|
|
|
</body>
|
|
|
|
</gsdoc>
|