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

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPaper.java31 * The <code>Paper</code> class describes the physical characteristics of
34 * When creating a <code>Paper</code> object, it is the application's
43 public class Paper implements Cloneable { class in inherits:Cloneable
87 public Paper() { method in class:Paper
98 * Creates a copy of this <code>Paper</code> with the same contents
99 * as this <code>Paper</code>.
100 * @return a copy of this <code>Paper</code>.
104 Paper newPaper;
111 newPaper = (Paper) super.clone();
124 * <code>Paper</cod
[all...]

Completed in 31 milliseconds