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

A

ALL_PAGES - Static variable in class com.wildcrest.j2printerworks.J2TablePrinter
Specifies that column or row headers are to be printed on all pages.
addFlowable(Flowable) - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
Add a single Flowable to this J2FlowPrinter's current list of Flowables and return result.
addPageable(Pageable) - Method in class com.wildcrest.j2printerworks.J2Printer
Add specified Pageable to end of this J2Printer's current Pageables list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.HorizontalLine
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2Pageable
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2Printer
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Add a PropertyChangeListener for this component
addPropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.VerticalGap
Add a PropertyChangeListener for this component
appendStyledText(JTextPane, String, SimpleAttributeSet) - Static method in class com.wildcrest.j2printerworks.J2TextPrinter
Convenience method for appending text with the specified rich text attributes to the end of the StyledDocument that represents the current contents of the JTextPane.

B

BEFORE - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that print preview dialog should be closed bringing up print dialog.
BOTTOM - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies vertical alignment to be bottom justified within the available space.
BOTTOM - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies vertical alignment to be bottom justified within the available space.
BOX - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies that a box is drawn around the header or the footer.
BOX - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that a box is drawn around the header or the footer.
BREAK_ON_COLOR - Static variable in class com.wildcrest.j2printerworks.J2ComponentPrinter
Used in setHorizontalPageRule and setVerticalPageRule to indicate break-on-color mode
BREAK_ON_COLOR - Static variable in class com.wildcrest.j2printerworks.J2TablePrinter
Used in setHorizontalPageRule and setVerticalPageRule to indicate break-on-color mode
BREAK_ON_COLUMNS - Static variable in class com.wildcrest.j2printerworks.J2TablePrinter
Used in setHorizontalPageRule to indicate break-on-columns mode
BREAK_ON_COMPONENTS - Static variable in class com.wildcrest.j2printerworks.J2ComponentPrinter
Used in setHorizontalPageRule and setVerticalPageRule to indicate break-on-component-boundaries mode
BREAK_ON_COMPONENTS - Static variable in class com.wildcrest.j2printerworks.J2PanelPrinter
Used in setPageRule to indicate break-on-component-boundaries mode
BREAK_ON_ROWS - Static variable in class com.wildcrest.j2printerworks.J2TablePrinter
Used in setVerticalPageRule to indicate break-on-rows mode

C

CENTER - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies horizontal or vertical alignment to be centered within the available space.
CENTER - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies horizontal or vertical alignment to be centered within the available space.
CloneException - exception com.wildcrest.j2printerworks.CloneException.
Exception thrown by J2Printer and J2TextPrinter clone methods if objects to be cloned are not serializable, i.e., if Java throws java.io.NotSerializableException when J2PrinterWorks attempts to clone your object.
CloneException(String) - Constructor for class com.wildcrest.j2printerworks.CloneException
 
cancelPrinting() - Method in class com.wildcrest.j2printerworks.J2Printer
Cancel the current printing job.
cancelPrinting() - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Cancel the current printing job.
changePrintPreviewLookAndFeel(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Method to control whether print preview dialog can temporarily change the Look And Feel when creating its user interface components (default: true).
clearFlowables() - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
Clear this J2FlowPrinter's current list of Flowables.
clearFooters() - Method in class com.wildcrest.j2printerworks.J2Pageable
Clears all the footers for both page 1 and pages 2...n of this Pageable instance.
clearFooters(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Clears all the footers for either page 1 of pages 2...n of this Pageable instance.
clearFooters() - Method in class com.wildcrest.j2printerworks.J2Printer
Clears all the "global" (overall, default) footers for both page 1 and pages 2...n to the empty String "".
clearFooters(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Clears all the "global" (overall, default) footers for either page 1 of pages 2...n to the empty String "".
clearHeaders() - Method in class com.wildcrest.j2printerworks.J2Pageable
Clears all the headers for both page 1 and pages 2...n of this Pageable instance (NOTE: value cannot be changed in Free Trial Version).
clearHeaders(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Clears all the headers for either page 1 of pages 2...n of this Pageable instance (NOTE: value cannot be changed in Free Trial Version).
clearHeaders() - Method in class com.wildcrest.j2printerworks.J2Printer
Clears all the "global" (overall, default) headers for both page 1 and pages 2...n to the empty String "" (NOTE: value cannot be changed in Free Trial Version).
clearHeaders(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Clears all the "global" (overall, default) headers for either page 1 of pages 2...n to the empty String "" (NOTE: value cannot be changed in Free Trial Version).
clearPageable() - Method in class com.wildcrest.j2printerworks.J2Printer
Remove all pages from this J2Printer's current Pageables list.
clearPane(JTextPane) - Static method in class com.wildcrest.j2printerworks.J2TextPrinter
Convenience method to clear all text and attributes in the specified JTextPane
clone(Object) - Static method in class com.wildcrest.j2printerworks.J2Printer
Convenience method for cloning any Object in Java.
clone(JTextPane) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Convenience factory method for making a new JTextPane whose StyledDocument is a serialized copy (deep clone) of the specified JTextPane's StyledDocument.
clone(JEditorPane) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Convenience factory method for making a new JEditorPane whose Document is a serialized copy (deep clone) of the specified JEditorPane's Document.
clone(JTextArea) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Convenience factory method for making a new JTextArea whose Document is a serialized copy (deep clone) of the specified JTextArea's Document.
com.wildcrest.j2printerworks - package com.wildcrest.j2printerworks
 

D

displayPDFFile(String) - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for displaying the contents of a PDF file using Adobe Acrobat Reader (Windows only).
dispose() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Release all heap objects created by this J2ComponentPrinter object, must call until printing completes.
dispose() - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
Release all heap objects created by this J2FlowPrinter object, must not call until printing completes.
dispose() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Release all heap objects created by this J2ListPrinter object, must not call until printing completes.
dispose() - Method in class com.wildcrest.j2printerworks.J2Pageable
Release all heap objects created by this J2Pageable object, must not call until printing completes.
dispose() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Release all resources held by this J2PanelPrinter object, must not be called until printing completes.
dispose() - Method in class com.wildcrest.j2printerworks.J2Printer
Method used to dispose of all internal static J2Printer objects and set them to null, thereby freeing them up for garbage collection.
dispose() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Release all heap objects held by this J2TablePrinter object, must not call until printing completes.
dispose() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Release all heap objects created by this J2TextPrinter object, must not call until printing completes.
dispose() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Release all heap objects created by this J2TreePrinter object, must not call until printing completes.
disposePageImageBuffers() - Method in class com.wildcrest.j2printerworks.J2Printer
Method used in conjunction with getPageImage methods to dispose of the page image BufferedImages, freeing them up for garbage collection.
doneX() - Method in interface com.wildcrest.j2printerworks.Flowable
Returns whether there is no more of this Flowable object to print horizontally.
doneX() - Method in class com.wildcrest.j2printerworks.HorizontalLine
 
doneX() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
 
doneX() - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
 
doneX() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
 
doneX() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
 
doneX() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
 
doneX() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
 
doneX() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
 
doneX() - Method in class com.wildcrest.j2printerworks.PageEject
 
doneX() - Method in class com.wildcrest.j2printerworks.VerticalGap
 
doneY() - Method in interface com.wildcrest.j2printerworks.Flowable
Returns whether there is no more of this Flowable object to print vertically.
doneY() - Method in class com.wildcrest.j2printerworks.HorizontalLine
 
doneY() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
 
doneY() - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
 
doneY() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
 
doneY() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
 
doneY() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
 
doneY() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
 
doneY() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
 
doneY() - Method in class com.wildcrest.j2printerworks.PageEject
 
doneY() - Method in class com.wildcrest.j2printerworks.VerticalGap
 

E

exceptionThrown(Exception) - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when an Exception (usually a java.awt.print.PrinterException) occurs during printing, default implementation is e.printStackTrace()

F

FIRST - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Denotes header and footer values for page 1.
FIRST - Static variable in class com.wildcrest.j2printerworks.J2Printer
Denotes values for page 1.
Flowable - interface com.wildcrest.j2printerworks.Flowable.
This interface is used to implement objects which are able to print incrementally, advancing by one rectangular area at a time.
fire(String) - Method in class com.wildcrest.j2printerworks.J2Printer
Fire property change event for this component

G

GLOBAL - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Indicates that the "global" (overall, default, J2Printer) values are to be used for margins, header/footer style, orientation, and scale instead of a "local" value for this Pageable
GLOBAL - Static variable in class com.wildcrest.j2printerworks.J2Printer
Indicates that the "global" (overall, default, J2Printer) values are to be used for margins, header/footer style, orientation, etc., as opposed to the "local" (individual Pageable) values.
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2FlowPrinterBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2Printer14BeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2PrinterWebStartBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo
 
getAdditionalBeanInfo() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo
 
getAllPrinterNames() - Method in class com.wildcrest.j2printerworks.J2Printer14
Method which returns the names of all available "Pageable" printers for this system.
getAsText() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getAsText() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getBodyHeight(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Return available body height between margins, headers/footers, and gaps for printing content for either page 1 or pages 2...n.
getBodyHeight(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Convenience method which returns the width of the body height (printable area inside the top and bottom margins, headers, footers, and gaps) based on the J2Printer "default" page settings.
getBodyWidth() - Method in class com.wildcrest.j2printerworks.J2Pageable
Return available body width between margins for printing content.
getBodyWidth() - Method in class com.wildcrest.j2printerworks.J2Printer
Convenience method which returns the width of the body width (printable area inside the left and right margins) based on the J2Printer "default" page settings.
getBottomMargin() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the bottom margin of this J2Pageable instance.
getBottomMargin() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) bottom margin.
getBreakOnColorIncrement() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns the evaluation increment in pixels for BREAK_ON_COLOR mode.
getBreakOnColorIncrement() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns the evaluation increment in pixels for BREAK_ON_COLOR mode.
getCenterFooter() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the center footer of this J2Pageable instance (same as getCenterFooter(FIRST)).
getCenterFooter(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the center footer for either page 1 or pages 2...n of this J2Pageable instance.
getCenterFooter() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) center footer (same as getCenterFooter(FIRST)).
getCenterFooter(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) center footer for either page 1 or pages 2...n.
getCenterHeader() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the center header of this J2Pageable instance (same as getCenterHeader(FIRST)).
getCenterHeader(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the center header for either page 1 or pages 2...n of this J2Pageable instance.
getCenterHeader() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) center header (same as getCenterHeader(FIRST)).
getCenterHeader(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) center header for either page 1 or pages 2...n.
getCollate() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the SheetCollate attribute from the current print request attribute set as a boolean.
getColor() - Method in class com.wildcrest.j2printerworks.HorizontalLine
Returns the specified Color of the horizontal line.
getColumnHeaderPrinting() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns current value of columnHeaderPrinting property.
getComponent() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns the Component specified for printing.
getComponent() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Returns the Component specified for printing.
getCopies() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the number of copies to be printed from the Copies attribute in current print request attribute set.
getCurrentPrintPreviewPageNumber() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the current user-controlled print preview page number.
getCurrentPrintPreviewScale() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the current user-specified print preview scaling factor.
getDefaultPrinterName() - Method in class com.wildcrest.j2printerworks.J2Printer14
Method which returns the name of the default printer for the user's machine.
getException() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the Exception (usually a java.awt.print.PrinterException) that occurred during printing.
getFlowables() - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
Get this J2FlowPrinter's current list of Flowables as a Vector of Flowables.
getFooterFont() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the Font specified for footers of this J2Pageable instance (same as getFooterFont(FIRST)).
getFooterFont(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the Font for printing the footers for either page 1 or pages 2...n of this J2Pageable instance when these are specified using a String.
getFooterFont() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) Font specified for footers (same as getFooterFont(FIRST) under assumption that footer fonts on all pages are the same).
getFooterFont(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) Font for printing the footers for either page 1 or pages 2...n when these are specified using a String.
getFooterStyle() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns footer style (BOX, LINE, or NONE) of this J2Pageable instance (returns answer for page 1).
getFooterStyle(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns footer style (BOX, LINE, or NONE) for either page 1 or pages 2...n of this J2Pageable instance.
getFooterStyle() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns "global" (overall, default) footer style (returns answer for page 1).
getFooterStyle(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns "global" (overall, default) footer style for either page 1 or pages 2...n.
getGap() - Method in class com.wildcrest.j2printerworks.HorizontalLine
Returns the specified vertical gap in pixels.
getGap() - Method in class com.wildcrest.j2printerworks.VerticalGap
Returns the specified vertical gap in inches
getGapAboveFooter() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the gap between the bottom edge of the body and the footer of this J2Pageable instance in inches.
getGapAboveFooter() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) gap between the last line and the footer in inches.
getGapBelowHeader() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the gap between the header and top edge of the body of this J2Pageable instance in inches.
getGapBelowHeader() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) gap between the header and first line in inches.
getHeaderFont() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the Font specified for headers of this J2Pageable instance (same as getHeadersFont(FIRST)).
getHeaderFont(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the Font for printing the headers for either page 1 or pages 2...n of this J2Pageable instance when these are specified using a String.
getHeaderFont() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) Font specified for headers (same as getHeaderFont(FIRST) under assumption that header fonts on all pages are the same).
getHeaderFont(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) Font for printing the headers for either page 1 or pages 2...n when these are specified using a String.
getHeaderStyle() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns header style (BOX, LINE, or NONE) of this J2Pageable instance (returns answer for page 1).
getHeaderStyle(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns header style (BOX, LINE, or NONE) for either page 1 or pages 2...n of this J2Pageable instance.
getHeaderStyle() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) header style (returns answer for page 1).
getHeaderStyle(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) header style for either page 1 or pages 2...n.
getHeight() - Method in class com.wildcrest.j2printerworks.HorizontalLine
Returns the specified height of the horizontal line in pixels.
getHorizontalAlignment() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns horizontal alignment (LEFT, CENTER, RIGHT) for printing the Component, JPanel, or Image on the page.
getHorizontalAlignment() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Returns horizontal alignment (LEFT, CENTER, RIGHT) of this Component on page.
getHorizontalAlignment() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Returns horizontal alignment (LEFT, CENTER, RIGHT) for printing the JPanel, Component, or Image on the page.
getHorizontalAlignment() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns horizontal alignment (LEFT, CENTER, RIGHT) of this JTable on page.
getHorizontalAlignment() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns horizontal alignment (LEFT, CENTER, RIGHT) of this JTextComponent on page.
getHorizontalAlignment() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Returns horizontal alignment (LEFT, CENTER, RIGHT) of this Component on page.
getHorizontalBreakColor() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns the Color being used as the break color for BREAK_ON_COLOR pagination mode when breaking horizontally.
getHorizontalBreakColor() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns the Color used as break color for BREAK_ON_COLOR pagination mode when breaking horizontally.
getHorizontalPageRule() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns current value of pageRule property (SHRINK_TO_FIT, TILE, BREAK_ON_COMPONENTS, or BREAK_ON_COLOR).
getHorizontalPageRule() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns current value of pageRule property (SHRINK_TO_FIT, BREAK_ON_COLUMNS, or BREAK_ON_COLOR).
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2FlowPrinterBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2Printer14BeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2PrinterWebStartBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo
 
getIcon(int) - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getJavaInitializationString() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getJobName() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the job name for the print job based on the JobName attribute in current print request attribute set.
getLeftFooter() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the left footer of this J2Pageable instance (same as getLeftFooter(FIRST)).
getLeftFooter(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the left footer for either page 1 or pages 2...n of this J2Pageable instance.
getLeftFooter() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) left footer (same as getLeftFooter(FIRST)).
getLeftFooter(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) left footer for either page 1 or pages 2...n.
getLeftHeader() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the left header of this J2Pageable instance (same as getLeftHeader(FIRST)).
getLeftHeader(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the left header for either page 1 or pages 2...n of this J2Pageable instance.
getLeftHeader() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) left header (same as getLeftHeader(FIRST)).
getLeftHeader(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) left header for either page 1 or pages 2...n.
getLeftMargin() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the left margin of this J2Pageable instance.
getLeftMargin() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) left margin.
getList() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Returns the JList to be printed.
getMaximumPaginationGap() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns largest acceptable pagination gap as a percentage of the full body size.
getMaximumPaginationGap() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Returns largest acceptable pagination gap as a percentage of the full body size.
getMaximumPaginationGap() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Returns largest acceptable pagination gap as a percentage of the full body size.
getMaximumPaginationGap() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns largest acceptable pagination gap as a percentage of the full body height/width.
getMaximumPaginationGap() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns largest acceptable pagination gap as a percentage of the full body height.
getMaximumPaginationGap() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Returns largest acceptable pagination gap as a percentage of the full body size.
getMaximumSize() - Method in class com.wildcrest.j2printerworks.J2Pageable
Return maximum size of bean icon (32x32)
getMaximumSize() - Method in class com.wildcrest.j2printerworks.J2Printer
Return maximum size of bean icon (32x32) for use in your visual builder.
getMediaSize() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the media size specified in the current print request attribute set as a user-friendly String, e.g., Letter, Legal
getMediaSizes() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the supported media sizes for the current printer as a String array of user-friendly names, e.g., Letter, Legal.
getMinimumBottomMargin(int) - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the minimum (physically unprintable) bottom margin for the current printer.
getMinimumLeftMargin(int) - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the minimum (physically unprintable) left margin for the current printer.
getMinimumRightMargin(int) - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the minimum (physically unprintable) right margin for the current printer.
getMinimumSize() - Method in class com.wildcrest.j2printerworks.J2Pageable
Return minimum size of bean icon (32x32)
getMinimumSize() - Method in class com.wildcrest.j2printerworks.J2Printer
Return minimum size of bean icon (32x32) for use in your visual builder.
getMinimumTopMargin(int) - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the minimum (physically unprintable) top margin for the current printer.
getNumberOfCopies() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the number of copies of the document to be printed as set by setNumberOfCopies (or the Copies attribute set using setPrintRequestAttributeSet under J2Printer14).
getNumberOfCopies() - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Since Java Web Start does not have a setCopies method, the getNumberOfCopies method always returns 1
getNumberOfPages() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the total number of pages (1...n) for this paginated Flowable (part of this class's implementation of java.awt.print.Pageable).
getNumberOfPagesHigh() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the number of pages (1...n) vertically for this Flowable.
getNumberOfPagesWide() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the number of pages (1...n) horizontally for this paginated Flowable.
getNup() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the N-up value (number of page images printed per physical page).
getOrientation() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns page orientation of this J2Pageable instance (PORTRAIT, LANDSCAPE, or REVERSE_LANDSCAPE).
getOrientation() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) page orientation (PORTRAIT, LANDSCAPE, or REVERSE_LANDSCAPE).
getOrientation() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the paper orientation from the specified OrientationRequested attribute in the current print request attribute set.
getOutsideLineColor() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns outside line Color.
getOutsideLineColor() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Returns outside line Color.
getOutsideLineColor() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Returns outside line Color.
getOutsideLineColor() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns outside line Color.
getOutsideLineColor() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Returns outside line Color.
getPageBeingPrinted() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the current page being printed (1...n).
getPageFormat(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns PageFormat for page with this pageIndex (0...n-1) (part of this class's implementation of java.awt.print.Pageable).
getPageFormat() - Method in class com.wildcrest.j2printerworks.J2Pageable
Method for creating a PageFormat instance based on this J2Pageable's margins, size, & orientation.
getPageFormat() - Method in class com.wildcrest.j2printerworks.J2Printer
Convenience method for creating a PageFormat instance based on this J2Printer's "global" margins, page size, & orientation.
getPageImage(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for creating a BufferedImage representation of the specified page (1...n) of the current Pageable at screen resolution assuming a scale factor of 1.0 and a black box drawn around the outside edge of the page.
getPageImage(int, double, boolean, boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Deprecated. Use instead getPageImage(pageNumber, scale, border, reusable) where border = 0 if outline false and border = 1 if outline true.
getPageImage(Pageable, int, double, boolean, boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Deprecated. Use instead getPageImage(pageable, pageNumber, scale, border, reusable) where border = 0 if outline false and border = 1 if outline true.
getPageImage(int, double, int, boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for creating a BufferedImage representation of the specified page (1...n) of the current Pageable at screen resolution with a given scale factor and optional black box drawn around the outside edge of the page.
getPageImage(Pageable, int, double, int, boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for creating a BufferedImage representation of the specified page (1...n) of a specified Pageable at screen resolution with a given scale factor and optional black box drawn around the outside edge of the page.
getPageRanges() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the PageRanges attribute from the current print request attribute set as a user-friendly String.
getPageRule() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Returns current value of pageRule property (SHRINK_TO_FIT, SHRINK_TO_WIDTH, TILE, or BREAK_ON_COMPONENTS).
getPageable() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the Pageable that will be printed.
getPane() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns the JTextPane containing the StyledDocument that will be printed.
getPaperHeight() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) paper height in 1/72nds of an inch with paper viewed in PORTRAIT.
getPaperHeight() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the paper height from the specified MediaSize attribute in the current print request attribute set.
getPaperWidth() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) paper width in 1/72nds of an inch with paper viewed in PORTRAIT.
getPaperWidth() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the paper width from the specified MediaSize attribute in the current print request attribute set.
getParentFrame() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the parent Frame (or JFrame, JDialog, JWindow, JApplet, or JInternalFrame) over which model print dialogs and wait cursors are displayed.
getPreferredSize() - Method in class com.wildcrest.j2printerworks.ImagePanel
 
getPreferredSize() - Method in class com.wildcrest.j2printerworks.J2Pageable
Return preferred size of bean icon (32x32)
getPreferredSize() - Method in class com.wildcrest.j2printerworks.J2Printer
Return preferred size of bean icon (32x32) for use in your visual builder.
getPreferredSizeForWidth(int, JComponent) - Static method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Convenience method to determine the preferredSize of a Swing JComponent that is exactly tall enough for all its own content (or its contained Components if it is a Container) given a specified width (which may or may not be wide enough for all content and/or contained Components).
getPreferredSizeForWidth(int, JComponent) - Static method in class com.wildcrest.j2printerworks.J2PanelPrinter
Convenience method to determine the preferredSize of a Swing JComponent that is exactly tall enough for all its own content (or its contained Components if it is a Container) given a specified width (which may or may not be wide enough for all content and/or contained Components).
getPrintArea() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Get the print area values set in the most recent setPrintArea call
getPrintJobName() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the print job name for this document as set by setPrintJobName (or the JobName attribute set using setPrintRequestAttributeSet under J2Printer14)
getPrintJobName() - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Since Java Web Start does not have a setJobName method, the getPrintJobName method always returns null
getPrintPreviewCloseOnPrint() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns value of the print preview dialog close-on-print setting (J2Printer.BEFORE, .WAIT, or .NEVER).
getPrintPreviewPageNumber() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the starting print preview page number.
getPrintPreviewPageSetupDialog() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the current print preview dialog's page setup Dialog.
getPrintPreviewScale() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the starting print preview scaling factor.
getPrintPreviewString(String) - Method in class com.wildcrest.j2printerworks.J2Printer
Deprecated. Use customizable print preview toolbar mechanism to find out print preview toolbar strings and/or tooltips (see J2Printer documentation). NOTE: calling this method restores the print preview toolbar to its default appearance.
getPrintPreviewToolBar() - Method in class com.wildcrest.j2printerworks.J2Printer
Method for gaining access to the print preview dialog toolbar for purposes of customization (see J2PrinterWorks documentation for J2Printer).
getPrintRequestAttributeSet() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns the currently specified PrintRequestAttributeSet used by J2Printer14.
getPrintable(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns a Printable instance for the page with this pageIndex (0...n-1) (part of this class's implementation of java.awt.print.Pageable).
getPrinter() - Method in class com.wildcrest.j2printerworks.J2Printer14
Method used to get the name of the currently selected printer.
getPrinterJob() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the currently specified PrinterJob used by J2Printer.
getPrinterJob() - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Since Java Web Start does not use PrinterJob, the getPrinterJob method always returns null
getPrinterNames() - Method in class com.wildcrest.j2printerworks.J2Printer14
Method which returns the names of available printers given the current PrintRequestAttributeSet, with the printer names returned as an array of Strings.
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2FlowPrinterBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2Printer14BeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2PrinterWebStartBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo
 
getPropertyDescriptors() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo
 
getRightFooter() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the right footer of this J2Pageable instance (same as getRightFooter(FIRST)).
getRightFooter(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the right footer for either page 1 or pages 2...n of this J2Pageable instance.
getRightFooter() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) right footer (same as getRightFooter(FIRST)).
getRightFooter(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) right footer for either page 1 or pages 2...n.
getRightHeader() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the right header of this J2Pageable instance (same as getRightHeader(FIRST)).
getRightHeader(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the right header for either page 1 or pages 2...n of this J2Pageable instance.
getRightHeader() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) right header (same as getRightHeader(FIRST)).
getRightHeader(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) right header for either page 1 or pages 2...n.
getRightMargin() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the right margin of this J2Pageable instance.
getRightMargin() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) right margin.
getRowHeaderPrinting() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns current value of rowHeaderPrinting property.
getScale() - Method in class com.wildcrest.j2printerworks.ImagePanel
Gets the current ImagePanel scale factor.
getScale() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns current scaling factor for this J2Pageable.
getScale() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) magnification or minification scaling factor for printing.
getStartingPageNumber() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the starting page number, that is, the number used to number the first page of the document.
getTable() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns the JTable containing the document that will be printed.
getTags() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getTags() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getTestGap() - Method in class com.wildcrest.j2printerworks.VerticalGap
Returns the specified test gap in inches
getTextComponent() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns the JTextComponent whose contents (Document) will be printed.
getTopMargin() - Method in class com.wildcrest.j2printerworks.J2Pageable
Returns the top margin of this J2Pageable instance.
getTopMargin() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the "global" (overall, default) top margin.
getTree() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Returns the JTree to be printed.
getValue() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
getValue() - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
getVersion() - Static method in class com.wildcrest.j2printerworks.J2Printer
Returns the J2PrinterWorks version number.
getVerticalAlignment() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns vertical alignment (TOP, CENTER, BOTTOM) for printing the Component, JPanel, or Image on the page.
getVerticalAlignment() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Returns vertical alignment (TOP, CENTER, BOTTOM) of this JList on page.
getVerticalAlignment() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Returns vertical alignment (TOP, CENTER, BOTTOM) for printing the JPanel, Component, or Image on the page.
getVerticalAlignment() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns vertical alignment (TOP, CENTER, BOTTOM) of this JTable on page.
getVerticalAlignment() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns vertical alignment (TOP, CENTER, BOTTOM) of this JTextComponent on page.
getVerticalAlignment() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Returns vertical alignment (TOP, CENTER, BOTTOM) of this JTree on page.
getVerticalBreakColor() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns the Color being used as the break color for BREAK_ON_COLOR pagination mode when breaking vertically.
getVerticalBreakColor() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns the Color used as break color for BREAK_ON_COLOR pagination mode when breaking vertically.
getVerticalPageRule() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns current value of pageRule property (SHRINK_TO_FIT, TILE, BREAK_ON_COMPONENTS, or BREAK_ON_COLOR).
getVerticalPageRule() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns current value of pageRule property (SHRINK_TO_FIT, BREAK_ON_ROWS, or BREAK_ON_COLOR).
getWidth() - Method in class com.wildcrest.j2printerworks.HorizontalLine
Returns the specified width of the horizontal line in pixels.

H

HorizontalLine - class com.wildcrest.j2printerworks.HorizontalLine.
A Flowable used for drawing a horizontal line separator between other Flowables.
HorizontalLine() - Constructor for class com.wildcrest.j2printerworks.HorizontalLine
Construct a HorizontalLine object 4 pixels high with 16 pixels above and below (= 1/2 inch total), and width 72 pixels indented on each size (= 1 inch each), and color lightGray.
HorizontalLine(int, int, int) - Constructor for class com.wildcrest.j2printerworks.HorizontalLine
Construct a HorizontalLine object with a given gap, height, width, and color lightGray
HorizontalLine(int, int, int, Color) - Constructor for class com.wildcrest.j2printerworks.HorizontalLine
Construct a HorizontalLine object with a given gap, height, width, and color
hideImagingFrame() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Hide internal imaging JFrame (left behind if have embedded components), must only be called after printing completes.

I

ImagePanel - class com.wildcrest.j2printerworks.ImagePanel.
JPanel subclass for displaying an Image.
ImagePanel(Image) - Constructor for class com.wildcrest.j2printerworks.ImagePanel
Constructs a JPanel for displaying the specified Image.
ImagePanel() - Constructor for class com.wildcrest.j2printerworks.ImagePanel
Constructs a JPanel containing an empty Image.
isAutomaticRecalculation() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns whether BREAK_ON_COLOR internal data tables recompute automatically every time you print or print preview this Component.
isAutomaticRecalculation() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns whether BREAK_ON_ROWS (or COLUMNS) and BREAK_ON_COLOR internal data tables recompute automatically every time you print or print preview this JTable.
isCloningUsed() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns whether cloning is used for J2TextPrinter printing (see explanation under setCloningUsed).
isCrossPlatformDialogs() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns whether J2Printer is using cross platform dialogs (overridden in J2Printer14 subclass, J2Printer always returns false)
isCrossPlatformDialogs() - Method in class com.wildcrest.j2printerworks.J2Printer14
Returns whether the cross-platform printing dialogs are to be used instead of the native printing dialogs.
isCurrentPrintPreviewTwoPageDisplay() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns whether print preview dialog is currently in one or two page display mode as specified by the user.
isDebug() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns whether stack trace and other debug information will print to System.err when errors are encountered (default: true).
isDirectPrint() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns current value of Direct Print mode.
isOutsideLines() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns whether to print outside border lines around Component, JPanel, or Image.
isOutsideLines() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Returns whether to print outside border lines around JList.
isOutsideLines() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Returns whether to print outside border lines around JPanel, Component, or Image.
isOutsideLines() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns whether to print outside gridlines around the JTable.
isOutsideLines() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns whether to print outside border lines around this JTextComponent.
isOutsideLines() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Returns whether to print outside border lines around JTree.
isOverlap() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns whether to repeat the last pixel row (column) again on the next page when paginating.
isOverlap() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Returns whether to repeat the last pixel row and column again on the next page when paginating, which ensures that gridlines are drawn on all sides of the JTable rows and columns printed on each page.
isPrintDialogResponse() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns the most recent user response to the print dialog box, true = "OK" or false = "cancel".
isPrintDialogUsed() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns whether to display a print dialog before printing.
isPrintDialogUsed() - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Since Java Web Start current does not support printing without a print dialog, the getPrintDialogUsed method always returns true.
isPrintHTMLComments() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns current value of printHTMLComments mode.
isPrintPreviewClosed() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns whether the print preview dialog is open or closed.
isPrintPreviewTwoPageDisplay() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns whether print preview dialog starts in one or two page display mode.
isPrintingUnderway() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns whether printing is underway.
isSeparatePrintThread() - Method in class com.wildcrest.j2printerworks.J2Printer
Returns whether printing will be performed from a separate thread.
isWYSIWYG() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Returns current value of wysiwyg mode.
isWhiteBackground() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Returns whether Component, JPanel, or Image will be printed with a white background.
isWhiteBackground() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Returns whether JPanel, Component, or Image will be printed with a white background.

J

J2ComponentPrinter - class com.wildcrest.j2printerworks.J2ComponentPrinter.
A Java 2 component for printing the contents of any Java Component.
J2ComponentPrinter() - Constructor for class com.wildcrest.j2printerworks.J2ComponentPrinter
Construct a J2ComponentPrinter object (no Component specified).
J2ComponentPrinter(Component) - Constructor for class com.wildcrest.j2printerworks.J2ComponentPrinter
Construct a J2ComponentPrinter object specifying a Component (or any Component subclass, including Container, JComponent, JPanel, or subclasses thereof) to be printed.
J2ComponentPrinter(Image) - Constructor for class com.wildcrest.j2printerworks.J2ComponentPrinter
Construct a J2ComponentPrinter object for printing an Image.
J2ComponentPrinterBeanInfo - class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.
BeanInfo for the J2PanelPrinter class.
J2ComponentPrinterBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo
 
J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor.
 
J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor.
 
J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
J2FlowPrinter - class com.wildcrest.j2printerworks.J2FlowPrinter.
A Java 2 component for printing one or more Flowables back-to-back either as a Pageable (starting and ending on page boundaries) or as a Flowable (which can be printed back-to-back with other Flowables).
J2FlowPrinter(Vector) - Constructor for class com.wildcrest.j2printerworks.J2FlowPrinter
Construct a J2FlowPrinter object for a Vector of Flowables.
J2FlowPrinter(Flowable) - Constructor for class com.wildcrest.j2printerworks.J2FlowPrinter
Construct a J2FlowPrinter object for a single Flowable.
J2FlowPrinter() - Constructor for class com.wildcrest.j2printerworks.J2FlowPrinter
Construct a J2FlowPrinter object (no Flowables specified)
J2FlowPrinterBeanInfo - class com.wildcrest.j2printerworks.J2FlowPrinterBeanInfo.
BeanInfo for the J2FlowPrinter class.
J2FlowPrinterBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2FlowPrinterBeanInfo
 
J2Label - class com.wildcrest.j2printerworks.J2Label.
A subclass of JLabel with a default Font of Serif,PLAIN,10, default foreground Color black, and default background Color white and opague, useful for making HTML JLabels that work consistently across all JDKs 1.2.x and later.
J2Label(String, Icon, int) - Constructor for class com.wildcrest.j2printerworks.J2Label
Same as JLabel but with a default Font of Serif,PLAIN,10, default foreground Color black, and default background Color white and opaque.
J2Label(String, int) - Constructor for class com.wildcrest.j2printerworks.J2Label
Same as JLabel but with a default Font of Serif,PLAIN,10 and default Color black
J2Label(String) - Constructor for class com.wildcrest.j2printerworks.J2Label
Same as JLabel but with a default Font of Serif,PLAIN,10 and default Color black
J2Label(Icon, int) - Constructor for class com.wildcrest.j2printerworks.J2Label
Same as JLabel but with a default Font of Serif,PLAIN,10 and default Color black
J2Label(Icon) - Constructor for class com.wildcrest.j2printerworks.J2Label
Same as JLabel but with a default Font of Serif,PLAIN,10 and default Color black
J2Label() - Constructor for class com.wildcrest.j2printerworks.J2Label
Same as JLabel but with a default Font of Serif,PLAIN,10 and default Color black
J2ListPrinter - class com.wildcrest.j2printerworks.J2ListPrinter.
A Java 2 component for multi-page printing of any JList or JList subclass as either a Pageable or a Flowable, breaking pages on JList item boundaries.
J2ListPrinter() - Constructor for class com.wildcrest.j2printerworks.J2ListPrinter
Construct a J2ListPrinter object (no JList specified)
J2ListPrinter(JList) - Constructor for class com.wildcrest.j2printerworks.J2ListPrinter
Construct a J2ListPrinter object for a single JList to be printed
J2ListPrinterBeanInfo - class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.
BeanInfo for the J2ListPrinter class.
J2ListPrinterBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo
 
J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor.
 
J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor.
 
J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
J2Pageable - class com.wildcrest.j2printerworks.J2Pageable.
An abstract base class that converts a Flowable into a Pageable (a set of formatted pages starting and ending on page boundaries), and which is the parent class of J2TextPrinter, J2TablePrinter, J2TreePrinter, J2ComponentPrinter, J2PanelPrinter, J2ListPrinter, and J2FlowPrinter.
J2Pageable() - Constructor for class com.wildcrest.j2printerworks.J2Pageable
Construct a J2Pageable object.
J2PageableBeanInfo - class com.wildcrest.j2printerworks.J2PageableBeanInfo.
BeanInfo for J2Pageable class.
J2PageableBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2PageableBeanInfo
 
J2PageableBeanInfo.HeaderStylePropertyEditor - class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor.
 
J2PageableBeanInfo.HeaderStylePropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor
 
J2PageableBeanInfo.OrientationPropertyEditor - class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor.
 
J2PageableBeanInfo.OrientationPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor
 
J2PanelPrinter - class com.wildcrest.j2printerworks.J2PanelPrinter.
A Java 2 component for printing the contents of any JPanel, Component, or Image as either a Pageable or a Flowable, either shrink-to-fit within a page, shrink-to-width of a page, tiled over multiple pages breaking on pixel boundaries, or broken on contained Component boundaries.
J2PanelPrinter() - Constructor for class com.wildcrest.j2printerworks.J2PanelPrinter
Construct a J2PanelPrinter object (no JPanel specified).
J2PanelPrinter(Component) - Constructor for class com.wildcrest.j2printerworks.J2PanelPrinter
Construct a J2PanelPrinter object specifying a Component (or any Component subclass, including Container, JComponent, JPanel, or subclasses thereof) to be printed.
J2PanelPrinter(Image) - Constructor for class com.wildcrest.j2printerworks.J2PanelPrinter
Construct a J2PanelPrinter object for printing an Image.
J2PanelPrinterBeanInfo - class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.
BeanInfo for the J2PanelPrinter class.
J2PanelPrinterBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo
 
J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor.
 
J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor.
 
J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
J2Printer - class com.wildcrest.j2printerworks.J2Printer.
A Java 2 component for printing one or more Pageables as a single document.
J2Printer() - Constructor for class com.wildcrest.j2printerworks.J2Printer
Construct a J2Printer object with no serial number, a default printer, and an empty Pageable.
J2Printer(PrinterJob) - Constructor for class com.wildcrest.j2printerworks.J2Printer
Construct a J2Printer object with no serial number, a given PrinterJob, and an empty Pageable.
J2Printer(String) - Constructor for class com.wildcrest.j2printerworks.J2Printer
Construct a J2Printer object with given serial number, default printer, and empty Pageable.
J2Printer(String, PrinterJob) - Constructor for class com.wildcrest.j2printerworks.J2Printer
Construct a J2Printer object with given serial number and PrinterJob, and empty Pageable.
J2Printer14 - class com.wildcrest.j2printerworks.J2Printer14.
A J2Printer subclass supporting JDK 1.4 printing features, including printer discovery and selection, print request attribute sets, cross-platform page setup and print dialogs, and print to Postscript

This class includes methods for specifying a PrintRequestAttributeSet, which is a class in JDK 1.4 (or later) for specifying desired printer characteristics.
J2Printer14() - Constructor for class com.wildcrest.j2printerworks.J2Printer14
Construct a J2Printer14 object with no serial number, a default printer, and an empty Pageable.
J2Printer14(PrinterJob) - Constructor for class com.wildcrest.j2printerworks.J2Printer14
Construct a J2Printer14 object with no serial number, a given PrinterJob, and an empty Pageable.
J2Printer14(String) - Constructor for class com.wildcrest.j2printerworks.J2Printer14
Construct a J2Printer14 object with given serial number, default printer, and empty Pageable.
J2Printer14(String, PrinterJob) - Constructor for class com.wildcrest.j2printerworks.J2Printer14
Construct a J2Printer14 object with given serial number and PrinterJob, and empty Pageable.
J2Printer14BeanInfo - class com.wildcrest.j2printerworks.J2Printer14BeanInfo.
BeanInfo for J2Printer14 subclass.
J2Printer14BeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2Printer14BeanInfo
 
J2PrinterBeanInfo - class com.wildcrest.j2printerworks.J2PrinterBeanInfo.
BeanInfo for J2Printer class.
J2PrinterBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2PrinterBeanInfo
 
J2PrinterBeanInfo.HeaderStylePropertyEditor - class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor.
 
J2PrinterBeanInfo.HeaderStylePropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor
 
J2PrinterBeanInfo.OrientationPropertyEditor - class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor.
 
J2PrinterBeanInfo.OrientationPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor
 
J2PrinterWebStart - class com.wildcrest.j2printerworks.J2PrinterWebStart.
J2PrinterWebStart is a J2Printer subclass that enables Java Web Start applications to print one or more Pageables as a single document using the Java JNLP APIs.
J2PrinterWebStart() - Constructor for class com.wildcrest.j2printerworks.J2PrinterWebStart
Construct a J2PrinterWebStart object with no serial number.
J2PrinterWebStart(String) - Constructor for class com.wildcrest.j2printerworks.J2PrinterWebStart
Construct a J2PrinterWebStart object with given serial number.
J2PrinterWebStartBeanInfo - class com.wildcrest.j2printerworks.J2PrinterWebStartBeanInfo.
BeanInfo for J2PrinterWebStart subclass.
J2PrinterWebStartBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2PrinterWebStartBeanInfo
 
J2TablePrinter - class com.wildcrest.j2printerworks.J2TablePrinter.
A Java 2 component for multi-page printing of any JTable or JTable subclass as either a Pageable or a Flowable, breaking pages on table row and column boundaries (or, optionally, on a specified color such as table.getGridColor()).
J2TablePrinter() - Constructor for class com.wildcrest.j2printerworks.J2TablePrinter
Construct a JTablePageable object (no JTable specified)
J2TablePrinter(JTable) - Constructor for class com.wildcrest.j2printerworks.J2TablePrinter
Construct a JTablePageable object for a given JTable
J2TablePrinterBeanInfo - class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.
BeanInfo for the J2TablePrinter class.
J2TablePrinterBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo
 
J2TablePrinterBeanInfo.ColumnStylePropertyEditor - class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor.
 
J2TablePrinterBeanInfo.ColumnStylePropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor
 
J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor.
 
J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor.
 
J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
J2TextPrinter - class com.wildcrest.j2printerworks.J2TextPrinter.
A Java 2 component for multi-page printing of the contents of any multi-line JTextComponent (JTextPane, JEditorPane, JTextArea) or subclass thereof, as either a Pageable or a Flowable, breaking pages on text line boundaries.
J2TextPrinter() - Constructor for class com.wildcrest.j2printerworks.J2TextPrinter
Construct a J2TextPrinter object (no JTextComponent specified)
J2TextPrinter(JTextPane) - Constructor for class com.wildcrest.j2printerworks.J2TextPrinter
Construct a J2TextPrinter object for a given JTextPane
J2TextPrinter(JEditorPane) - Constructor for class com.wildcrest.j2printerworks.J2TextPrinter
Construct a J2TextPrinter object for a given JEditorPane
J2TextPrinter(JTextArea) - Constructor for class com.wildcrest.j2printerworks.J2TextPrinter
Construct a J2TextPrinter object for a given JTextArea
J2TextPrinter(String) - Constructor for class com.wildcrest.j2printerworks.J2TextPrinter
Construct a J2TextPrinter object for a given String (uses default font: SansSerif, PLAIN, 12 with color: black and alignment: left)
J2TextPrinter(String, Font, Color, int) - Constructor for class com.wildcrest.j2printerworks.J2TextPrinter
Construct a J2TextPrinter object for a given String, Font, Color, and alignment.
J2TextPrinter(String, Font) - Constructor for class com.wildcrest.j2printerworks.J2TextPrinter
Construct a J2TextPrinter object for a given String and given Font (with color: black and alignment: left).
J2TextPrinterBeanInfo - class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.
BeanInfo for the J2TextPrinter class.
J2TextPrinterBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo
 
J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor.
 
J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor.
 
J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
J2TreePrinter - class com.wildcrest.j2printerworks.J2TreePrinter.
A Java 2 component for multi-page printing of any JTree or JTree subclass as either a Pageable or a Flowable, breaking pages on tree node (row) boundaries.
J2TreePrinter() - Constructor for class com.wildcrest.j2printerworks.J2TreePrinter
Construct a J2TreePrinter object (no JTree specified)
J2TreePrinter(JTree) - Constructor for class com.wildcrest.j2printerworks.J2TreePrinter
Construct a J2TreePrinter object for a single JTree to be printed
J2TreePrinterBeanInfo - class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.
BeanInfo for the J2TreePrinter class.
J2TreePrinterBeanInfo() - Constructor for class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo
 
J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor.
 
J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor - class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor.
 
J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor() - Constructor for class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
joinPageables(Pageable, Pageable) - Method in class com.wildcrest.j2printerworks.J2Printer
Create new Pageable out of two existing Pageables.

L

LANDSCAPE - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies that the page orientation is landscape.
LANDSCAPE - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that the page orientation is landscape (content rotated 90 degrees counter-clockwise relative to portrait).
LEFT - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies horizontal alignment to be left justified within the available space.
LEFT - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies horizontal alignment to be left justified within the available space.
LEFT_PAGES - Static variable in class com.wildcrest.j2printerworks.J2TablePrinter
Specifies that row headers are to be printed on the left page(s) only.
LINE - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies that a line is drawn below the header or above the footer.
LINE - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that a line is drawn below the header or above the footer.

M

main(String[]) - Static method in class com.wildcrest.j2printerworks.J2Printer
Double click on J2PrinterWorks.jar to find out its version number and date.
makeHTMLPane(String) - Static method in class com.wildcrest.j2printerworks.J2TextPrinter
Convenience factory method for creating a JTextPane using an HTML String.
makePagePanel(int) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Convenience factory method to create a JPanel whose size is the same size as the body of a printable page based on this J2ComponentPrinter's "local" settings (or J2Printer "global" settings if not specified).
makePagePanel(int) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Convenience factory method to create a JPanel whose size is the same size as the body of a printable page based on this J2PanelPrinter's "local" settings (or J2Printer "global" values if not specified).
makePagePanel(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Convenience factory method to create a JPanel whose size is the same size as the body of a printable page based on the J2Printer "default" settings.
makeSimpleAttributeSet(String, String, int, int, Color) - Static method in class com.wildcrest.j2printerworks.J2TextPrinter
Convenience factory method for making a SimpleAttributeSet for a desired Font, specified using font name, style, size, alignment, and color.
mergePageables(Vector) - Method in class com.wildcrest.j2printerworks.J2Printer
Create new Pageable out of a vector of existing Pageables

N

NEVER - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that print preview dialog should be kept open until closed manually by user.
NONE - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies that no additional line or box is drawn for the header or footer.
NONE - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that no additional line or box is drawn for the header or footer.
NO_PAGES - Static variable in class com.wildcrest.j2printerworks.J2TablePrinter
Specifies that no column or row headers are to be printed.

O

OUTLINE - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that an outline is drawn around the page image returned by getPageImage.

P

PLAIN - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that no outline is drawn around the page image returned by getPageImage.
PORTRAIT - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies that the page orientation is portrait.
PORTRAIT - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that the page orientation is portrait.
PPI72 - Static variable in class com.wildcrest.j2printerworks.J2Pageable
A constant specifying the standard printing resolution of 72 dots ("points") per inch.
PPI72 - Static variable in class com.wildcrest.j2printerworks.J2Printer
A constant specifying the standard printing resolution of 72 dots ("points") per inch.
PPI72 - Static variable in class com.wildcrest.j2printerworks.VerticalGap
 
PageEject - class com.wildcrest.j2printerworks.PageEject.
A Flowable that causes the next Flowable to start at the top of the next page.
PageEject() - Constructor for class com.wildcrest.j2printerworks.PageEject
Construct a PageEject object
PrintingEventHandler - class com.wildcrest.j2printerworks.PrintingEventHandler.
Convenience class for easy handling of J2PrinterWorks print progress events including beginning and end of printing, OK or cancel of print dialog, OK or cancel of page setup dialog, start and end of each printed page, and open and close of print preview dialog.
PrintingEventHandler() - Constructor for class com.wildcrest.j2printerworks.PrintingEventHandler
PrintingEventHandler class constructor.
pageDone(int) - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called each time a page completes printing (pageNumber 1...n)
pageSetupDialogCanceled() - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when user presses "Cancel" in page setup dialog
pageSetupDialogOK() - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when user presses "OK" in page setup dialog
pageStart(int) - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called each time a page begins printing (pageNumber 1...n)
paint(Graphics) - Method in class com.wildcrest.j2printerworks.ImagePanel
 
paint(Graphics) - Method in class com.wildcrest.j2printerworks.J2Pageable
This method is provided to paint this component's bean icon in your visual builder.
paint(Graphics) - Method in class com.wildcrest.j2printerworks.J2Printer
This method is provided to paint the J2Printer bean icon in your visual builder.
prepareRenderer() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Utility method that calls prepareRenderer method for all cells in the current JTable.
print(Pageable) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for printing any Pageable (or Book)
print() - Method in class com.wildcrest.j2printerworks.J2Printer
Method for printing the current Pageable (specified using setPageable)
printDialogCanceled() - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when user presses "Cancel" in print dialog
printDialogOK() - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when user presses "OK" in print dialog
printFlowable(Graphics, int, int, int, int) - Method in interface com.wildcrest.j2printerworks.Flowable
Print the next sequential section of this Flowable object that fits into the next incremental area.
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.HorizontalLine
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.PageEject
 
printFlowable(Graphics, int, int, int, int) - Method in class com.wildcrest.j2printerworks.VerticalGap
 
printPDFFile(String) - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for printing the contents of a PDF file on the current printer (Windows only).
printPreviewDone() - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when print preview dialog is closed
printPreviewStart() - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when print preview dialog opens
printToHTML(String, String, double, boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for saving a facsimile of the printed document either as a single HTML file containing all the page images or as a series of HTML pages suitable for display in a browser as a slide show.
printToPDF(String) - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for printing the current document to a PDF (.pdf) file.
printToPDF() - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for printing the current document to PDF stored in an in-memory byte array.
printToPDF(OutputStream) - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for printing the current document to PDF and storing in a provided OutputStream.
printToPDFNoFonts(String) - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for printing the current document to a PDF (.pdf) file that relies on no PDF fonts.
printToPDFNoFonts() - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for printing the current document to PDF stored in an in-memory byte array that relies on no PDF fonts.
printToPDFNoFonts(OutputStream) - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for printing the current document to PDF and storing in a provided OutputStream that relies on no PDF fonts.
printToPS(String) - Method in class com.wildcrest.j2printerworks.J2Printer14
Utility method for printing the current document to a Postscript (.ps) file, suitable for dumping to a Postscript printer, viewing with a program such as GhostScript, or converting to PDF using programs such as Adobe Acrobat Distiller or PS2PDF (part of Ghostscript).
printToPS() - Method in class com.wildcrest.j2printerworks.J2Printer14
Utility method for printing the current document to Postscript stored in an in-memory byte array.
printToPS(OutputStream) - Method in class com.wildcrest.j2printerworks.J2Printer14
Utility method for printing the current document to Postscript and storing in a provided OutputStream.
printerJob - Static variable in class com.wildcrest.j2printerworks.J2Printer
 
printerJobSeparateThread - Static variable in class com.wildcrest.j2printerworks.J2Printer
 
printingDone() - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when printing completes
printingStart() - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Called once when printing begins
propertyChange(PropertyChangeEvent) - Method in class com.wildcrest.j2printerworks.PrintingEventHandler
Low-level printer event property change method (do not modify)

R

REST - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Denotes header and footer values for pages 2...n.
REST - Static variable in class com.wildcrest.j2printerworks.J2Printer
Denotes values for pages 2...n.
REVERSE_LANDSCAPE - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies that the page orientation is reverse landscape (landscape rotated 180 degrees).
REVERSE_LANDSCAPE - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that the page orientation is reverse landscape (landscape rotated 180 degrees).
RIGHT - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies horizontal alignment to be right justified within the available space.
RIGHT - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies horizontal alignment to be right justified within the available space.
refreshPrintPreviewDialog() - Method in class com.wildcrest.j2printerworks.J2Printer
Method for refreshing the print preview dialog window using the current settings.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.HorizontalLine
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2Pageable
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2Printer
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Remove a PropertyChangeListener for this component
removePropertyChangeListener(PropertyChangeListener) - Method in class com.wildcrest.j2printerworks.VerticalGap
Remove a PropertyChangeListener for this component
resetFlowable() - Method in interface com.wildcrest.j2printerworks.Flowable
Reset the Flowable object so that it starts printing from the beginning.
resetFlowable() - Method in class com.wildcrest.j2printerworks.HorizontalLine
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.PageEject
 
resetFlowable() - Method in class com.wildcrest.j2printerworks.VerticalGap
 

S

SHADOW - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that an outline and a drop shadow are drawn around the page image returned by getPageImage.
SHRINK_TO_FIT - Static variable in class com.wildcrest.j2printerworks.J2ComponentPrinter
Used in setHorizontalPageRule and setVerticalPageRule to indicate shrink-to-fit mode
SHRINK_TO_FIT - Static variable in class com.wildcrest.j2printerworks.J2PanelPrinter
Used in setPageRule to indicate shrink-to-fit mode
SHRINK_TO_FIT - Static variable in class com.wildcrest.j2printerworks.J2TablePrinter
Used in setHorizontalPageRule and setVerticalPageRule to indicate shrink-to-fit mode
SHRINK_TO_WIDTH - Static variable in class com.wildcrest.j2printerworks.J2PanelPrinter
Used in setPageRule to indicate shrink-to-width mode
saveImageToJPEG(BufferedImage, String) - Method in class com.wildcrest.j2printerworks.J2Printer
Utility method for saving a BufferedImage to a JPEG file.
sendBytesToPrinter(byte[]) - Method in class com.wildcrest.j2printerworks.J2Printer14
Utility method for sending the specified byte array as raw data to the current printer.
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setAsText(String) - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setAutomaticRecalculation(boolean) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets whether the BREAK_ON_COLOR internal data tables recompute automatically every time you print or print preview this Component.
setAutomaticRecalculation(boolean) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets whether the BREAK_ON_ROWS (and BREAK_ON_COLUMNS) or BREAK_ON_COLOR internal data tables recompute automatically every time you print or print preview this JTable.
setBottomMargin(double) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets desired bottom margin of this J2Pageable instance in inches from the edge of page (when viewing content).
setBottomMargin(double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) bottom margin below footer in inches from the edge of the page (when viewing content).
setBottomMargin(double) - Method in class com.wildcrest.j2printerworks.J2Printer14
 
setBreakOnColorIncrement(int) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets the evaluation increment in pixels for BREAK_ON_COLOR mode.
setBreakOnColorIncrement(int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets the evaluation increment in pixels for BREAK_ON_COLOR mode.
setBusyCursor(Component, boolean) - Static method in class com.wildcrest.j2printerworks.J2Printer
Convenience method that sets the cursor on your Frame (or JFrame, JDialog, JWindow, JApplet, or JInternalFrame) to Cursor.WAIT_CURSOR if busy is true, and to Cursor.DEFAULT_CURSOR if busy is false.
setCenterFooter(Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the center footer for both page 1 and pages 2...n of this J2Pageable instance using a String or JLabel.
setCenterFooter(int, Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the center footer for either page 1 or pages 2...n of this J2Pageable instance using a String or JLabel
setCenterFooter(Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) center footer for both page 1 and pages 2...n using a String or JLabel.
setCenterFooter(int, Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) center footer for either page 1 or pages 2...n using a String or JLabel
setCenterHeader(Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the center header for both page 1 and pages 2...n of this J2Pageable instance using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setCenterHeader(int, Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the center header for either page 1 or pages 2...n of this J2Pageable instance using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setCenterHeader(Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) center header for both page 1 and pages 2...n using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setCenterHeader(int, Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) center header for either page 1 or pages 2...n using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setCloningUsed(boolean) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Specify whether cloning (copying by Java serialization) is to be used when printing with J2TextPrinter.
setCollate(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer14
Sets the SheetCollate attribute in the current print request attribute set.
setColor(Color) - Method in class com.wildcrest.j2printerworks.HorizontalLine
Specifies the Color of the horizontal line.
setColumnHeaderPrinting(int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets whether column headers printed on all pages, top pages, or no pages.
setComponent(Component) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Specifies Component to be printed.
setComponent(Component) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Specifies Component to be printed.
setCopies(int) - Method in class com.wildcrest.j2printerworks.J2Printer14
Sets the number of copies to be printed as a Copies attribute in the current print request attribute set as well as in the current PrinterJob instance.
setCrossPlatformDialogs(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer14
Sets whether to use the cross-platform printing dialogs instead of the native printing dialogs.
setDebug(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Specifies whether stack trace and other debug information will print to System.err when errors are encountered.
setDirectPrint(boolean) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Sets whether "direct print" mode is enabled (see documentation).
setFlowable(Flowable) - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
Set this J2FlowPrinter's current list of Flowables to a single Flowable and return result.
setFlowables(Vector) - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
Set this J2FlowPrinter's current list of Flowables.
setFooterFont(Font) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the Font for printing the footers for both page 1 and pages 2...n of this J2Pageable instance when these are specified using a String.
setFooterFont(int, Font) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the Font for printing the footers for either page 1 or pages 2...n of this J2Pageable instance when these are specified using a String.
setFooterFont(Font) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) Font for printing the footers for both page 1 and pages 2...n when these are specified using a String.
setFooterFont(int, Font) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) Font for printing the footers for either page 1 or pages 2...n when these are specified using a String.
setFooterStyle(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets footer style (BOX, LINE, or NONE) for both page 1 and pages 2...n of this J2Pageable instance.
setFooterStyle(int, int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets footer style (BOX, LINE, or NONE) for either page 1 or pages 2...n of this J2Pageable instance.
setFooterStyle(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets "global" (overall, default) footer style for both page 1 and pages 2...n.
setFooterStyle(int, int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets "global" (overall, default) footer style for either page 1 or pages 2...n.
setGap(int) - Method in class com.wildcrest.j2printerworks.HorizontalLine
Specifies the size of the vertical gap (white space) above and again below the horizontal line in pixels.
setGap(double) - Method in class com.wildcrest.j2printerworks.VerticalGap
Specifies the size of the vertical gap between successive Flowables in inches.
setGapAboveFooter(double) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the gap between the bottom edge of body and the top of the footer of this J2Pageable instance in inches.
setGapAboveFooter(double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) gap between the bottom of the last line of body and the top of the footer in inches.
setGapBelowHeader(double) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the gap between the bottom of the header and the top edge of the body of this J2Pageable instance in inches.
setGapBelowHeader(double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) gap between the bottom of the header and the top of the first line of body in inches.
setHTMLEditorKit(HTMLEditorKit) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Notify J2TextPrinter of your use of a custom HTMLEditorKit for this JTextPane or JEditorPane.
setHeaderFont(Font) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the Font for printing the headers for both page 1 and pages 2...n of this J2Pageable instance when these are specified using a String (NOTE: value cannot be changed in Free Trial Version).
setHeaderFont(int, Font) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the Font for printing the headers for either page 1 or pages 2...n of this J2Pageable instance when these are specified using a String (NOTE: value cannot be changed in Free Trial Version).
setHeaderFont(Font) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) Font for printing the headers for both page 1 and pages 2...n when these are specified using a String (NOTE: value cannot be changed in Free Trial Version).
setHeaderFont(int, Font) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) Font for printing the headers for either page 1 or pages 2...n when these are specified using a String (NOTE: value cannot be changed in Free Trial Version).
setHeaderStyle(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets header style (BOX, LINE, or NONE) for both page 1 and pages 2...n of this J2Pageable instance (NOTE: value cannot be changed in Free Trial Version).
setHeaderStyle(int, int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets header style (BOX, LINE, or NONE) for either page 1 or pages 2...n of this J2Pageable instance (NOTE: value cannot be changed in Free Trial Version).
setHeaderStyle(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) header style for both page 1 and pages 2...n (NOTE: value cannot be changed in Free Trial Version).
setHeaderStyle(int, int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) header style for either page 1 or pages 2...n (NOTE: value cannot be changed in Free Trial Version).
setHeight(int) - Method in class com.wildcrest.j2printerworks.HorizontalLine
Specifies the height of the horizontal line in pixels.
setHorizontalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets the horizontal alignment (LEFT, CENTER, RIGHT) for printing the Component, Container, or Image on the page.
setHorizontalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Sets the horizontal alignment (LEFT, CENTER, RIGHT) for printing the JList on the page.
setHorizontalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Sets the horizontal alignment (LEFT, CENTER, RIGHT) for printing the JPanel, Component, or Image on the page.
setHorizontalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets the horizontal alignment (LEFT, CENTER, RIGHT) for printing the JTable on the page.
setHorizontalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Sets the horizontal alignment (LEFT, CENTER, RIGHT) for printing the JTextComponent on the page, typically used with setWYSIWYG(true).
setHorizontalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Sets the horizontal alignment (LEFT, CENTER, RIGHT) for printing the JTree on the page.
setHorizontalBreakColor(Color) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets the break color to be used for BREAK_ON_COLOR pagination mode when breaking horizontally.
setHorizontalBreakColor(Color) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets the break color to be used for BREAK_ON_COLOR pagination mode when breaking horizontally.
setHorizontalPageRule(int) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets the page rule for paginating each Component, Container, or Image horizontally, either SHRINK_TO_FIT, TILE, BREAK_ON_COMPONENTS, or BREAK_ON_COLOR.
setHorizontalPageRule(int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets the page rule for paginating the JTable horizontally, either SHRINK_TO_FIT, BREAK_ON_COLUMNS (default), or BREAK_ON_COLOR.
setImage(Image) - Method in class com.wildcrest.j2printerworks.ImagePanel
Sets the ImagePanel image.
setImage(Image) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Convenience method for specifying Image to be printed.
setImage(Image) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Convenience method for specifying Image to be printed.
setJobName(String) - Method in class com.wildcrest.j2printerworks.J2Printer14
Sets the job name for the print job as a JobName attribute in the current print request attribute set as well as in the current PrinterJob instance.
setLeftFooter(Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the left footer for both page 1 and pages 2...n of this J2Pageable instance using a String or JLabel.
setLeftFooter(int, Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the left footer for either page 1 or pages 2...n of this J2Pageable instance using a String or JLabel
setLeftFooter(Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) left footer for both page 1 and pages 2...n using a String or JLabel.
setLeftFooter(int, Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) left footer for either page 1 or pages 2...n using a String or JLabel
setLeftHeader(Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the left header for both page 1 and pages 2...n of this J2Pageable instance using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setLeftHeader(int, Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the left header for either page 1 or pages 2...n of this J2Pageable instance using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setLeftHeader(Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) left header for both page 1 and pages 2...n using a String or JLabel.
setLeftHeader(int, Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) left header for either page 1 or pages 2...n using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setLeftMargin(double) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets desired left margin of this J2Pageable instance in inches from the edge of page (when viewing content).
setLeftMargin(double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) left margin in inches from the edge of the page (when viewing content).
setLeftMargin(double) - Method in class com.wildcrest.j2printerworks.J2Printer14
 
setList(JList) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Specifies JList to be printed.
setLocale(Locale) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the operative locale for J2PrinterWorks
setMargins(double, double, double, double) - Method in class com.wildcrest.j2printerworks.J2Printer14
Convenience method for setting all four margins at once.
setMaximumPages(int) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Rescale this J2ListPrinter to print within a maximum number of vertical pages (will minify to fit).
setMaximumPages(int, int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Rescale this Pageable to print within a maximum number of vertical and/or horizontal pages (will minify to fit).
setMaximumPages(int) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Rescale this J2TextPrinter to print within a maximum number of vertical pages (will minify to fit).
setMaximumPages(int) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Rescale this J2TreePrinter to print within a maximum number of vertical pages (will minify to fit).
setMaximumPaginationGap(double) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets the largest acceptable pagination gap as a percentage of the full page body size.
setMaximumPaginationGap(double) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Sets the largest acceptable pagination gap as a percentage of the full page body size.
setMaximumPaginationGap(double) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Sets the largest acceptable pagination gap as a percentage of the full page body size.
setMaximumPaginationGap(double) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets the largest acceptable pagination gap as a percentage of the full body height/width.
setMaximumPaginationGap(double) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Sets the largest acceptable pagination gap as a percentage of the full body height.
setMaximumPaginationGap(double) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Sets the largest acceptable pagination gap as a percentage of the full page body size.
setMediaSize(String) - Method in class com.wildcrest.j2printerworks.J2Printer14
Sets the Media attribute in the current print request attribute set.
setNumberOfCopies(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets number of copies to be printed (and appear in the print dialog).
setNumberOfCopies(int) - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Since Java Web Start does not have a setCopies method, the setNumberOfCopies method has no effect.
setNumberOfPageImageBuffers(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Method used in conjunction with getPageImage methods, and thereby the print preview dialog, specifying how many BufferedImages can be allocated simultaneously before their space gets reused.
setNup(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets printing to use N-up formating (N page images per physical page), where N=1, 2, 4, 6, 9, or 16, or minus these same values, where the minus sign means suppress the drawing of the page outlines.
setOrientation(int) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets page orientation of this J2Pageable instance.
setOrientation(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets "global" (overall, default) page orientation (causes corresponding reordering of unprintable margin settings)
setOrientation(int) - Method in class com.wildcrest.j2printerworks.J2Printer14
 
setOutsideLineColor(Color) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets Color of outside border lines.
setOutsideLineColor(Color) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Sets Color of outside border lines.
setOutsideLineColor(Color) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Sets Color of outside border lines.
setOutsideLineColor(Color) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Sets Color of outside border lines.
setOutsideLineColor(Color) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Sets Color of outside border lines.
setOutsideLines(boolean) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets whether to print outside border lines around Component, Container, or Image.
setOutsideLines(boolean) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Sets whether to print outside border lines around JList.
setOutsideLines(boolean) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Sets whether to print outside border lines around JPanel, Component, or Image.
setOutsideLines(boolean) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets whether to print outside gridlines around the JTable.
setOutsideLines(boolean) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Sets whether to print outside border lines around this JTextComponent.
setOutsideLines(boolean) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Sets whether to print outside border lines around JTree.
setOverlap(boolean) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets whether to repeat the last pixel row (column) again on the next page when paginating.
setOverlap(boolean) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets whether to repeat the last pixel row and column again on the next page when paginating.
setPageFormat(PageFormat) - Method in class com.wildcrest.j2printerworks.J2Pageable
Method for setting this J2Pageable's margins, size, and orientation from an external PageFormat instance.
setPageFormat(PageFormat) - Method in class com.wildcrest.j2printerworks.J2Printer
Convenience method for setting this J2Printer's "global" margins, page size, and orientation from an external PageFormat instance.
setPageFormat(PageFormat) - Method in class com.wildcrest.j2printerworks.J2Printer14
 
setPageImagesMonochrome(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Method used in conjunction with the getPageImage methods, and thereby the print preview dialog page images, specifying whether the images are monochrome (grayscale) instead of color (default: false = color).
setPageRanges(String) - Method in class com.wildcrest.j2printerworks.J2Printer14
Sets the PageRanges attribute in the current print request attribute set.
setPageRule(int) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Sets the page rule for mapping each JPanel, Component, or Image into the printed page (SHRINK_TO_FIT, SHRINK_TO_WIDTH, TILE, or BREAK_ON_COMPONENTS).
setPageable(Pageable) - Method in class com.wildcrest.j2printerworks.J2Printer
Specifies the Pageable that will be printed.
setPane(JTextPane) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Convenience method for specifying the JTextPane containing a StyledDocument that will be printed.
setPanel(JPanel) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Convenience method for specifying a JPanel to be printed.
setPanel(JPanel) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Convenience method for specifying JPanel to be printed.
setPaperSize(double, double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) paper width and height in 1/72nds of an inch when paper viewed in PORTRAIT.
setPaperSize(double, double) - Method in class com.wildcrest.j2printerworks.J2Printer14
 
setParam(String) - Method in class com.wildcrest.j2printerworks.J2Pageable
Convenience method for entering internal parameters.
setParam(String) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for entering internal parameters, such as the J2PrinterWorks serial number.
setParentFrame(Component) - Method in class com.wildcrest.j2printerworks.J2Printer
Set the parent Frame (or JFrame, JDialog, JWindow, JApplet, or JInternalFrame) from which the print dialog, print preview, and page setup modal dialogs are displayed.
setPrintArea(int, int, int, int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Set the print area to be printed.
setPrintArea(Rectangle) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Set the print area to be printed using a Rectangle.
setPrintDialogUsed(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets whether to show a print dialog before printing.
setPrintDialogUsed(boolean) - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Since Java Web Start current does not support printing without a print dialog, the setPrintDialogUsed method has no effect.
setPrintHTMLComments(boolean) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Sets whether HTML comments (delimited by <!-- and -->) are printed when printing HTML documents.
setPrintJobName(String) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the print job name that appears in the system print monitor.
setPrintJobName(String) - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Since Java Web Start does not have a setJobName method, the setPrintJobName method has no effect.
setPrintPreviewCloseOnPrint(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Specifies whether and when the print preview dialog will close when user hits "Print" button.
setPrintPreviewDialogZoomLevels(int[]) - Method in class com.wildcrest.j2printerworks.J2Printer
Method used to change the print preview dialog zoom levels.
setPrintPreviewIconImage(Image) - Method in class com.wildcrest.j2printerworks.J2Printer
Method to set the icon image in the upper left hand corner of the print preview dialog (default: same as parent frame).
setPrintPreviewPageNumber(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the starting page number displayed in the print preview dialog.
setPrintPreviewPageSetupDialog(Dialog) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the page setup dialog to display when user hits "Page Setup" button in print preview dialog.
setPrintPreviewScale(double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the starting magnification/minification scale of the print preview dialog.
setPrintPreviewString(String, String) - Method in class com.wildcrest.j2printerworks.J2Printer
Deprecated. Use customizable print preview toolbar mechanism to change print preview toolbar strings and/or tooltips (see J2Printer documentation). NOTE: calling this method restores the print preview toolbar to its default appearance.
setPrintPreviewTwoPageDisplay(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Specifies whether print preview dialog starts in one or two page display mode.
setPrintRequestAttributeSet(PrintRequestAttributeSet) - Method in class com.wildcrest.j2printerworks.J2Printer14
Method for setting a PrintRequestAttributeSet for specifying desired printing attributes to be used for printing if the cross-platform dialogs are used.
setPrinter(String) - Method in class com.wildcrest.j2printerworks.J2Printer14
Method used to set the desired printer.
setPrinterJob(PrinterJob) - Method in class com.wildcrest.j2printerworks.J2Printer
Use the specified PrinterJob for J2Printer printing.
setPrinterJob(PrinterJob) - Method in class com.wildcrest.j2printerworks.J2PrinterWebStart
Since Java Web Start does not use PrinterJob, the setPrinterJob method has no effect.
setRightFooter(Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the right footer for both page 1 and pages 2...n of this J2Pageable instance using a String or JLabel.
setRightFooter(int, Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the right footer for either page 1 or pages 2...n of this J2Pageable instance using a String or JLabel
setRightFooter(Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) right footer for both page 1 and pages 2...n using a String or JLabel.
setRightFooter(int, Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) right footer for either page 1 or pages 2...n using a String or JLabel.
setRightHeader(Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the right header for both page 1 and pages 2...n of this J2Pageable instance using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setRightHeader(int, Object) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets the right header for either page 1 or pages 2...n of this J2Pageable instance using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setRightHeader(Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) right header for both page 1 and pages 2...n using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setRightHeader(int, Object) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) right header for either page 1 or pages 2...n using a String or JLabel (NOTE: value cannot be changed in Free Trial Version).
setRightMargin(double) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets desired right margin of this J2Pageable instance in inches from the edge of page (when viewing content).
setRightMargin(double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) right margin in inches from the edge of the page (when viewing content).
setRightMargin(double) - Method in class com.wildcrest.j2printerworks.J2Printer14
 
setRowHeaderPrinting(int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets whether row headers printed on all pages, left pages, or no pages.
setScale(double) - Method in class com.wildcrest.j2printerworks.ImagePanel
Sets the ImagePanel scale factor (and adjusts setSize accordingly).
setScale(double) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets magnification or minification scaling factor for printing this J2Pageable.
setScale(double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets "global" (overall, default) magnification or minification scaling factor for printing.
setSeparatePrintThread(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets whether to print from a separate thread (instead of from the same thread that called the print method).
setSizeForWidth(int, JComponent) - Static method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Convenience method set the size (and preferredSize) of a Swing JComponent that is exactly tall enough for all its own content (or its contained Components if it is a Container) given a specified width (which may or may not be wide enough for all content and/or contained Components).
setSizeForWidth(int, JComponent) - Static method in class com.wildcrest.j2printerworks.J2PanelPrinter
Convenience method set the size (and preferredSize) of a Swing JComponent that is exactly tall enough for all its own content (or its contained Components if it is a Container) given a specified width (may or may not be wide enough for all content and/or contained Components).
setSizeToFit(Container, boolean) - Static method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Convenience method to set size and preferred size of a Container to show all its contained Components.
setSizeToFit(Container, boolean) - Static method in class com.wildcrest.j2printerworks.J2PanelPrinter
Convenience method to set size and preferred size of a Container to show all its contained Components.
setStartingPageNumber(int) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the starting page number, that is, the number used to number the first page of the document.
setTable(JTable) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Specifies the JTable that will be printed.
setTestGap(double) - Method in class com.wildcrest.j2printerworks.VerticalGap
Specifies the size of the test gap remaining on the page in inches.
setTextComponent(JTextComponent) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Specifies the JTextComponent (JTextPane, JEditorPane, or JTextArea whose contents (Document) will be printed.
setTopMargin(double) - Method in class com.wildcrest.j2printerworks.J2Pageable
Sets desired top margin of this J2Pageable instance in inches from the edge of page (when viewing content).
setTopMargin(double) - Method in class com.wildcrest.j2printerworks.J2Printer
Sets the "global" (overall, default) top margin above header in inches from the edge of the page when viewing content).
setTopMargin(double) - Method in class com.wildcrest.j2printerworks.J2Printer14
 
setTree(JTree) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Specifies JTree to be printed.
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
setValue(Object) - Method in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
setVerticalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets the vertical alignment (TOP, CENTER, BOTTOM) for printing the Component, Container, or Image on the page.
setVerticalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2ListPrinter
Sets the vertical alignment (TOP, CENTER, BOTTOM) for printing the JList on the page.
setVerticalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Sets the vertical alignment (TOP, CENTER, BOTTOM) for printing the JPanel, Component, or Image on the page.
setVerticalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets the vertical alignment (TOP, CENTER, BOTTOM) for printing the JTable on the page.
setVerticalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Sets the vertical alignment (TOP, CENTER, BOTTOM) for printing the JTextComponent on the page.
setVerticalAlignment(int) - Method in class com.wildcrest.j2printerworks.J2TreePrinter
Sets the vertical alignment (TOP, CENTER, BOTTOM) for printing the JTree on the page.
setVerticalBreakColor(Color) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets the break color to be used for BREAK_ON_COLOR pagination mode when breaking vertically.
setVerticalBreakColor(Color) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets the break color to be used for BREAK_ON_COLOR pagination mode when breaking vertically.
setVerticalPageRule(int) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets the page rule for paginating each Component, Container, or Image vertically, either SHRINK_TO_FIT, TILE, BREAK_ON_COMPONENTS, or BREAK_ON_COLOR.
setVerticalPageRule(int) - Method in class com.wildcrest.j2printerworks.J2TablePrinter
Sets the page rule for paginating the JTable vertically, either SHRINK_TO_FIT, BREAK_ON_ROWS (default), or BREAK_ON_COLOR.
setWYSIWYG(boolean) - Method in class com.wildcrest.j2printerworks.J2TextPrinter
Sets whether WYSIWYG (What-You-See-Is-What-You-Get) mode is enabled (and thereby prevent relayout of text).
setWhiteBackground(boolean) - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
Sets whether to print Component, Container, or Image with a white background.
setWhiteBackground(boolean) - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
Sets whether to print JPanel, Component, or Image with a white background.
setWidth(int) - Method in class com.wildcrest.j2printerworks.HorizontalLine
Specifies the width of the horizontal line in pixels, specifying either the line width itself (if positive) or the distance inward from each of the left and right margins (if negative).
showPageSetupDialog() - Method in class com.wildcrest.j2printerworks.J2Printer
Method for showing the standard Page Setup dialog with the current J2Printer (overall, default) orientation and margin settings.
showPageSetupDialog(J2Pageable) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for showing the standard Page Setup dialog with the specified J2Pageable's orientation and margin settings.
showPrintPreviewDialog(Container, Pageable) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for showing a modal Print Preview dialog for any Pageable (including non-J2PrinterWorks Pageables).
showPrintPreviewDialog(Component) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for showing a modal Print Preview dialog for this J2Printer instance's current Pageable.
showPrintPreviewDialog() - Method in class com.wildcrest.j2printerworks.J2Printer
Method for showing a modal Print Preview dialog for this J2Printer instance's current Pageable.
showPrintPreviewDialog(Pageable) - Method in class com.wildcrest.j2printerworks.J2Printer
Method for showing a modal Print Preview dialog for any Pageable (including non-J2PrinterWorks Pageables).
showPrintPreviewPageSetupButton(boolean) - Method in class com.wildcrest.j2printerworks.J2Printer
Deprecated. Use customizable print preview toolbar mechanism to add or remove buttons (see J2Printer documentation).

T

TILE - Static variable in class com.wildcrest.j2printerworks.J2ComponentPrinter
Used in setHorizontalPageRule and setVerticalPageRule to indicate tile mode
TILE - Static variable in class com.wildcrest.j2printerworks.J2PanelPrinter
Used in setPageRule to indicate tile mode
TOP - Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies vertical alignment to be top justified within the available space.
TOP - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies vertical alignment to be top justified within the available space.
TOP_PAGES - Static variable in class com.wildcrest.j2printerworks.J2TablePrinter
Specifies that column headers are to be printed on the top page(s) only.

U

usedX() - Method in interface com.wildcrest.j2printerworks.Flowable
Returns the amount this Flowable object was able to advance horizontally in the last printFlowable call.
usedX() - Method in class com.wildcrest.j2printerworks.HorizontalLine
 
usedX() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
 
usedX() - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
 
usedX() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
 
usedX() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
 
usedX() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
 
usedX() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
 
usedX() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
 
usedX() - Method in class com.wildcrest.j2printerworks.PageEject
 
usedX() - Method in class com.wildcrest.j2printerworks.VerticalGap
 
usedY() - Method in interface com.wildcrest.j2printerworks.Flowable
Returns the amount this Flowable object was able to advance vertically in the last printFlowable call.
usedY() - Method in class com.wildcrest.j2printerworks.HorizontalLine
 
usedY() - Method in class com.wildcrest.j2printerworks.J2ComponentPrinter
 
usedY() - Method in class com.wildcrest.j2printerworks.J2FlowPrinter
 
usedY() - Method in class com.wildcrest.j2printerworks.J2ListPrinter
 
usedY() - Method in class com.wildcrest.j2printerworks.J2PanelPrinter
 
usedY() - Method in class com.wildcrest.j2printerworks.J2TablePrinter
 
usedY() - Method in class com.wildcrest.j2printerworks.J2TextPrinter
 
usedY() - Method in class com.wildcrest.j2printerworks.J2TreePrinter
 
usedY() - Method in class com.wildcrest.j2printerworks.PageEject
 
usedY() - Method in class com.wildcrest.j2printerworks.VerticalGap
 

V

VerticalGap - class com.wildcrest.j2printerworks.VerticalGap.
A Flowable that introduces a specified vertical separation between other Flowables.
VerticalGap() - Constructor for class com.wildcrest.j2printerworks.VerticalGap
Construct a VerticalGap object (default gap .25 inches)
VerticalGap(double) - Constructor for class com.wildcrest.j2printerworks.VerticalGap
Construct a VerticalGap object with a given gap size in inches
VerticalGap(double, double) - Constructor for class com.wildcrest.j2printerworks.VerticalGap
Construct a VerticalGap object with a given testGap size and gap size in inches.
val - Variable in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2ComponentPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2ListPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2PageableBeanInfo.HeaderStylePropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2PageableBeanInfo.OrientationPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2PanelPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.HeaderStylePropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2PrinterBeanInfo.OrientationPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.ColumnStylePropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2TablePrinterBeanInfo.VerticalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2TextPrinterBeanInfo.VerticalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.HorizontalAlignmentPropertyEditor
 
val - Variable in class com.wildcrest.j2printerworks.J2TreePrinterBeanInfo.VerticalAlignmentPropertyEditor
 

W

WAIT - Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that print preview dialog should be closed after print dialog comes up (or after printing begins if not using print dialog).

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