org.alchemy.core
Class Alchemy

java.lang.Object
  extended by org.alchemy.core.Alchemy
All Implemented Interfaces:
AlcConstants

public class Alchemy
extends java.lang.Object
implements AlcConstants

Main class for Alchemy
Handles all and everything - the meta 'root' reference


Field Summary
static java.lang.String KEY_ALT_STRING
          Alt Key String - This looks like ? for Mac or Alt otherwise
static java.lang.String KEY_MODIFIER_STRING
          Modifier Key String - This looks like ? for Mac or Ctrl otherwise
static java.lang.String KEY_SHIFT_STRING
          Shift Key String - This looks like ? for Mac or Shift otherwise
static int OS
          Current OS in use, one of OS_WINDOWS, OS_MAC, OS_LINUX or OS_OTHER.
static boolean OS_IS_VISTA
          Are you tolerant enough to user the dreaded Windows Vista?
 
Fields inherited from interface org.alchemy.core.AlcConstants
COLOR_UI_BG, COLOR_UI_BOX, COLOR_UI_END, COLOR_UI_HIGHLIGHT, COLOR_UI_LINE, COLOR_UI_LINE_ALPHA, COLOR_UI_START, CURSOR_ARROW, CURSOR_BLANK, CURSOR_CIRCLE, CURSOR_CROSS, CURSOR_EYEDROPPER, CURSOR_HAND, CURSOR_MOVE, CURSOR_TEXT, CURSOR_WAIT, DIR_DESKTOP, DIR_HOME, DIR_SEPARATOR, DIR_TEMP, FONT_LARGE, FONT_LARGE_BOLD, FONT_MEDIUM, FONT_MEDIUM_BOLD, FONT_SMALL, FONT_SMALL_BOLD, FONT_SMALLER, JAVA_VERSION, JAVA_VERSION_NAME, KEY_MODIFIER, LOCALE, MATH_DEG_TO_RAD, MATH_HALF_PI, MATH_PI, MATH_QUARTER_PI, MATH_RAD_TO_DEG, MATH_THIRD_PI, MATH_TWO_PI, MODULE_AFFECT, MODULE_CREATE, OS_LINUX, OS_MAC, OS_NAME, OS_OTHER, OS_WINDOWS, PEN_CURSOR, PEN_ERASER, PEN_STYLUS, STYLE_BOTH, STYLE_CLIP, STYLE_FILL, STYLE_STROKE, TOOLKIT, USER_NAME
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OS

public static int OS
Current OS in use, one of OS_WINDOWS, OS_MAC, OS_LINUX or OS_OTHER.


OS_IS_VISTA

public static boolean OS_IS_VISTA
Are you tolerant enough to user the dreaded Windows Vista?


KEY_MODIFIER_STRING

public static java.lang.String KEY_MODIFIER_STRING
Modifier Key String - This looks like ? for Mac or Ctrl otherwise


KEY_SHIFT_STRING

public static java.lang.String KEY_SHIFT_STRING
Shift Key String - This looks like ? for Mac or Shift otherwise


KEY_ALT_STRING

public static java.lang.String KEY_ALT_STRING
Alt Key String - This looks like ? for Mac or Alt otherwise

Method Detail

main

public static void main(java.lang.String[] args)