|
|
java > java.awt > java.awt.print > java.awt.print.pageformat >
Class: java.awt.print.PageFormat java.lang.Object java.awt.print.PageFormat
public class PageFormat extends Object implements Cloneable
FIELDS:
public static final int LANDSCAPE : 0 public static final int PORTRAIT : 1 public static final int REVERSE_LANDSCAPE : 2 |
|
|
|
CONSTRUCTORS:
METHODS:
| | | | public | Object | clone() Overrides: Object |
| | public | double | getHeight() |
| | public | double | getImageableHeight() |
| | public | double | getImageableWidth() |
| | public | double | getImageableX() |
| | public | double | getImageableY() |
| | public | double[] | getMatrix() |
| | public | int | getOrientation() |
| | public | Paper | getPaper() |
| | public | double | getWidth() |
| | public | void | setOrientation(int orientation) Throws: IllegalArgumentException |
| | public | void | setPaper(Paper paper) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|