gnu.x11
Class Display.ScreenSaverInfo

java.lang.Object
  extended by gnu.x11.Display.ScreenSaverInfo
Enclosing class:
Display

public static class Display.ScreenSaverInfo
extends java.lang.Object

Informations about the screensaver.

See Also:
Display#get_screen_saver()}.

Method Summary
 boolean allow_exposures()
           
 int interval()
           
 boolean prefer_blanking()
           
 int timeout()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

timeout

public int timeout()

interval

public int interval()

prefer_blanking

public boolean prefer_blanking()

allow_exposures

public boolean allow_exposures()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object