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

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPageFormat.java33 * The <code>PageFormat</code> class describes the size and
36 public class PageFormat implements Cloneable class in inherits:Cloneable
81 * <code>PageFormat</code>.
83 public PageFormat() method in class:PageFormat
91 * Makes a copy of this <code>PageFormat</code> with the same
92 * contents as this <code>PageFormat</code>.
93 * @return a copy of this <code>PageFormat</code>.
96 PageFormat newPage;
99 newPage = (PageFormat) super.clone();
152 * associated with this <code>PageFormat</cod
[all...]

Completed in 214 milliseconds