Class Circle

java.lang.Object
  extended byShape
      extended byCircle

public class Circle
extends Shape

A circle that inherits from Shape. Part of exercise 7.1

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

Constructor Summary
Circle()
           
 
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

Circle

public Circle()
Method Detail

printString

public void printString()
Prints a string to the world

Overrides:
printString in class Shape