swingwt.awt.print
Class PageFormat
java.lang.Object
swingwt.awt.print.PageFormat
- All Implemented Interfaces:
- java.lang.Cloneable
- public class PageFormat
- extends java.lang.Object
- implements java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LANDSCAPE
public static int LANDSCAPE
PORTRAIT
public static int PORTRAIT
REVERSE_LANDSCAPE
public static int REVERSE_LANDSCAPE
PageFormat
public PageFormat()
clone
public java.lang.Object clone()
getHeight
public double getHeight()
getImageableHeight
public double getImageableHeight()
getImageableWidth
public double getImageableWidth()
getImageableX
public double getImageableX()
getImageableY
public double getImageableY()
getMatrix
public double[] getMatrix()
getOrientation
public int getOrientation()
getPaper
public Paper getPaper()
getWidth
public double getWidth()
setOrientation
public void setOrientation(int orientation)
setPaper
public void setPaper(Paper paper)