All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addPropertyChangeListener(PropertyChangeListener). Method in class com.wildcrest.JTextPrinter

G

getAdditionalBeanInfo(). Method in class com.wildcrest.JTextPrinterBeanInfo
getAsText(). Method in class com.wildcrest.JTPCopyrightPropertyEditor
getBottomMargin(). Method in class com.wildcrest.JTextPrinter
Returns the bottom margin of the document.
getCenterFooter(). Method in class com.wildcrest.JTextPrinter
Returns the center footer of the document.
getCenterHeader(). Method in class com.wildcrest.JTextPrinter
Returns the center header of the document.
getGapAboveFooter(). Method in class com.wildcrest.JTextPrinter
Returns the gap between the last line and the footer in inches.
getGapBelowHeader(). Method in class com.wildcrest.JTextPrinter
Returns the gap between the header and first line in inches.
getGapBetweenColumns(). Method in class com.wildcrest.JTextPrinter
Returns size of gap between columns in inches.
getHeaderFooterFont(). Method in class com.wildcrest.JTextPrinter
Returns the font specified for headers and footers.
getIcon(int). Method in class com.wildcrest.JTextPrinterBeanInfo
getJavaInitializationString(). Method in class com.wildcrest.JTPCopyrightPropertyEditor
getLeftFooter(). Method in class com.wildcrest.JTextPrinter
Returns the left footer of the document.
getLeftHeader(). Method in class com.wildcrest.JTextPrinter
Returns the left header of the document.
getLeftMargin(). Method in class com.wildcrest.JTextPrinter
Returns the left margin of the document.
getMainPane(). Method in class com.wildcrest.JTextPrinter
Returns the JTextPane containing the main body of the document to be printed.
getMaximumColumnWidth(). Method in class com.wildcrest.JTextPrinter
Returns maximum column width in pixels (negative value means no limit).
getNumberOfColumns(). Method in class com.wildcrest.JTextPrinter
Returns number of columns per page.
getPageRange(). Method in class com.wildcrest.JTextPrinter
Returns the page range of pages to be printed.
getPrintJobName(). Method in class com.wildcrest.JTextPrinter
Returns the print job name for this document.
getPropertyDescriptors(). Method in class com.wildcrest.JTextPrinterBeanInfo
getRightFooter(). Method in class com.wildcrest.JTextPrinter
Returns the right footer of the document.
getRightHeader(). Method in class com.wildcrest.JTextPrinter
Returns the right header of the document.
getRightMargin(). Method in class com.wildcrest.JTextPrinter
Returns the right margin of the document.
getTags(). Method in class com.wildcrest.JTPCopyrightPropertyEditor
getTitlePane(). Method in class com.wildcrest.JTextPrinter
Returns the JTextPane containing an initial title section to be printed in single column mode.
getTopMargin(). Method in class com.wildcrest.JTextPrinter
Returns the top margin of the document.
getValue(). Method in class com.wildcrest.JTPCopyrightPropertyEditor

I

isBoxAroundFooter(). Method in class com.wildcrest.JTextPrinter
Returns whether a box will be drawn around the footer.
isBoxAroundHeader(). Method in class com.wildcrest.JTextPrinter
Returns whether a box will be drawn around the header.
isLineAboveFooter(). Method in class com.wildcrest.JTextPrinter
Returns whether a line will be drawn above the footer.
isLineBelowHeader(). Method in class com.wildcrest.JTextPrinter
Returns whether a line will be drawn below the header.

J

JTextPrinter(). Constructor for class com.wildcrest.JTextPrinter
Construct a TextPrinter object
JTextPrinterBeanInfo(). Constructor for class com.wildcrest.JTextPrinterBeanInfo
JTPCopyrightPropertyEditor(). Constructor for class com.wildcrest.JTPCopyrightPropertyEditor

P

paint(Graphics). Method in class com.wildcrest.JTextPrinter
print(). Method in class com.wildcrest.JTextPrinter
Method for printing the currently specified single column title section (specified using setTitlePane) followed by the currently specified single or multiple column main document (specified using setMainPane)
print(JTextPane). Method in class com.wildcrest.JTextPrinter
Method for printing the StyledDocument of a JTextPane as the main document with no title section
print(JTextPane, JTextPane). Method in class com.wildcrest.JTextPrinter
Method for printing the StyledDocument of a first JTextPane as a single column title section followed by the StyledDocument of a second JTextPane as the main (single or multiple column) document

R

removePropertyChangeListener(PropertyChangeListener). Method in class com.wildcrest.JTextPrinter

S

setAsText(String). Method in class com.wildcrest.JTPCopyrightPropertyEditor
setBottomMargin(double). Method in class com.wildcrest.JTextPrinter
Sets the bottom margin below footer in inches.
setBoxAroundFooter(boolean). Method in class com.wildcrest.JTextPrinter
Sets whether to draw a box around the footerr.
setBoxAroundHeader(boolean). Method in class com.wildcrest.JTextPrinter
Sets whether to draw a box around the header.
setCenterFooter(String). Method in class com.wildcrest.JTextPrinter
Sets the center footer of the document.
setCenterHeader(String). Method in class com.wildcrest.JTextPrinter
Sets the center header of the document.
setGapAboveFooter(double). Method in class com.wildcrest.JTextPrinter
Sets the gap between the last line of text and the footer in inches.
setGapBelowHeader(double). Method in class com.wildcrest.JTextPrinter
Sets the gap between the header and first line of text in inches.
setGapBetweenColumns(double). Method in class com.wildcrest.JTextPrinter
Sets gap between columns in inches
setHeaderFooterFont(Font). Method in class com.wildcrest.JTextPrinter
Sets the font for printing the headers and footers of the document.
setLeftFooter(String). Method in class com.wildcrest.JTextPrinter
Sets the left footer of the document.
setLeftHeader(String). Method in class com.wildcrest.JTextPrinter
Sets the left header of the document.
setLeftMargin(double). Method in class com.wildcrest.JTextPrinter
Sets the left margin in inches.
setLineAboveFooter(boolean). Method in class com.wildcrest.JTextPrinter
Sets whether to draw a line above the footerr.
setLineBelowHeader(boolean). Method in class com.wildcrest.JTextPrinter
Sets whether to draw a line below the header.
setMainPane(JTextPane). Method in class com.wildcrest.JTextPrinter
Sets the JTextPane containing the main body of the document to be printed.
setMaximumColumnWidth(int). Method in class com.wildcrest.JTextPrinter
Sets maximum column width in pixels
setNumberOfColumns(int). Method in class com.wildcrest.JTextPrinter
Sets number of columns per page.
setPageRange(String). Method in class com.wildcrest.JTextPrinter
Sets the page range of pages to be printed.
setPrintJobName(String). Method in class com.wildcrest.JTextPrinter
Sets the print job name that appears in the system print monitor.
setRightFooter(String). Method in class com.wildcrest.JTextPrinter
Sets the right footer of the document.
setRightHeader(String). Method in class com.wildcrest.JTextPrinter
Sets the right header of the document.
setRightMargin(double). Method in class com.wildcrest.JTextPrinter
Sets the right margin in inches.
setTitlePane(JTextPane). Method in class com.wildcrest.JTextPrinter
Sets the (optional) JTextPane containing a title section to be printed in single column mode before the main document.
setTopMargin(double). Method in class com.wildcrest.JTextPrinter
Sets the top margin above header in inches.
setValue(Object). Method in class com.wildcrest.JTPCopyrightPropertyEditor

V

val. Variable in class com.wildcrest.JTPCopyrightPropertyEditor