There are two rendering models used by Java Printing API.
Printable
Printable model is the simplest. Using this model, you can implement only one Printable class. At the moment of printing, its print( ) method is called for each page. This model has the following characteristics:
Every page have the same PageFormat, thus it is not possible to [...]
Continue reading " Rendering models of Java 2D Printing API "
















