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

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

Introduction

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

The text is from its open source code.

Constructor

PageAttributes()
Constructs a PageAttributes instance with default values for every attribute.

Method

voidsetColor(ColorType color)
Specifies whether pages using these attributes will be rendered in color or monochrome.
voidsetOrientationRequested(OrientationRequestedType orientationRequested)
Specifies the print orientation for pages using these attributes.
voidsetOrientationRequested(int orientationRequested)
Specifies the print orientation for pages using these attributes.