swingwt.awt.print
Class PageFormat

java.lang.Object
  extended byswingwt.awt.print.PageFormat
All Implemented Interfaces:
java.lang.Cloneable

public class PageFormat
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
static int LANDSCAPE
           
static int PORTRAIT
           
static int REVERSE_LANDSCAPE
           
 
Constructor Summary
PageFormat()
           
 
Method Summary
 java.lang.Object clone()
           
 double getHeight()
           
 double getImageableHeight()
           
 double getImageableWidth()
           
 double getImageableX()
           
 double getImageableY()
           
 double[] getMatrix()
           
 int getOrientation()
           
 Paper getPaper()
           
 double getWidth()
           
 void setOrientation(int orientation)
           
 void setPaper(Paper paper)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LANDSCAPE

public static int LANDSCAPE

PORTRAIT

public static int PORTRAIT

REVERSE_LANDSCAPE

public static int REVERSE_LANDSCAPE
Constructor Detail

PageFormat

public PageFormat()
Method Detail

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)