A B C D E G H I M O P R S T W

O

onDraw(Canvas) - Method in class com.WorldLibAndroid.CanvasPanel
Method to draw the figures on the canvas panel.
onGyroscopeEvent(float, float, float) - Method in class com.WorldLibAndroid.Demo.BlobWorld
 
onGyroscopeEvent(float, float, float) - Method in interface com.WorldLibAndroid.IWorld
Performs an action when tilting the device by using the gyroscope.
onInit(IInit) - Method in class com.WorldLibAndroid.Demo.BlobWorld
 
onInit(IInit) - Method in interface com.WorldLibAndroid.IWorld
With this method the user establish the initial values at bigBang.
onKeyEvent(int) - Method in class com.WorldLibAndroid.Demo.BlobWorld
Move the Blob when the player presses a key
onKeyEvent(int) - Method in interface com.WorldLibAndroid.IWorld
Performs an action when pressing a key on the keyboard.
onOrientationEvent(float, float, float) - Method in class com.WorldLibAndroid.Demo.BlobWorld
 
onOrientationEvent(float, float, float) - Method in interface com.WorldLibAndroid.IWorld
Performs an action when tilting the device by using the gyroscope.
onTick() - Method in class com.WorldLibAndroid.Demo.BlobWorld
On tick check whether the Blob is out of bounds, or fell into the black hole in the middle.
onTick() - Method in interface com.WorldLibAndroid.IWorld
Performs an action on ever tick of the world's clock.
onTiltEvent(float, float, float) - Method in class com.WorldLibAndroid.Demo.BlobWorld
 
onTiltEvent(float, float, float) - Method in interface com.WorldLibAndroid.IWorld
Performs an action when tilting the device by using the accelerometer.
onTouchEvent(int, int) - Method in class com.WorldLibAndroid.Demo.BlobWorld
 
onTouchEvent(int, int) - Method in interface com.WorldLibAndroid.IWorld
Performs an action when touching the screen of the device.

A B C D E G H I M O P R S T W