com.jfx
Class GatorMode

java.lang.Object
  extended by com.jfx.GatorMode

public class GatorMode
extends java.lang.Object

MODE_GATORJAW - Gator Jaw (blue) balance line, MODE_GATORTEETH - Gator Teeth (red) balance line, MODE_GATORLIPS


Field Summary
static int _MODE_GATORJAW
           
static int _MODE_GATORLIPS
           
static int _MODE_GATORTEETH
           
static GatorMode MODE_GATORJAW
          Gator Jaw (blue) balance line
static GatorMode MODE_GATORLIPS
          Gator Lips (green) balance line
static GatorMode MODE_GATORTEETH
          Gator Teeth (red) balance line
 int val
           
 
Method Summary
static GatorMode getGatorMode(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_GATORJAW

public static final GatorMode MODE_GATORJAW
Gator Jaw (blue) balance line


_MODE_GATORJAW

public static final int _MODE_GATORJAW
See Also:
Constant Field Values

MODE_GATORTEETH

public static final GatorMode MODE_GATORTEETH
Gator Teeth (red) balance line


_MODE_GATORTEETH

public static final int _MODE_GATORTEETH
See Also:
Constant Field Values

MODE_GATORLIPS

public static final GatorMode MODE_GATORLIPS
Gator Lips (green) balance line


_MODE_GATORLIPS

public static final int _MODE_GATORLIPS
See Also:
Constant Field Values

val

public int val
Method Detail

getGatorMode

public static GatorMode getGatorMode(int val)


Copyright © 2008-2009 Roman Gerasimenko.