Static Public Member Functions | |
| static void | helpPrinter () |
| Prints the commandline instructions. | |
| static void | createDisplayWindow (final BufferedImage im, final String title) |
| Displays an image in a new frame. | |
| static void | main (String[] args) |
| Main program entry point. | |
The Main class glues together all of the pieces of the program. It is responsible for parsing command-line input and creating the displays. Use the --help switch to get more information about the command line arguments.
Definition at line 15 of file Main.java.
| static void Main.createDisplayWindow | ( | final BufferedImage | im, | |
| final String | title | |||
| ) | [static] |
| static void Main.helpPrinter | ( | ) | [static] |
| static void Main.main | ( | String[] | args | ) | [static] |
1.5.8