Class BreakPrintExample
- java.lang.Object
-
- org.eclipse.nebula.paperclips.snippets.BreakPrintExample
-
public class BreakPrintExample extends java.lang.Object
Prints "The quick brown fox jumps over the lazy dog." in increasingly large blocks, using a BreakPrint every 5 blocks to force printing to advance to the next column / page.
-
-
Constructor Summary
Constructors Constructor Description BreakPrintExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Print
createPrint()
static void
main(java.lang.String[] args)
Prints the BreakPrintExample to the default printer.
-
-
-
Method Detail
-
createPrint
public static Print createPrint()
-
main
public static void main(java.lang.String[] args)
Prints the BreakPrintExample to the default printer.- Parameters:
args
- command-line args
-
-