Simple printint implementation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11341 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-11-08 18:26:39 +00:00
parent 81915f4a3c
commit 04a3436aff
119 changed files with 4892 additions and 3621 deletions

View file

@ -2,9 +2,9 @@
<title>NSImage</title>
</head>
<body>
<a href ="NSHelpManager.html">[Previous]</a>
<a href ="Gui.html">[Up]</a>
<a href ="NSImageCell.html">[Next]</a>
<a href ="NSHelpManager.html">[Previous] </a>
<a href ="Gui.html">[Up] </a>
<a href ="NSImageCell.html">[Next] </a>
<h1>NSImage</h1>
<h3>Authors </h3>
<dl>
@ -27,61 +27,61 @@
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSImage.html#method-0">+canInitWithPasteboard:</a>
<li><a href ="NSImage.html#method-1">+imageFileTypes</a>
<li><a href ="NSImage.html#method-2">+imageNamed:</a>
<li><a href ="NSImage.html#method-3">+imagePasteboardTypes</a>
<li><a href ="NSImage.html#method-4">+imageUnfilteredFileTypes</a>
<li><a href ="NSImage.html#method-5">+imageUnfilteredPasteboardTypes</a>
<li><a href ="NSImage.html#method-50">-TIFFRepresentation</a>
<li><a href ="NSImage.html#method-51">-TIFFRepresentationUsingCompression:factor:</a>
<li><a href ="NSImage.html#method-6">-addRepresentation:</a>
<li><a href ="NSImage.html#method-7">-addRepresentations:</a>
<li><a href ="NSImage.html#method-8">-backgroundColor</a>
<li><a href ="NSImage.html#method-9">-bestRepresentationForDevice:</a>
<li><a href ="NSImage.html#method-10">-cacheDepthMatchesImageDepth</a>
<li><a href ="NSImage.html#method-11">-compositeToPoint:fromRect:operation:</a>
<li><a href ="NSImage.html#method-12">-compositeToPoint:operation:</a>
<li><a href ="NSImage.html#method-13">-delegate</a>
<li><a href ="NSImage.html#method-14">-dissolveToPoint:fraction:</a>
<li><a href ="NSImage.html#method-15">-dissolveToPoint:fromRect:fraction:</a>
<li><a href ="NSImage.html#method-16">-drawRepresentation:</a>
<li><a href ="NSImage.html#method-54">-imageDidNotDraw:</a>
<li><a href ="NSImage.html#method-17">-initByReferencingFile:</a>
<li><a href ="NSImage.html#method-18">-initWithBitmapHandle:</a>
<li><a href ="NSImage.html#method-19">-initWithContentsOfFile:</a>
<li><a href ="NSImage.html#method-20">-initWithData:</a>
<li><a href ="NSImage.html#method-21">-initWithIconHandle:</a>
<li><a href ="NSImage.html#method-22">-initWithPasteboard:</a>
<li><a href ="NSImage.html#method-23">-initWithSize:</a>
<li><a href ="NSImage.html#method-24">-isCachedSeparately</a>
<li><a href ="NSImage.html#method-25">-isDataRetained</a>
<li><a href ="NSImage.html#method-26">-isFlipped</a>
<li><a href ="NSImage.html#method-27">-isValid</a>
<li><a href ="NSImage.html#method-28">-lockFocus</a>
<li><a href ="NSImage.html#method-29">-lockFocusOnRepresentation:</a>
<li><a href ="NSImage.html#method-30">-matchesOnMultipleResolution</a>
<li><a href ="NSImage.html#method-31">-name</a>
<li><a href ="NSImage.html#method-32">-prefersColorMatch</a>
<li><a href ="NSImage.html#method-33">-recache</a>
<li><a href ="NSImage.html#method-34">-removeRepresentation:</a>
<li><a href ="NSImage.html#method-35">-representations</a>
<li><a href ="NSImage.html#method-36">-scalesWhenResized</a>
<li><a href ="NSImage.html#method-37">-setBackgroundColor:</a>
<li><a href ="NSImage.html#method-38">-setCacheDepthMatchesImageDepth:</a>
<li><a href ="NSImage.html#method-39">-setCachedSeparately:</a>
<li><a href ="NSImage.html#method-40">-setDataRetained:</a>
<li><a href ="NSImage.html#method-41">-setDelegate:</a>
<li><a href ="NSImage.html#method-42">-setFlipped:</a>
<li><a href ="NSImage.html#method-43">-setMatchesOnMultipleResolution:</a>
<li><a href ="NSImage.html#method-44">-setName:</a>
<li><a href ="NSImage.html#method-45">-setPrefersColorMatch:</a>
<li><a href ="NSImage.html#method-46">-setScalesWhenResized:</a>
<li><a href ="NSImage.html#method-47">-setSize:</a>
<li><a href ="NSImage.html#method-48">-setUsesEPSOnResolutionMismatch:</a>
<li><a href ="NSImage.html#method-49">-size</a>
<li><a href ="NSImage.html#method-52">-unlockFocus</a>
<li><a href ="NSImage.html#method-53">-usesEPSOnResolutionMismatch</a>
<li ><a href ="NSImage.html#method-0">+canInitWithPasteboard:</a>
<li ><a href ="NSImage.html#method-1">+imageFileTypes</a>
<li ><a href ="NSImage.html#method-2">+imageNamed:</a>
<li ><a href ="NSImage.html#method-3">+imagePasteboardTypes</a>
<li ><a href ="NSImage.html#method-4">+imageUnfilteredFileTypes</a>
<li ><a href ="NSImage.html#method-5">+imageUnfilteredPasteboardTypes</a>
<li ><a href ="NSImage.html#method-50">-TIFFRepresentation</a>
<li ><a href ="NSImage.html#method-51">-TIFFRepresentationUsingCompression:factor:</a>
<li ><a href ="NSImage.html#method-6">-addRepresentation:</a>
<li ><a href ="NSImage.html#method-7">-addRepresentations:</a>
<li ><a href ="NSImage.html#method-8">-backgroundColor</a>
<li ><a href ="NSImage.html#method-9">-bestRepresentationForDevice:</a>
<li ><a href ="NSImage.html#method-10">-cacheDepthMatchesImageDepth</a>
<li ><a href ="NSImage.html#method-11">-compositeToPoint:fromRect:operation:</a>
<li ><a href ="NSImage.html#method-12">-compositeToPoint:operation:</a>
<li ><a href ="NSImage.html#method-13">-delegate</a>
<li ><a href ="NSImage.html#method-14">-dissolveToPoint:fraction:</a>
<li ><a href ="NSImage.html#method-15">-dissolveToPoint:fromRect:fraction:</a>
<li ><a href ="NSImage.html#method-16">-drawRepresentation:</a>
<li ><a href ="NSImage.html#method-54">-imageDidNotDraw:</a>
<li ><a href ="NSImage.html#method-17">-initByReferencingFile:</a>
<li ><a href ="NSImage.html#method-18">-initWithBitmapHandle:</a>
<li ><a href ="NSImage.html#method-19">-initWithContentsOfFile:</a>
<li ><a href ="NSImage.html#method-20">-initWithData:</a>
<li ><a href ="NSImage.html#method-21">-initWithIconHandle:</a>
<li ><a href ="NSImage.html#method-22">-initWithPasteboard:</a>
<li ><a href ="NSImage.html#method-23">-initWithSize:</a>
<li ><a href ="NSImage.html#method-24">-isCachedSeparately</a>
<li ><a href ="NSImage.html#method-25">-isDataRetained</a>
<li ><a href ="NSImage.html#method-26">-isFlipped</a>
<li ><a href ="NSImage.html#method-27">-isValid</a>
<li ><a href ="NSImage.html#method-28">-lockFocus</a>
<li ><a href ="NSImage.html#method-29">-lockFocusOnRepresentation:</a>
<li ><a href ="NSImage.html#method-30">-matchesOnMultipleResolution</a>
<li ><a href ="NSImage.html#method-31">-name</a>
<li ><a href ="NSImage.html#method-32">-prefersColorMatch</a>
<li ><a href ="NSImage.html#method-33">-recache</a>
<li ><a href ="NSImage.html#method-34">-removeRepresentation:</a>
<li ><a href ="NSImage.html#method-35">-representations</a>
<li ><a href ="NSImage.html#method-36">-scalesWhenResized</a>
<li ><a href ="NSImage.html#method-37">-setBackgroundColor:</a>
<li ><a href ="NSImage.html#method-38">-setCacheDepthMatchesImageDepth:</a>
<li ><a href ="NSImage.html#method-39">-setCachedSeparately:</a>
<li ><a href ="NSImage.html#method-40">-setDataRetained:</a>
<li ><a href ="NSImage.html#method-41">-setDelegate:</a>
<li ><a href ="NSImage.html#method-42">-setFlipped:</a>
<li ><a href ="NSImage.html#method-43">-setMatchesOnMultipleResolution:</a>
<li ><a href ="NSImage.html#method-44">-setName:</a>
<li ><a href ="NSImage.html#method-45">-setPrefersColorMatch:</a>
<li ><a href ="NSImage.html#method-46">-setScalesWhenResized:</a>
<li ><a href ="NSImage.html#method-47">-setSize:</a>
<li ><a href ="NSImage.html#method-48">-setUsesEPSOnResolutionMismatch:</a>
<li ><a href ="NSImage.html#method-49">-size</a>
<li ><a href ="NSImage.html#method-52">-unlockFocus</a>
<li ><a href ="NSImage.html#method-53">-usesEPSOnResolutionMismatch</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">canInitWithPasteboard:</a></h3>