A B C D E F G H I K L M N O P Q R S T U V W X Y Z

B

B - Static variable in class ch.aplu.android.nxt.MotorPort
Declaration used by a motor connected to port B.
back(int) - Method in class ch.aplu.android.Turtle
Moves the turtle backward (opposite to its current heading direction).
backward() - Method in class ch.aplu.android.nxt.Gear
Same as forward(), but move in reverse direction.
backward(int) - Method in class ch.aplu.android.nxt.Gear
Same as forward(int duration), but move in reverse direction.
backward() - Method in class ch.aplu.android.nxt.Motor
Starts the backward rotation with preset speed.
backward(int) - Method in class ch.aplu.android.nxt.TurtleRobot
Moves the turtle backward the given number of steps.
BaseAlarmTimer - Class in ch.aplu.util
Abstract base class for HiResAlarmTimer and LoResAlarmTimer.
BaseTimer - Class in ch.aplu.util
Abstract base class for HiResTimer and LoResTimer.
BLACK - Static variable in class ch.aplu.android.GameGrid
Short for Color.BLACK.
BLUE - Static variable in class ch.aplu.android.GameGrid
Short for Color.BLUE.
BluetoothClient - Class in ch.aplu.android.bluetooth
Class to create a client that connects to a server via Bluetooth.
BluetoothClient(BluetoothDevice) - Constructor for class ch.aplu.android.bluetooth.BluetoothClient
Creates a BluetoothClient instance for the given server's Bluetooth name.
BluetoothClient(BluetoothAdapter, String) - Constructor for class ch.aplu.android.bluetooth.BluetoothClient
Creates a BluetoothClient instance for the given server's MAC address.
bluetoothDeviceDiscovered(BluetoothDevice) - Method in interface ch.aplu.android.bluetooth.BluetoothDiscoveryListener
Event callback method called when a remote device is found.
BluetoothDiscovery - Class in ch.aplu.android.bluetooth
Class for finding remote Bluetooth devices by an device discovery process.
BluetoothDiscovery(Activity) - Constructor for class ch.aplu.android.bluetooth.BluetoothDiscovery
Creates a BluetoothDiscovery instance to perform Bluetooth discovery actions.
bluetoothDiscoveryFinished() - Method in interface ch.aplu.android.bluetooth.BluetoothDiscoveryListener
Event callback method called when the Bluetooth discovery is finished.
BluetoothDiscoveryListener - Interface in ch.aplu.android.bluetooth
Declarations of the notification methods when a Bluetooth discovery is started.
BluetoothPeer - Class in ch.aplu.android.bluetooth
Class that implements a Bluetooth peer-to-peer communication based on the client-server model.
BluetoothPeer(Activity, BluetoothDevice, String, BluetoothPeerListener, boolean) - Constructor for class ch.aplu.android.bluetooth.BluetoothPeer
Creates a BluetoothPeer instance that tries to connect to the given node using the given service name.
BluetoothPeerListener - Interface in ch.aplu.android.bluetooth
Declarations of notification methods called from the class BluetoothPeer.
BluetoothServer - Class in ch.aplu.android.bluetooth
Class to create a client that connects to a server via Bluetooth.
BluetoothServer(BluetoothAdapter, String, BluetoothServerListener) - Constructor for class ch.aplu.android.bluetooth.BluetoothServer
Creates a BluetoothServer instance, registers the given BluetoothServerListener and starts a server thread that waits for an incomming client connection request.
BluetoothServerListener - Interface in ch.aplu.android.bluetooth
Callback declaration when running a Bluetooth server.
bright(SensorPort, int) - Method in class ch.aplu.android.nxt.LightAdapter
Empty method called when the light becomes brighter than the trigger level.
bright(SensorPort, int) - Method in interface ch.aplu.android.nxt.LightListener
Called when the light becomes brighter than the trigger level.
buttonChecked(GGCheckButton, boolean) - Method in interface ch.aplu.android.GGCheckButtonListener
Event callback method called when the button changes the state.
buttonClicked(int) - Method in class ch.aplu.android.GGButtonAdapter
Event callback when the button is clicked (pressed and released).
buttonClicked(GGPushButton) - Method in class ch.aplu.android.GGPushButtonAdapter
Event callback method called when the button is clicked.
buttonClicked(GGPushButton) - Method in interface ch.aplu.android.GGPushButtonListener
Event callback method called when the button is clicked.
buttonClicked(int) - Method in class ch.aplu.android.GGSoftButtonAdapter
Event callback when the button is clicked (pressed and released).
buttonClicked(int) - Method in interface ch.aplu.android.GGSoftButtonListener
Event callback when the button is clicked (pressed and released).
buttonPressed(int) - Method in class ch.aplu.android.GGButtonAdapter
Event callback when the button is pressed.
buttonPressed(GGPushButton) - Method in class ch.aplu.android.GGPushButtonAdapter
Event callback method called when the button is pressed.
buttonPressed(GGPushButton) - Method in interface ch.aplu.android.GGPushButtonListener
Event callback method called when the button is pressed.
buttonPressed(int) - Method in class ch.aplu.android.GGSoftButtonAdapter
Event callback when the button is pressed.
buttonPressed(int) - Method in interface ch.aplu.android.GGSoftButtonListener
Event callback when the button is pressed.
buttonReleased(int) - Method in class ch.aplu.android.GGButtonAdapter
Event callback when the button is release.
buttonReleased(GGPushButton) - Method in class ch.aplu.android.GGPushButtonAdapter
Event callback method called when the button is released.
buttonReleased(GGPushButton) - Method in interface ch.aplu.android.GGPushButtonListener
Event callback method called when the button is released.
buttonReleased(int) - Method in class ch.aplu.android.GGSoftButtonAdapter
Event callback when the button is release.
buttonReleased(int) - Method in interface ch.aplu.android.GGSoftButtonListener
Event callback when the button is release.
buttonRepeated(int) - Method in class ch.aplu.android.GGButtonAdapter
Event callback when the button is hold down.
buttonRepeated(GGPushButton) - Method in class ch.aplu.android.GGPushButtonAdapter
Event callback method called when the button is held down.
buttonRepeated(GGPushButton) - Method in interface ch.aplu.android.GGPushButtonListener
Event callback method called when the button held down.
buttonRepeated(int) - Method in class ch.aplu.android.GGSoftButtonAdapter
Event callback when the button is hold down.
buttonRepeated(int) - Method in interface ch.aplu.android.GGSoftButtonListener
Event callback when the button is hold down.
buttonSelected(GGRadioButton, boolean) - Method in interface ch.aplu.android.GGRadioButtonListener
Event callback method called when the button changes the state.
buttonToggled(GGToggleButton, boolean) - Method in interface ch.aplu.android.GGToggleButtonListener
Event callback method called when the button changes the state.

A B C D E F G H I K L M N O P Q R S T U V W X Y Z