Class Manager

java.lang.Object
  |
  +--Manager

public class Manager
extends java.lang.Object

This class creates a Decorator, then lets the user ask for displays of different patterns.


Constructor Summary
Manager()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Start the program running.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manager

public Manager()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.io.IOException
Start the program running.

Parameters:
arg - ignored
java.io.IOException