Searched defs:paper (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPageFormat.java42 * The origin is at the bottom left of the paper with
50 * The origin is at the top left of the paper with
52 * paper.
57 * The origin is at the top right of the paper with x
66 * A description of the physical piece of paper.
285 * @param paper the <code>Paper</code> object to which to set
288 * a null paper instance was passed as a parameter.
291 public void setPaper(Paper paper) { argument
292 mPaper = (Paper)paper.clone();
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp81 static const char *PRINTPAPERSIZE_STR = "mPrintPaperSize"; // The paper size
111 // public void setPaper(Paper paper)
274 static void setPaper(JNIEnv *env, jobject page, jobject paper);
277 static void getPaperValues(JNIEnv *env, jobject paper, RectDouble *paperSize,
279 static void setPaperValues(JNIEnv *env, jobject paper, const POINT *paperSize,
466 jobject paper = getPaper(env, page); local
477 * we validate the paper size correctly
497 /* Get the Windows paper and margins description.
502 /* Convert the Windows' paper and margins description
505 setPaperValues(env, paper,
678 jobject paper = getPaper(env, page); local
1331 jobject paper = getPaper(env, format); local
[all...]

Completed in 26 milliseconds