A B C D E F G H L M P R S T

P

PlainPrint - class com.genedavissoftware.printing.PlainPrint.
Prints the given string with no formatting except line breaks.
PlainPrint() - Constructor for class com.genedavissoftware.printing.PlainPrint
 
PrintPreview - class com.genedavissoftware.printing.backend.PrintPreview.
This class is intended to handle printing requests from children of GDSPrinting.
PrintPreview() - Constructor for class com.genedavissoftware.printing.backend.PrintPreview
Default constructor.

Self contained printable editor pane for previewing text and images that will be displayed for printing.
PrintPreview.BiggerAL - class com.genedavissoftware.printing.backend.PrintPreview.BiggerAL.
 
PrintPreview.BiggerAL() - Constructor for class com.genedavissoftware.printing.backend.PrintPreview.BiggerAL
 
PrintPreview.CancelAL - class com.genedavissoftware.printing.backend.PrintPreview.CancelAL.
 
PrintPreview.CancelAL() - Constructor for class com.genedavissoftware.printing.backend.PrintPreview.CancelAL
 
PrintPreview.OkayAL - class com.genedavissoftware.printing.backend.PrintPreview.OkayAL.
 
PrintPreview.OkayAL() - Constructor for class com.genedavissoftware.printing.backend.PrintPreview.OkayAL
 
PrintPreview.SmallerAL - class com.genedavissoftware.printing.backend.PrintPreview.SmallerAL.
 
PrintPreview.SmallerAL() - Constructor for class com.genedavissoftware.printing.backend.PrintPreview.SmallerAL
 
paint(Graphics) - Method in class com.genedavissoftware.printing.HelloPrint
We happen to implement a paint method, but this could be ignored for components that already to something interesting on their own.

This is called by HelloPrint.print(Graphics,PageFormat,int).
pnMainPanel - Variable in class com.genedavissoftware.printing.backend.PrintPreview
 
pp - Static variable in class com.genedavissoftware.printing.backend.PrintPreview
 
prepareString(String) - Method in class com.genedavissoftware.printing.PlainPrint
Internally all text is converted to HTML
print(Component) - Method in class com.genedavissoftware.printing.ComponentPrint
Print any Gui item that is a descendant of Component.
print() - Method in class com.genedavissoftware.printing.FormattedPrint
Print the currently maintained internal document.
print(Graphics, PageFormat, int) - Method in class com.genedavissoftware.printing.HelloPrint
Printable's implementation.
print(String) - Method in class com.genedavissoftware.printing.HtmlPrint
Pass an html document in as a string, and print the results.
print(String) - Method in class com.genedavissoftware.printing.PlainPrint
Print the string.
print(String) - Static method in class com.genedavissoftware.printing.backend.PrintPreview
This is one of the print methods called by the classes that the programmer is using to interface with the PrintPreview.

print(Component) - Static method in class com.genedavissoftware.printing.backend.PrintPreview
This is one of the print methods called by the classes that the programmer is using to interface with the PrintPreview.

Eventually this Component will need to implement some interface to allow for increasing and decreasing of text size in a manner the programmer intends.
print(Graphics, PageFormat, int) - Method in class com.genedavissoftware.printing.backend.PrintPreview
Printable's implementation

A B C D E F G H L M P R S T