|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.print.Paper
Constructor Summary | |
Paper()
Creates a letter sized piece of paper with one inch margins. |
Method Summary | |
Object | clone()
Create a copy of this Paper. |
double | getHeight()
Return the height of the page in 1/72ths of an inch. |
double | getImageableHeight()
|
double | getImageableWidth()
|
double | getImageableX()
|
double | getImageableY()
|
double | getWidth()
Return the width of the page in 1/72ths of an inch. |
void | setImageableArea(double x,
double y,
double width,
double height)
Set the imageable area of the paper. |
void | setSize(double width,
double height)
Set the width and height of the paper. |
Methods inherited from class java.lang.Object | |
equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
Constructor Detail |
public Paper()
Method Detail |
public Object clone()
public double getHeight()
public void setSize(double width, double height)
public double getWidth()
public void setImageableArea(double x, double y, double width, double height)
public double getImageableX()
public double getImageableY()
public double getImageableWidth()
public double getImageableHeight()
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |