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

S

ScalePrint - Class in net.sf.paperclips
A decorator print that scales it's target larger or smaller.
ScalePrint(Print) - Constructor for class net.sf.paperclips.ScalePrint
Constructs a ScalePrint which scales down it's target to print at it's preferred size.
ScalePrint(Print, Double) - Constructor for class net.sf.paperclips.ScalePrint
Constructs a ScalePrint which scales it's target by the given factor.
SeriesPrint - Class in net.sf.paperclips
A Print which displays its child prints in series.
SeriesPrint() - Constructor for class net.sf.paperclips.SeriesPrint
 
setAlign(int) - Method in class net.sf.paperclips.PageNumberPageDecoration
Sets the horizontal text alignment.
setAlign(int) - Method in class net.sf.paperclips.PageNumberPrint
Sets the horizontal text alignment to the argument.
setAlign(int) - Method in class net.sf.paperclips.TextPrint
Deprecated.
setAlignment(int) - Method in class net.sf.paperclips.TextPrint
Sets the horizontal text alignment.
setBackground(RGB) - Method in class net.sf.paperclips.BackgroundPrint
Sets the background color.
setBackground(RGB) - Method in class net.sf.paperclips.DefaultCellBackgroundProvider
Sets the background color to the argument.
setBackground(RGB) - Method in class net.sf.paperclips.TextPrint
Sets the background color to the argument.
setBody(Print) - Method in class net.sf.paperclips.PagePrint
Sets the page body to the argument.
setBodyBackground(RGB) - Method in class net.sf.paperclips.DefaultGridLook
Sets the body background color.
setBodyBackground(RGB) - Method in class net.sf.paperclips.GridPrint
Deprecated.
this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setBodyBackground on the grid look.
setBodyBackgroundProvider(CellBackgroundProvider) - Method in class net.sf.paperclips.DefaultGridLook
Sets the body background color provider.
setCellBorder(Border) - Method in class net.sf.paperclips.DefaultGridLook
Sets the cell border.
setCellBorder(Border) - Method in class net.sf.paperclips.GridPrint
Deprecated.
this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setCellBorder on the grid look.
setCellClippingEnabled(boolean) - Method in class net.sf.paperclips.GridPrint
Sets whether individual body cells in the grid may be broken across pages.
setCellPadding(int, int) - Method in class net.sf.paperclips.DefaultGridLook
Sets the cell padding to the given horizontal and vertical values.
setCellPadding(int, int, int, int) - Method in class net.sf.paperclips.DefaultGridLook
Sets the cell padding to the specified values.
setCellPadding(Rectangle) - Method in class net.sf.paperclips.DefaultGridLook
Sets the cell padding to the values in the public fields of the argument.
setCellSpacing(int, int) - Method in class net.sf.paperclips.DefaultGridLook
Sets the border spacing, in points, between adjacent grid cells.
setCellSpacing(Point) - Method in class net.sf.paperclips.DefaultGridLook
Sets the border spacing, in points, between adjacent grid cells.
setColumnGroups(int[][]) - Method in class net.sf.paperclips.GridPrint
Sets the column groups to the given two-dimension array.
setCompressed(boolean) - Method in class net.sf.paperclips.ColumnPrint
Sets whether the columns are compressed to the smallest possible height on the last page.
setDebug(boolean) - Static method in class net.sf.paperclips.PaperClips
EXPERIMENTAL: Sets whether debug mode is enabled.
setDPI(int, int) - Method in class net.sf.paperclips.ImagePrint
Sets the ImagePrint to render the image at the given DPI.
setDPI(Point) - Method in class net.sf.paperclips.ImagePrint
Sets the ImagePrint to render the image at the DPI of the argument.
setFontData(FontData) - Method in class net.sf.paperclips.PageNumberPageDecoration
Sets the font.
setFontData(FontData) - Method in class net.sf.paperclips.PageNumberPrint
Sets the text font to the argument.
setFontData(FontData) - Method in class net.sf.paperclips.TextPrint
Sets the font that will be used to print the text.
setFooter(PageDecoration) - Method in class net.sf.paperclips.PagePrint
Sets the page footer to the argument.
setFooterBackground(RGB) - Method in class net.sf.paperclips.DefaultGridLook
Sets the footer background color.
setFooterBackground(RGB) - Method in class net.sf.paperclips.GridPrint
Deprecated.
this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setFooterBackground on the grid look.
setFooterBackgroundProvider(CellBackgroundProvider) - Method in class net.sf.paperclips.DefaultGridLook
Sets the footer background color provider.
setFooterGap(int) - Method in class net.sf.paperclips.DefaultGridLook
Sets the vertical gap between the header and body cells.
setFooterGap(int) - Method in class net.sf.paperclips.PagePrint
Sets the gap between the body and footer to the argument, expressed in points.
setForeground(RGB) - Method in class net.sf.paperclips.TextPrint
Sets the foreground color to the argument.
setFormat(PageNumberFormat) - Method in class net.sf.paperclips.PageNumberPageDecoration
Sets the page number format.
setGap(int) - Method in class net.sf.paperclips.GapBorder
Sets the left, right, closed top and closed bottom gaps to he argument.
setGapSize(int) - Method in class net.sf.paperclips.LineBorder
Sets the size of the gap between the line border and the target print.
setHeader(PageDecoration) - Method in class net.sf.paperclips.PagePrint
Sets the page header to the argument.
setHeaderBackground(RGB) - Method in class net.sf.paperclips.DefaultGridLook
Sets the header background color.
setHeaderBackground(RGB) - Method in class net.sf.paperclips.GridPrint
Deprecated.
this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setHeaderBackground on the grid look.
setHeaderBackgroundProvider(CellBackgroundProvider) - Method in class net.sf.paperclips.DefaultGridLook
Sets the header background color provider.
setHeaderGap(int) - Method in class net.sf.paperclips.DefaultGridLook
Sets the vertical gap between the header and body cells.
setHeaderGap(int) - Method in class net.sf.paperclips.PagePrint
Sets the gap between the header and body to the argument, expressed in points.
setHorizontalSpacing(int) - Method in class net.sf.paperclips.GridPrint
Deprecated.
this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setCellSpacing(Point) on the grid look.
setLineWidth(int) - Method in class net.sf.paperclips.LineBorder
Sets the line width to the argument.
setLook(GridLook) - Method in class net.sf.paperclips.GridPrint
Sets the grid's look.
setMargins(int) - Method in class net.sf.paperclips.PrintJob
Sets the top, left, right, and bottom margins to the argument.
setMargins(Margins) - Method in class net.sf.paperclips.PrintJob
Sets the page margins.
setOrientation(int) - Method in class net.sf.paperclips.PrintJob
Sets the page orientation.
setPageNumber(PageNumber) - Method in class net.sf.paperclips.PageNumberPrint
Sets the page number to the argument.
setPageNumberFormat(PageNumberFormat) - Method in class net.sf.paperclips.PageNumberPrint
Sets the format that will be used to convert the page number to a text string.
setRGB(RGB) - Method in class net.sf.paperclips.LineBorder
Sets the border color to the argument.
setRGB(RGB) - Method in class net.sf.paperclips.LinePrint
Sets the line color to the argument.
setRGB(RGB) - Method in class net.sf.paperclips.PageNumberPageDecoration
Sets the text color.
setRGB(RGB) - Method in class net.sf.paperclips.PageNumberPrint
Sets the text color.
setRGB(RGB) - Method in class net.sf.paperclips.TextPrint
Deprecated.
setSize(int, int) - Method in class net.sf.paperclips.ImagePrint
Sets the ImagePrint to render the image at the given size, in points.
setSize(Point) - Method in class net.sf.paperclips.ImagePrint
Sets the ImagePrint to render the image at the given size, in points.
setStrikeout(boolean) - Method in class net.sf.paperclips.TextPrint
Sets the strikeout flag to the argument.
setStyle(TextStyle) - Method in class net.sf.paperclips.StyledTextPrint
Sets the text style that will be applied to text added through the StyledTextPrint.append(String)
setStyle(TextStyle) - Method in class net.sf.paperclips.TextPrint
Sets the text style to the argument.
setText(String) - Method in class net.sf.paperclips.TextPrint
Sets the text that will be printed.
setTextStyle(TextStyle) - Method in class net.sf.paperclips.PageNumberPrint
Sets the text style that will be used to render the page number
setThickness(double) - Method in class net.sf.paperclips.LinePrint
Sets the line thickness, in points.
setUnderline(boolean) - Method in class net.sf.paperclips.TextPrint
Sets the underline flag to the argument.
setVerticalSpacing(int) - Method in class net.sf.paperclips.GridPrint
Deprecated.
this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setCellSpacing(Point) on the grid look.
setWordSplitting(boolean) - Method in class net.sf.paperclips.TextPrint
Sets whether word splitting is enabled.
SidewaysPrint - Class in net.sf.paperclips
A decorator print that rotates it's target by increments of 90 degrees.
SidewaysPrint(Print) - Constructor for class net.sf.paperclips.SidewaysPrint
Constructs a SidewaysPrint that rotates it's target 90 degrees counter-clockwise.
SidewaysPrint(Print, int) - Constructor for class net.sf.paperclips.SidewaysPrint
Constructs a SidewaysPrint.
SimplePageDecoration - Class in net.sf.paperclips
A PageDecoration which displays the same decoration on every page (ignoring the page number).
SimplePageDecoration(Print) - Constructor for class net.sf.paperclips.SimplePageDecoration
Constructs a BasicPageDecoration.
size - Variable in class net.sf.paperclips.GridColumn
The size property for this GridColumn.
size() - Method in class net.sf.paperclips.SeriesPrint
Returns the number of Prints that have been added to this SeriesPrint.
startDummyJob(Printer, String) - Static method in class net.sf.paperclips.PaperClips
Starts a dummy job on the given Printer if the platform requires it.
strikeout() - Method in class net.sf.paperclips.TextStyle
Returns a copy of this TextStyle, with the strikeout flag set to true.
strikeout(boolean) - Method in class net.sf.paperclips.TextStyle
Returns a copy of this TextStyle, with the strikeout flag set to the argument.
StyledTextPrint - Class in net.sf.paperclips
A class for printing styled text.
StyledTextPrint() - Constructor for class net.sf.paperclips.StyledTextPrint
Constructs a new StyledTextPrint.
A B C D E F G H I L M N O P R S T U W 
Skip navigation links