NSGraphicsContext
Authors
- Richard Frith-Macdonald(
richard@brainstorm.co.uk
)
-
- Adam Fedor(
fedor@gnu.org
)
-
GNUstep drawing context class.
Copyright: (C) 1998,1999 Free Software Foundation, Inc.
Software documentation for the NSGraphicsContext class
Declared: AppKit/NSGraphicsContext.h
currentContext
+ (NSGraphicsContext*) currentContext;
currentContextDrawingToScreen
+ (BOOL) currentContextDrawingToScreen;
graphicsContextWithAttributes:
+ (NSGraphicsContext*) graphicsContextWithAttributes: (NSDictionary*)info;
graphicsContextWithWindow:
+ (NSGraphicsContext*) graphicsContextWithWindow: (NSWindow*)aWindow;
restoreGraphicsState
+ (void) restoreGraphicsState;
saveGraphicsState
+ (void) saveGraphicsState;
setCurrentContext:
+ (void) setCurrentContext: (NSGraphicsContext*)context;
setGraphicsState:
+ (void) setGraphicsState: (int)graphicsState;
waitAllContexts
+ (void) waitAllContexts;
attributes
- (NSDictionary*) attributes;
flush
- (void) flush;
flushGraphics
- (void) flushGraphics;
graphicsPort
- (void*) graphicsPort;
isDrawingToScreen
- (BOOL) isDrawingToScreen;
restoreGraphicsState
- (void) restoreGraphicsState;
saveGraphicsState
- (void) saveGraphicsState;
wait
- (void) wait;
Software documentation for the
NSGraphicsContext(GNUstep) category
Declared: AppKit/NSGraphicsContext.h
defaultContextWithInfo:
+ (NSGraphicsContext*) defaultContextWithInfo: (NSDictionary*)info;
setDefaultContextClass:
+ (void) setDefaultContextClass: (Class)defaultContextClass;
_addDragTypes:toWindow:
- (BOOL) _addDragTypes: (NSArray*)types toWindow: (NSWindow*)win;
_dragInfo
- (id) _dragInfo;
_dragTypesForWindow:
- (NSCountedSet*) _dragTypesForWindow: (NSWindow*)win;
_postExternalEvent:
- (void) _postExternalEvent: (NSEvent*)event;
_removeDragTypes:fromWindow:
- (BOOL) _removeDragTypes: (NSArray*)types fromWindow: (NSWindow*)win;
destroyContext
- (void) destroyContext;
focusView
- (NSView*) focusView;
initWithContextInfo:
- (id) initWithContextInfo: (NSDictionary*)info;
lockFocusView:inRect:
- (void) lockFocusView: (NSView*)aView inRect: (NSRect)rect;
mutableData
- (NSMutableData*) mutableData;
resetUsedFonts
- (void) resetUsedFonts;
unlockFocusView:needsFlush:
- (void) unlockFocusView: (NSView*)aView needsFlush: (BOOL)flush;
useFont:
- (void) useFont: (NSString*)fontName;
usedFonts
- (NSSet*) usedFonts;
Software documentation for the
NSGraphicsContext(NSGraphics)
category
Declared: AppKit/NSGraphicsContext.h
initializeBackend
+ (void) initializeBackend;
GSAvailableDepthsForScreen:
- (const NSWindowDepth*) GSAvailableDepthsForScreen: (int)screen;
GSWDefineAsUserObj
- (unsigned int) GSWDefineAsUserObj;
GSWSetViewIsFlipped:
- (void) GSWSetViewIsFlipped: (BOOL)flipped;
GSWViewIsFlipped
- (BOOL) GSWViewIsFlipped;
GSWindowDepthForScreen:
- (NSWindowDepth) GSWindowDepthForScreen: (int)screen;
NSBeep
- (void) NSBeep;
NSCopyBitmapFromGState:::
- (void) NSCopyBitmapFromGState: (int)srcGstate : (NSRect)srcRect : (NSRect)destRect;
NSCopyBits:::
- (void) NSCopyBits: (int)srcGstate : (NSRect)srcRect : (NSPoint)destPoint;
NSDottedFrameRect:
- (void) NSDottedFrameRect: (const NSRect)aRect;
NSDrawBitmap:::::::::::
- (void) NSDrawBitmap: (NSRect)rect : (int)pixelsWide : (int)pixelsHigh : (int)bitsPerSample : (int)samplesPerPixel : (int)bitsPerPixel : (int)bytesPerRow : (BOOL)isPlanar : (BOOL)hasAlpha : (NSString*)colorSpaceName : (const unsigned char*const[5])data;
NSEraseRect:
- (void) NSEraseRect: (NSRect)aRect;
NSFrameRect:
- (void) NSFrameRect: (const NSRect)aRect;
NSFrameRectWithWidth::
- (void) NSFrameRectWithWidth: (const NSRect)aRect : (float)frameWidth;
NSHighlightRect:
- (void) NSHighlightRect: (NSRect)aRect;
NSReadPixel:
- (NSColor*) NSReadPixel: (NSPoint)location;
NSRectClip:
- (void) NSRectClip: (NSRect)aRect;
NSRectClipList::
- (void) NSRectClipList: (const NSRect*)rects : (int)count;
NSRectFill:
- (void) NSRectFill: (NSRect)aRect;
NSRectFillList::
- (void) NSRectFillList: (const NSRect*)rects : (int)count;
NSRectFillListWithGrays:::
- (void) NSRectFillListWithGrays: (const NSRect*)rects : (const float*)grays : (int)count;
NSRectFillUsingOperation::
- (void) NSRectFillUsingOperation: (NSRect)aRect : (NSCompositingOperation)op;
Software documentation for the NSGraphicsContext(Ops)
category
Declared: AppKit/NSGraphicsContext.h
DPSDiscardEventsMatchingMask:beforeEvent:
- (void) DPSDiscardEventsMatchingMask: (unsigned)mask beforeEvent: (NSEvent*)limit;
DPSFontDirectory
- (void) DPSFontDirectory;
DPSGetEventMatchingMask:beforeDate:inMode:dequeue:
- (NSEvent*) DPSGetEventMatchingMask: (unsigned)mask beforeDate: (NSDate*)limit inMode: (NSString*)mode dequeue: (BOOL)flag;
DPSISOLatin1Encoding
- (void) DPSISOLatin1Encoding;
DPSPostEvent:atStart:
- (void) DPSPostEvent: (NSEvent*)anEvent atStart: (BOOL)flag;
DPSPrintf::
- (void) DPSPrintf: (char*)fmt : (va_list)args;
DPSSharedFontDirectory
- (void) DPSSharedFontDirectory;
DPSStandardEncoding
- (void) DPSStandardEncoding;
DPSWriteData::
- (void) DPSWriteData: (char*)buf : (unsigned int)count;
DPSalphaimage
- (void) DPSalphaimage;
DPSarc:::::
- (void) DPSarc: (float)x : (float)y : (float)r : (float)angle1 : (float)angle2;
DPSarcn:::::
- (void) DPSarcn: (float)x : (float)y : (float)r : (float)angle1 : (float)angle2;
DPSarct:::::
- (void) DPSarct: (float)x1 : (float)y1 : (float)x2 : (float)y2 : (float)r;
DPSarcto:::::::::
- (void) DPSarcto: (float)x1 : (float)y1 : (float)x2 : (float)y2 : (float)r : (float*)xt1 : (float*)yt1 : (float*)xt2 : (float*)yt2;
DPSashow:::
- (void) DPSashow: (float)x : (float)y : (const char*)s;
DPSawidthshow::::::
- (void) DPSawidthshow: (float)cx : (float)cy : (int)c : (float)ax : (float)ay : (const char*)s;
DPScapturegstate:
- (void) DPScapturegstate: (int*)gst;
DPScapturemouse:
- (void) DPScapturemouse: (int)win;
DPScharpath::
- (void) DPScharpath: (const char*)s : (int)b;
DPSclear
- (void) DPSclear;
DPScleartomark
- (void) DPScleartomark;
DPSclip
- (void) DPSclip;
DPSclippath
- (void) DPSclippath;
DPSclosepath
- (void) DPSclosepath;
DPScolorimage
- (void) DPScolorimage;
DPScomposite::::::::
- (void) DPScomposite: (float)x : (float)y : (float)w : (float)h : (int)gstateNum : (float)dx : (float)dy : (int)op;
DPScompositerect:::::
- (void) DPScompositerect: (float)x : (float)y : (float)w : (float)h : (int)op;
DPSconcat:
- (void) DPSconcat: (const float*)m;
DPSconcatmatrix
- (void) DPSconcatmatrix;
DPScopy:
- (void) DPScopy: (int)n;
DPScopypage
- (void) DPScopypage;
DPScount:
- (void) DPScount: (int*)n;
DPScountscreenlist::
- (void) DPScountscreenlist: (int)context : (int*)count;
DPScounttomark:
- (void) DPScounttomark: (int*)n;
DPScountwindowlist::
- (void) DPScountwindowlist: (int)context : (int*)count;
DPScurrentalpha:
- (void) DPScurrentalpha: (float*)alpha;
DPScurrentcacheparams
- (void) DPScurrentcacheparams;
DPScurrentcmykcolor::::
- (void) DPScurrentcmykcolor: (float*)c : (float*)m : (float*)y : (float*)k;
DPScurrentdash
- (void) DPScurrentdash;
DPScurrentdefaultdepthlimit:
- (void) DPScurrentdefaultdepthlimit: (int*)limit;
DPScurrentdrawingfunction:
- (void) DPScurrentdrawingfunction: (int*)function;
DPScurrentflat:
- (void) DPScurrentflat: (float*)flatness;
DPScurrentfont
- (void) DPScurrentfont;
DPScurrentgcdrawable::::
- (void) DPScurrentgcdrawable: (void**)gc : (void**)draw : (int*)x : (int*)y;
DPScurrentgcdrawablecolor:::::
- (void) DPScurrentgcdrawablecolor: (void**)gc : (void**)draw : (int*)x : (int*)y : (int*)colorInfo;
DPScurrentgray:
- (void) DPScurrentgray: (float*)gray;
DPScurrentgstate:
- (void) DPScurrentgstate: (int)gst;
DPScurrenthalftone
- (void) DPScurrenthalftone;
DPScurrenthalftonephase::
- (void) DPScurrenthalftonephase: (float*)x : (float*)y;
DPScurrenthsbcolor:::
- (void) DPScurrenthsbcolor: (float*)h : (float*)s : (float*)b;
DPScurrentlinecap:
- (void) DPScurrentlinecap: (int*)linecap;
DPScurrentlinejoin:
- (void) DPScurrentlinejoin: (int*)linejoin;
DPScurrentlinewidth:
- (void) DPScurrentlinewidth: (float*)width;
DPScurrentmatrix
- (void) DPScurrentmatrix;
DPScurrentmiterlimit:
- (void) DPScurrentmiterlimit: (float*)limit;
DPScurrentoffset::
- (void) DPScurrentoffset: (int*)x : (int*)y;
DPScurrentowner::
- (void) DPScurrentowner: (int)win : (int*)owner;
DPScurrentpoint::
- (void) DPScurrentpoint: (float*)x : (float*)y;
DPScurrentrgbcolor:::
- (void) DPScurrentrgbcolor: (float*)r : (float*)g : (float*)b;
DPScurrentscreen
- (void) DPScurrentscreen;
DPScurrentserverdevice:
- (void) DPScurrentserverdevice: (void**)serverptr;
DPScurrentstrokeadjust:
- (void) DPScurrentstrokeadjust: (int*)b;
DPScurrenttransfer
- (void) DPScurrenttransfer;
DPScurrentwindow:
- (void) DPScurrentwindow: (int*)num;
DPScurrentwindowalpha::
- (void) DPScurrentwindowalpha: (int)win : (int*)alpha;
DPScurrentwindowbounds:::::
- (void) DPScurrentwindowbounds: (int)num : (float*)x : (float*)y : (float*)w : (float*)h;
DPScurrentwindowdepth::
- (void) DPScurrentwindowdepth: (int)win : (int*)depth;
DPScurrentwindowdepthlimit::
- (void) DPScurrentwindowdepthlimit: (int)win : (int*)limit;
DPScurrentwindowdevice::
- (void) DPScurrentwindowdevice: (int)win : (void**)windowptr;
DPScurrentwindowlevel::
- (void) DPScurrentwindowlevel: (int)win : (int*)level;
DPScurveto::::::
- (void) DPScurveto: (float)x1 : (float)y1 : (float)x2 : (float)y2 : (float)x3 : (float)y3;
DPSdefaultmatrix
- (void) DPSdefaultmatrix;
DPSdefinefont
- (void) DPSdefinefont;
DPSdefineuserobject
- (void) DPSdefineuserobject;
DPSdissolve::::::::
- (void) DPSdissolve: (float)x : (float)y : (float)w : (float)h : (int)gstateNum : (float)dx : (float)dy : (float)delta;
DPSdocedited::
- (void) DPSdocedited: (int)edited : (int)window;
DPSdtransform::::
- (void) DPSdtransform: (float)x1 : (float)y1 : (float*)x2 : (float*)y2;
DPSdup
- (void) DPSdup;
DPSeoclip
- (void) DPSeoclip;
DPSeofill
- (void) DPSeofill;
DPSeoviewclip
- (void) DPSeoviewclip;
DPSerasepage
- (void) DPSerasepage;
DPSexch
- (void) DPSexch;
DPSexecstack
- (void) DPSexecstack;
DPSexecuserobject:
- (void) DPSexecuserobject: (int)index;
DPSfill
- (void) DPSfill;
DPSfindfont:
- (void) DPSfindfont: (const char*)name;
DPSfindwindow::::::::
- (void) DPSfindwindow: (float)x : (float)y : (int)op : (int)otherWin : (float*)lx : (float*)ly : (int*)winFound : (int*)didFind;
DPSflattenpath
- (void) DPSflattenpath;
DPSflush
- (void) DPSflush;
DPSflushwindowrect:::::
- (void) DPSflushwindowrect: (float)x : (float)y : (float)w : (float)h : (int)win;
DPSfrontwindow:
- (void) DPSfrontwindow: (int*)num;
DPSget
- (void) DPSget;
DPSgetboolean:
- (void) DPSgetboolean: (int*)it;
DPSgetchararray::
- (void) DPSgetchararray: (int)size : (char*)s;
DPSgetfloat:
- (void) DPSgetfloat: (float*)it;
DPSgetfloatarray::
- (void) DPSgetfloatarray: (int)size : (float*)a;
DPSgetint:
- (void) DPSgetint: (int*)it;
DPSgetintarray::
- (void) DPSgetintarray: (int)size : (int*)a;
DPSgetstring:
- (void) DPSgetstring: (char*)s;
DPSgrestore
- (void) DPSgrestore;
DPSgrestoreall
- (void) DPSgrestoreall;
DPSgsave
- (void) DPSgsave;
DPSgstate
- (void) DPSgstate;
DPShidecursor
- (void) DPShidecursor;
DPSidentmatrix
- (void) DPSidentmatrix;
DPSidtransform::::
- (void) DPSidtransform: (float)x1 : (float)y1 : (float*)x2 : (float*)y2;
DPSimage
- (void) DPSimage;
DPSimagecursor:::::::
- (void) DPSimagecursor: (float)hotx : (float)hoty : (float)w : (float)h : (int)colors : (const char*)image : (void**)cid;
DPSimagemask
- (void) DPSimagemask;
DPSindex:
- (void) DPSindex: (int)i;
DPSinitclip
- (void) DPSinitclip;
DPSinitgraphics
- (void) DPSinitgraphics;
DPSinitmatrix
- (void) DPSinitmatrix;
DPSinitviewclip
- (void) DPSinitviewclip;
DPSinvertmatrix
- (void) DPSinvertmatrix;
DPSitransform::::
- (void) DPSitransform: (float)x1 : (float)y1 : (float*)x2 : (float*)y2;
DPSkshow:
- (void) DPSkshow: (const char*)s;
DPSlineto::
- (void) DPSlineto: (float)x : (float)y;
DPSmakefont
- (void) DPSmakefont;
DPSmark
- (void) DPSmark;
DPSmatrix
- (void) DPSmatrix;
DPSminiwindow:
- (void) DPSminiwindow: (int)num;
DPSmouselocation::
- (void) DPSmouselocation: (float*)x : (float*)y;
DPSmoveto::
- (void) DPSmoveto: (float)x : (float)y;
DPSmovewindow:::
- (void) DPSmovewindow: (float)x : (float)y : (int)num;
DPSnewpath
- (void) DPSnewpath;
DPSnull
- (void) DPSnull;
DPSorderwindow:::
- (void) DPSorderwindow: (int)op : (int)otherWin : (int)winNum;
DPSpathbbox::::
- (void) DPSpathbbox: (float*)llx : (float*)lly : (float*)urx : (float*)ury;
DPSpathforall
- (void) DPSpathforall;
DPSplacewindow:::::
- (void) DPSplacewindow: (float)x : (float)y : (float)w : (float)h : (int)win;
DPSpop
- (void) DPSpop;
DPSput
- (void) DPSput;
DPSrcurveto::::::
- (void) DPSrcurveto: (float)x1 : (float)y1 : (float)x2 : (float)y2 : (float)x3 : (float)y3;
DPSreadimage
- (void) DPSreadimage;
DPSrectclip::::
- (void) DPSrectclip: (float)x : (float)y : (float)w : (float)h;
DPSrectfill::::
- (void) DPSrectfill: (float)x : (float)y : (float)w : (float)h;
DPSrectstroke::::
- (void) DPSrectstroke: (float)x : (float)y : (float)w : (float)h;
DPSrectviewclip::::
- (void) DPSrectviewclip: (float)x : (float)y : (float)w : (float)h;
DPSreleasemouse
- (void) DPSreleasemouse;
DPSrestore
- (void) DPSrestore;
DPSreversepath
- (void) DPSreversepath;
DPSrlineto::
- (void) DPSrlineto: (float)x : (float)y;
DPSrmoveto::
- (void) DPSrmoveto: (float)x : (float)y;
DPSroll::
- (void) DPSroll: (int)n : (int)j;
DPSrotate:
- (void) DPSrotate: (float)angle;
DPSsave
- (void) DPSsave;
DPSscale::
- (void) DPSscale: (float)x : (float)y;
DPSscalefont:
- (void) DPSscalefont: (float)size;
DPSscreenlist:::
- (void) DPSscreenlist: (int)context : (int)count : (int*)windows;
DPSselectfont::
- (void) DPSselectfont: (const char*)name : (float)scale;
DPSsendboolean:
- (void) DPSsendboolean: (int)it;
DPSsendchararray::
- (void) DPSsendchararray: (const char*)s : (int)size;
DPSsendfloat:
- (void) DPSsendfloat: (float)it;
DPSsendfloatarray::
- (void) DPSsendfloatarray: (const float*)a : (int)size;
DPSsendint:
- (void) DPSsendint: (int)it;
DPSsendintarray::
- (void) DPSsendintarray: (const int*)a : (int)size;
DPSsendstring:
- (void) DPSsendstring: (const char*)s;
DPSsetalpha:
- (void) DPSsetalpha: (float)a;
DPSsetautofill::
- (void) DPSsetautofill: (int)truth : (int)num;
DPSsetbbox::::
- (void) DPSsetbbox: (float)llx : (float)lly : (float)urx : (float)ury;
DPSsetcmykcolor::::
- (void) DPSsetcmykcolor: (float)c : (float)m : (float)y : (float)k;
DPSsetcursorcolor:::::::
- (void) DPSsetcursorcolor: (float)fr : (float)fg : (float)fb : (float)br : (float)bg : (float)bb : (void*)cid;
DPSsetdash:::
- (void) DPSsetdash: (const float*)pat : (int)size : (float)offset;
DPSsetdefaultdepthlimit:
- (void) DPSsetdefaultdepthlimit: (int)limit;
DPSsetdrawingfunction:
- (void) DPSsetdrawingfunction: (int)function;
DPSsetexposurecolor
- (void) DPSsetexposurecolor;
DPSsetflat:
- (void) DPSsetflat: (float)flatness;
DPSsetfont:
- (void) DPSsetfont: (int)f;
DPSsetgcdrawable::::
- (void) DPSsetgcdrawable: (void*)gc : (void*)draw : (int)x : (int)y;
DPSsetgcdrawablecolor:::::
- (void) DPSsetgcdrawablecolor: (void*)gc : (void*)draw : (int)x : (int)y : (const int*)colorInfo;
DPSsetgray:
- (void) DPSsetgray: (float)gray;
DPSsetgstate:
- (void) DPSsetgstate: (int)gst;
DPSsethalftone
- (void) DPSsethalftone;
DPSsethalftonephase::
- (void) DPSsethalftonephase: (float)x : (float)y;
DPSsethsbcolor:::
- (void) DPSsethsbcolor: (float)h : (float)s : (float)b;
DPSsetinputfocus:
- (void) DPSsetinputfocus: (int)win;
DPSsetinputstate::
- (void) DPSsetinputstate: (int)window : (int)state;
DPSsetlinecap:
- (void) DPSsetlinecap: (int)linecap;
DPSsetlinejoin:
- (void) DPSsetlinejoin: (int)linejoin;
DPSsetlinewidth:
- (void) DPSsetlinewidth: (float)width;
DPSsetmatrix
- (void) DPSsetmatrix;
DPSsetmaxsize:::
- (void) DPSsetmaxsize: (float)width : (float)height : (int)win;
DPSsetminsize:::
- (void) DPSsetminsize: (float)width : (float)height : (int)win;
DPSsetmiterlimit:
- (void) DPSsetmiterlimit: (float)limit;
DPSsetoffset::
- (void) DPSsetoffset: (short int)x : (short int)y;
DPSsetowner::
- (void) DPSsetowner: (int)owner : (int)win;
DPSsetresizeincrements:::
- (void) DPSsetresizeincrements: (float)width : (float)height : (int)win;
DPSsetrgbactual::::
- (void) DPSsetrgbactual: (double)r : (double)g : (double)b : (int*)success;
DPSsetrgbcolor:::
- (void) DPSsetrgbcolor: (float)r : (float)g : (float)b;
DPSsetscreen
- (void) DPSsetscreen;
DPSsetsendexposed::
- (void) DPSsetsendexposed: (int)truth : (int)num;
DPSsetstrokeadjust:
- (void) DPSsetstrokeadjust: (int)b;
DPSsettransfer
- (void) DPSsettransfer;
DPSsetwindowdepthlimit::
- (void) DPSsetwindowdepthlimit: (int)limit : (int)win;
DPSsetwindowlevel::
- (void) DPSsetwindowlevel: (int)level : (int)win;
DPSsetwindowtype::
- (void) DPSsetwindowtype: (int)type : (int)win;
DPSshow:
- (void) DPSshow: (const char*)s;
DPSshowcursor
- (void) DPSshowcursor;
DPSshowpage
- (void) DPSshowpage;
DPSstandardcursor::
- (void) DPSstandardcursor: (int)style : (void**)cid;
DPSstroke
- (void) DPSstroke;
DPSstrokepath
- (void) DPSstrokepath;
DPSstyleoffsets:::::
- (void) DPSstyleoffsets: (float*)l : (float*)r : (float*)t : (float*)b : (int)style;
DPSstylewindow::
- (void) DPSstylewindow: (int)style : (int)num;
DPStermwindow:
- (void) DPStermwindow: (int)num;
DPStitlewindow::
- (void) DPStitlewindow: (const char*)window_title : (int)num;
DPStransform::::
- (void) DPStransform: (float)x1 : (float)y1 : (float*)x2 : (float*)y2;
DPStranslate::
- (void) DPStranslate: (float)x : (float)y;
DPSueofill::::
- (void) DPSueofill: (const char*)nums : (int)n : (const char*)op : (int)l;
DPSufill::::
- (void) DPSufill: (const char*)nums : (int)n : (const char*)ops : (int)l;
DPSundefinefont:
- (void) DPSundefinefont: (const char*)name;
DPSundefineuserobject:
- (void) DPSundefineuserobject: (int)index;
DPSupdatewindow:
- (void) DPSupdatewindow: (int)win;
DPSustroke::::
- (void) DPSustroke: (const char*)nums : (int)n : (const char*)ops : (int)l;
DPSustrokepath::::
- (void) DPSustrokepath: (const char*)nums : (int)n : (const char*)ops : (int)l;
DPSviewclip
- (void) DPSviewclip;
DPSviewclippath
- (void) DPSviewclippath;
DPSwidthshow::::
- (void) DPSwidthshow: (float)x : (float)y : (int)c : (const char*)s;
DPSwindow::::::
- (void) DPSwindow: (float)x : (float)y : (float)w : (float)h : (int)type : (int*)num;
DPSwindowdevice:
- (void) DPSwindowdevice: (int)num;
DPSwindowdeviceround:
- (void) DPSwindowdeviceround: (int)num;
DPSwindowlist:::
- (void) DPSwindowlist: (int)context : (int)count : (int*)windows;
DPSxshow:::
- (void) DPSxshow: (const char*)s : (const float*)numarray : (int)size;
DPSxyshow:::
- (void) DPSxyshow: (const char*)s : (const float*)numarray : (int)size;
DPSyshow:::
- (void) DPSyshow: (const char*)s : (const float*)numarray : (int)size;
setFont:
- (void) setFont: (NSFont*)font;