Class Snippet3
- java.lang.Object
-
- org.eclipse.nebula.paperclips.snippets.Snippet3
-
public class Snippet3 extends java.lang.Object
Demonstrate use of BigPrint.
-
-
Constructor Summary
Constructors Constructor Description Snippet3()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Print
createPrint()
static void
main(java.lang.String[] args)
Executes the snippet.
-
-
-
Method Detail
-
createPrint
public static Print createPrint()
-
main
public static void main(java.lang.String[] args)
Executes the snippet.- Parameters:
args
- command-line args.
-
-