edu.eside.flingbox
Class Preferences
java.lang.Object
edu.eside.flingbox.Preferences
public class Preferences
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
backgroundColor
public static float[] backgroundColor
useAcelerometerBasedGravity
public static boolean useAcelerometerBasedGravity
gravity
public static float gravity
defaultDensity
public static float defaultDensity
defaultRestitutionCoeficient
public static float defaultRestitutionCoeficient
defaultDynamicFrictionCoeficient
public static float defaultDynamicFrictionCoeficient
defaultStaticFrictionCoeficient
public static float defaultStaticFrictionCoeficient
hapticFeedbackTime
public static long hapticFeedbackTime
- Haptic feedback will be performed by Preferences
doHapticFeedback
public static boolean doHapticFeedback
onSavePreferences
public static void onSavePreferences(Bundle preferencesToSave)
onLoadPreferences
public static void onLoadPreferences(Bundle savedPreferences)