org.rococoa.cocoa.appkit.categories
Interface NSDeprecated

All Known Implementing Classes:
NSDocument, NSDocumentController, NSPageLayout, NSPersistentDocument, NSPrinter, NSPrintInfo, NSPrintOperation, NSScroller, NSSound, NSSpellChecker

public interface NSDeprecated

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSDeprecated._static_
           
 
Method Summary
 boolean acceptsBinary()
          Methods that were deprecated in Mac OS 10.2.
 NSString domain()
           
 NSString host()
           
 NSObject imageRectForPaper(NSString paperName)
          A method that was deprecated in Mac OS 10.2.
 boolean isColor()
           
 boolean isFontAvailable(NSString faceName)
           
 boolean isOutputStackInReverseOrder()
           
 NSString note()
           
 

Method Detail

imageRectForPaper

NSObject imageRectForPaper(NSString paperName)
A method that was deprecated in Mac OS 10.2. -[NSPrinter imageRectForPaper:] will attempt to determine and return the bounds of the imageable area for a particular paper name, but querying such information by paper name alone is not reliable. Use -[NSPrintInfo imageablePageBounds], which was introduced in Mac OS 10.2, instead.
Original signature : -(id)imageRectForPaper:(NSString*)


acceptsBinary

boolean acceptsBinary()
Methods that were deprecated in Mac OS 10.2. NSPrinter's implementations of these methods return values that are not reliable or meaningful for some printers.
Original signature : -(BOOL)acceptsBinary


isColor

boolean isColor()

isFontAvailable

boolean isFontAvailable(NSString faceName)

isOutputStackInReverseOrder

boolean isOutputStackInReverseOrder()

domain

NSString domain()

host

NSString host()

note

NSString note()