Uses of Class
org.jdesktop.jdic.screensaver.ScreensaverBase

Packages that use ScreensaverBase
org.jdesktop.jdic.screensaver   
org.jdesktop.jdic.screensaver.bouncingline   
 

Uses of ScreensaverBase in org.jdesktop.jdic.screensaver
 

Subclasses of ScreensaverBase in org.jdesktop.jdic.screensaver
 class SimpleScreensaver
          Base class for simple screensavers who will have their paint() method invoked on a regular basis to render each frame.
 

Constructors in org.jdesktop.jdic.screensaver with parameters of type ScreensaverBase
ScreensaverFrame(ScreensaverBase screensaver)
          Creates a frame to show the given screensaver.
 

Uses of ScreensaverBase in org.jdesktop.jdic.screensaver.bouncingline
 

Subclasses of ScreensaverBase in org.jdesktop.jdic.screensaver.bouncingline
 class BouncingLine
          Example classic bouncing line screen saver.
 class Test1
           
 class Test2
           
 class WebStartScreenSaver