Main Class Reference

Main program entry point. More...

List of all members.

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.


Detailed Description

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.

Author:
Leonid Shamis

Definition at line 15 of file Main.java.


Member Function Documentation

static void Main.createDisplayWindow ( final BufferedImage  im,
final String  title 
) [static]

Displays an image in a new frame.

Parameters:
im The image to display.
title The title of the new window.

Definition at line 46 of file Main.java.

static void Main.helpPrinter (  )  [static]

Prints the commandline instructions.

Definition at line 18 of file Main.java.

static void Main.main ( String[]  args  )  [static]

Main program entry point.

Definition at line 68 of file Main.java.


The documentation for this class was generated from the following file:

Generated on Tue Apr 14 13:50:25 2009 for Path Finder by  doxygen 1.5.8