org.gjt.universe
Class AlphaOptions

java.lang.Object
  |
  +--org.gjt.universe.AlphaOptions

public final class AlphaOptions
extends java.lang.Object

This class is used to enable/disable parts of code at runtime. Starting the program with a "-alpha" brings up a dialog whick allows the user to enable/disable the values of this class.

See Also:
GUIAlphaOptionsAWT

Field Summary
private static boolean[] Values
           
 
Constructor Summary
private AlphaOptions()
           
 
Method Summary
static void clearValue(int idx)
           
static boolean getValue(int idx)
           
static void setValue(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Values

private static boolean[] Values
Constructor Detail

AlphaOptions

private AlphaOptions()
Method Detail

getValue

public static boolean getValue(int idx)

setValue

public static void setValue(int idx)

clearValue

public static void clearValue(int idx)


Copyright © 2001 Universe Dev Team All Rights Reserved.