Class Line

java.lang.Object
  extended byShape
      extended byLine

public class Line
extends Shape

A line that inherits from Shape. Part of exercise 7.1

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

Constructor Summary
Line()
           
 
Method Summary
 void printString()
          Prints a message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Line

public Line()
Method Detail

printString

public void printString()
Prints a message.

Overrides:
printString in class Shape