Classes and methods can be printed using the Java printing API. As this part of Java 1.1 is not very comfortable, there are only some options which influence the output on the printer:
On the top of the window, the selected class and method are shown. If you want to select another class or method, you'll have to change it in the class browser.
Class/Method:
Here you can select the amount of data that will be printed.
Print the whole class:
If selected, the complete class declaration will be printed.
Print the method only:
If selected, only the actual method of the class will be sent
to the printer.
Print JavaDoc comments:
If the checkbox is set, all the JavaDoc comments will be
printed, too. They will be placed right before the methods
(where they belong).
Margins:
This part sets the margins (in inch) to be used while printing the texts. The text components are self-explaining.
Some useful values are:
-> Left: 0.75
-> Right: 0.75
-> Top: 0.75
-> Bottom: 0.75
If these values don't fit on your system, you'll have to try out some other values yourself.
Font:
You can set the font size (in pixel) which will be used for printing. The smallest one is 6, and this value is suitable for almost everything. Default is 8.
Tabulator:
The tabs you entered while programming in Jedi must be transformed into white spaces. Here you can select, how many white spaces the printer should show for one tab. Default is 3.