Java java.awt.print Paper fields, constructors, methods, implement or subclass

Example usage for Java java.awt.print Paper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.print Paper.

The text is from its open source code.

Constructor

Paper()
Creates a letter sized piece of paper with one inch margins.

Method

doublegetHeight()
Returns the height of the page in 1/72nds of an inch.
doublegetImageableHeight()
Returns the height of this Paper object's imageable area.
doublegetImageableWidth()
Returns the width of this Paper object's imageable area.
doublegetImageableX()
Returns the x coordinate of the upper-left corner of this Paper object's imageable area.
doublegetImageableY()
Returns the y coordinate of the upper-left corner of this Paper object's imageable area.
doublegetWidth()
Returns the width of the page in 1/72nds of an inch.
voidsetImageableArea(double x, double y, double width, double height)
Sets the imageable area of this Paper .
voidsetSize(double width, double height)
Sets the width and height of this Paper object, which represents the properties of the page onto which printing occurs.