lab3lib
Class Painting

java.lang.Object
  extended by lab3lib.Painting

public class Painting
extends Object

A Painting that will create itself. Based on the ideas of Frank Lloyd Wright and Mike Buckley.

Author:
Adrienne M Decker Created on: Sep 16, 2006

Constructor Summary
Painting()
          Creates a new instance of Painting.
 
Method Summary
 void draw()
          Called by the timer and selects what type of element to draw (rectangle, horizontal line, vertical line, none).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Painting

public Painting()
Creates a new instance of Painting.

Method Detail

draw

public void draw()
Called by the timer and selects what type of element to draw (rectangle, horizontal line, vertical line, none).