com.sun.star.comp.jawt.peer
Class PrintJob
java.lang.Object
|
+--java.awt.PrintJob
|
+--com.sun.star.comp.jawt.peer.PrintJob
- synchronized class PrintJob
- extends java.awt.PrintJob
Field Summary |
(package private) int |
pDevice
|
(package private) com.sun.star.comp.jawt.peer.VCLPrintGraphics |
rLastPage
|
(package private) com.sun.star.comp.jawt.peer.Toolkit |
rToolkit
|
Constructor Summary |
(package private) |
PrintJob(int i,
com.sun.star.comp.jawt.peer.Toolkit t,
java.lang.String s)
|
Method Summary |
void |
end()
|
java.awt.Graphics |
getGraphics()
|
java.awt.Dimension |
getPageDimension()
|
int |
getPageResolution()
|
static com.sun.star.comp.jawt.peer.PrintJob |
getPrintJob(com.sun.star.comp.jawt.peer.Toolkit t,
java.lang.String s)
|
boolean |
lastPageFirst()
|
Methods inherited from class java.awt.PrintJob |
finalize |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pDevice
int pDevice
rLastPage
com.sun.star.comp.jawt.peer.VCLPrintGraphics rLastPage
rToolkit
com.sun.star.comp.jawt.peer.Toolkit rToolkit
PrintJob
PrintJob(int i,
com.sun.star.comp.jawt.peer.Toolkit t,
java.lang.String s)
throws java.awt.AWTException
end
public void end()
getGraphics
public final java.awt.Graphics getGraphics()
getPageDimension
public final java.awt.Dimension getPageDimension()
getPageResolution
public final int getPageResolution()
getPrintJob
public static final com.sun.star.comp.jawt.peer.PrintJob getPrintJob(com.sun.star.comp.jawt.peer.Toolkit t,
java.lang.String s)
lastPageFirst
public boolean lastPageFirst()