Java java.awt PrintJob fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

voidend()
Ends the print job and does any necessary cleanup.
GraphicsgetGraphics()
Gets a Graphics object that will draw to the next page.
DimensiongetPageDimension()
Returns the dimensions of the page in pixels.
intgetPageResolution()
Returns the resolution of the page in pixels per inch.
booleanlastPageFirst()
Returns true if the last page will be printed first.