All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Printer
NSPrinter
.
[[NSPrinter
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- acceptsBinary
Objective-C instance method.
- booleanForKey:inTable:
Objective-C instance method.
- deviceDescription
Objective-C instance method.
- domain
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- floatForKey:inTable:
Objective-C instance method.
- host
Objective-C instance method.
- imageRectForPaper:
Objective-C instance method.
- intForKey:inTable:
Objective-C instance method.
- isColor
Objective-C instance method.
- isFontAvailable:
Objective-C instance method.
- isKey:inTable:
Objective-C instance method.
- isOutputStackInReverseOrder
Objective-C instance method.
- languageLevel
Objective-C instance method.
- name
Objective-C instance method.
- note
Objective-C instance method.
- pageSizeForPaper:
Objective-C instance method.
+ printerNames
Objective-C class method.
+ printerTypes
Objective-C class method.
+ printerWithName:
Objective-C class method.
+ printerWithName:domain:includeUnavailable:
Objective-C class method.
+ printerWithType:
Objective-C class method.
- rectForKey:inTable:
Objective-C instance method.
- sizeForKey:inTable:
Objective-C instance method.
- statusForTable:
Objective-C instance method.
- stringForKey:inTable:
Objective-C instance method.
- stringListForKey:inTable:
Objective-C instance method.
- type
Objective-C instance method.
public static final int PrinterTableOK
public static final int PrinterTableNotFound
public static final int PrinterTableError
protected Printer(boolean shouldAllocate, int objcObject)
public Printer()
[[NSPrinter
alloc] init]
.
public Printer(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public static native Printer printerWithName(String name)
+ printerWithName:
Objective-C class method.
public native String domain()
- domain
Objective-C instance method.
public static native Printer printerWithNameAndDomain(String name, String domain, boolean flag)
+ printerWithName:domain:includeUnavailable:
Objective-C class method.
public static native Array printerNames()
+ printerNames
Objective-C class method.
public static native Printer printerWithType(String type)
+ printerWithType:
Objective-C class method.
public static native Array printerTypes()
+ printerTypes
Objective-C class method.
public native String name()
- name
Objective-C instance method.
public native String host()
- host
Objective-C instance method.
public native String type()
- type
Objective-C instance method.
public native String note()
- note
Objective-C instance method.
public native boolean isColor()
- isColor
Objective-C instance method.
public native boolean acceptsBinary()
- acceptsBinary
Objective-C instance method.
public native boolean isOutputStackInReverseOrder()
- isOutputStackInReverseOrder
Objective-C instance method.
public native Size pageSizeForPaper(String paperName)
- pageSizeForPaper:
Objective-C instance method.
public native Rect imageRectForPaper(String paperName)
- imageRectForPaper:
Objective-C instance method.
public native int languageLevel()
- languageLevel
Objective-C instance method.
public native boolean isFontAvailable(String faceName)
- isFontAvailable:
Objective-C instance method.
public native int statusForTable(String table)
- statusForTable:
Objective-C instance method.
public native Dictionary deviceDescription()
- deviceDescription
Objective-C instance method.
public native boolean isKeyInTable(String key, String table)
- isKey:inTable:
Objective-C instance method.
public native String stringForKeyInTable(String key, String table)
- stringForKey:inTable:
Objective-C instance method.
public native Size sizeForKeyInTable(String key, String table)
- sizeForKey:inTable:
Objective-C instance method.
public native Rect rectForKeyInTable(String key, String table)
- rectForKey:inTable:
Objective-C instance method.
public native int intForKeyInTable(String key, String table)
- intForKey:inTable:
Objective-C instance method.
public native float floatForKeyInTable(String key, String table)
- floatForKey:inTable:
Objective-C instance method.
public native boolean booleanForKeyInTable(String key, String table)
- booleanForKey:inTable:
Objective-C instance method.
public native Array stringListForKeyInTable(String key, String table)
- stringListForKey:inTable:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index