org.foray.ps.java2d.demo
Class Main
java.lang.Object
org.foray.ps.java2d.demo.Main
public final class Main
- extends Object
Main entry point to the java 2d barcode demonstration.
This demo is a simple Swing application that demonstrates the basic
capabilities of the PostScript interpreter by operating on the output from
the Krysallis barcode generator.
- Author:
- Jeremias Maerki
Method Summary |
static void |
main(String[] args)
Command-line interface for the Java2D PostScript demo. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Command-line interface for the Java2D PostScript demo.
- Parameters:
args
- The command-line arguments. There is exactly one argument,
the name of a file containing PostScript content to be interpreted.
Copyright © 2017. All rights reserved.