Class Picture.Canvas

java.lang.Object
  extended by Picture.Canvas
Enclosing class:
Picture

static class Picture.Canvas
extends Object


Method Summary
static Picture.Canvas getInstance()
           
 void pause()
          Pauses so that the user can see the picture before it is transformed.
 void repaint()
           
 void show(Picture s)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Picture.Canvas getInstance()

pause

public void pause()
Pauses so that the user can see the picture before it is transformed.


repaint

public void repaint()

show

public void show(Picture s)