gnu.app.displayhack.eraser
Class ThreeCircles

java.lang.Object
  extended by gnu.app.displayhack.eraser.Eraser
      extended by gnu.app.displayhack.eraser.ThreeCircles

public class ThreeCircles
extends Eraser

Erase by three circles.

Modified from three_circle_wipe of erase.c in xscreensaver by Johannes Keukelaar .


Field Summary
 
Fields inherited from class gnu.app.displayhack.eraser.Eraser
ALL, ALL_STRINGS, id, RANDOM_ERASER_INDEX
 
Constructor Summary
ThreeCircles()
           
 
Method Summary
 void erase(DisplayHack hack)
           
 
Methods inherited from class gnu.app.displayhack.eraser.Eraser
sleep
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeCircles

public ThreeCircles()
Method Detail

erase

public void erase(DisplayHack hack)
Specified by:
erase in class Eraser