com.perisic.sound
Class Config

java.lang.Object
  extended by com.perisic.sound.Config

public class Config
extends java.lang.Object

Copyright:(c) Marc Conrad, Tim French 2010; Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument. DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

Author:
Marc Conrad

Field Summary
static int numberOfModesInTray
          Number of modes available when clicking on the tray icon.
static long seed
          The seed used for the random generator for the sonic mouse events.
 
Constructor Summary
Config()
           
 
Method Summary
static int getMode()
          Repeated clicking on the icon changes the mode.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seed

public static long seed
The seed used for the random generator for the sonic mouse events.


numberOfModesInTray

public static int numberOfModesInTray
Number of modes available when clicking on the tray icon.

Constructor Detail

Config

public Config()
Method Detail

getMode

public static int getMode()
Repeated clicking on the icon changes the mode.

Returns:
the mode selected.