Method Summary |
|
protected synchronized void | finalize() |
public T | getAttributes(T attrs) |
public Chromaticity | getChromaticity() |
public SheetCollate | getCollate() |
public Copies | getCopies() |
native public static short | getDmCollate(long structPtr) |
native public static short | getDmColor(long structPtr) |
native public static short | getDmCopies(long structPtr) |
native public static short | getDmDefaultSource(long structPtr) |
public String | getDmDeviceName() |
native public static String | getDmDeviceName(long structPtr) |
native public static short | getDmDuplex(long structPtr) |
public long | getDmFields() |
native public static long | getDmFields(long structPtr) |
native public static short | getDmOrientation(long structPtr) |
native public static short | getDmPaperLength(long structPtr) |
native public static short | getDmPaperSize(long structPtr) |
native public static short | getDmPaperWidth(long structPtr) |
native public static short | getDmPrintQuality(long structPtr) |
native public static short | getDmScale(long structPtr) |
native public static short | getDmTTOption(long structPtr) |
native public static short | getDmYResolution(long structPtr) |
public OrientationRequested | getOrientation() |
public Paper | getPaper() |
public PrintQuality | getPrintQuality() |
public PrinterResolution | getPrinterResolution() |
public Sides | getSides() |
public long | getStructPtr() |
native public static void | releaseStruct(long structPtr) |
public void | setAttribute(Attribute attr) |
public void | setAttributes(AttributeSet attrs) |
public void | setChromaticity(Chromaticity chromaticity) |
public void | setCollate(SheetCollate collate) |
public void | setCopies(Copies c) |
native public static void | setDmCollate(long structPtr, short collate) |
native public static void | setDmColor(long structPtr, short color) |
native public static void | setDmCopies(long structPtr, short copies) |
native public static void | setDmDefaultSource(long structPtr, short defaultSource) |
native public static void | setDmDuplex(long structPtr, short duplex) |
native public static void | setDmOrientation(long structPtr, short orientation) |
native public static void | setDmPaperLength(long structPtr, short paperLength) |
native public static void | setDmPaperSize(long structPtr, short paperSize) |
native public static void | setDmPaperWidth(long structPtr, short paperWidth) |
native public static void | setDmPrintQuality(long structPtr, short printQuality) |
native public static void | setDmScale(long structPtr, short scale) |
native public static void | setDmTTOption(long structPtr, short option) |
native public static void | setDmYResolution(long structPtr, short yResolution) |
public void | setOrientation(OrientationRequested orientation) |
public void | setPaper(Paper paper) |
public void | setPaper(MediaSize size) |
public void | setPaper(MediaSizeName name) |
public void | setPrintQuality(PrintQuality quality) |
public void | setPrinterResolution(PrinterResolution res) |
public void | setSides(Sides sides) |