Class Shape

java.lang.Object
  extended byShape
Direct Known Subclasses:
Circle, Line

public class Shape
extends java.lang.Object

The root in the shape hierarchy. Part of exercise 7.1

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

Constructor Summary
Shape()
           
 
Method Summary
 void printString()
          Prints a string to the world
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shape

public Shape()
Method Detail

printString

public void printString()
Prints a string to the world