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

L

L - Class in ch.aplu.android
A helper class to write messages to the adb debug console.
LANDSCAPE - Static variable in class ch.aplu.android.GameGrid
Constant for setScreenOrientation().
left() - Method in class ch.aplu.android.nxt.Gear
Starts turning left with left motor stopped and right motor at preset speed.
left(int) - Method in class ch.aplu.android.nxt.Gear
Starts turning left for the given duration (in ms) with preset speed.
left(int) - Method in class ch.aplu.android.nxt.TurtleRobot
Turns the turtle to the left for the given angle.
left(double) - Method in class ch.aplu.android.Turtle
Turns the turtle to the left.
leftArc(double) - Method in class ch.aplu.android.nxt.Gear
Starts turning to the left on an arc with given radius (in m).
leftArc(double, int) - Method in class ch.aplu.android.nxt.Gear
Starts turning to the left on an arc with given radius (in m) for the given duration (in ms) with preset speed.
LightAdapter - Class in ch.aplu.android.nxt
Class with empty callback methods for the light sensor.
LightAdapter() - Constructor for class ch.aplu.android.nxt.LightAdapter
 
LightListener - Interface in ch.aplu.android.nxt
Interface with declarations of callback methods for the light sensor.
LightSensor - Class in ch.aplu.android.nxt
Class that represents a light sensor.
LightSensor(SensorPort) - Constructor for class ch.aplu.android.nxt.LightSensor
Creates a sensor instance connected to the given port.
LightSensor() - Constructor for class ch.aplu.android.nxt.LightSensor
Creates a sensor instance connected to port S1.
line(double, double, double, double) - Method in class ch.aplu.android.GGPanel
Draws a line from (x1, y1) to (x2, y2)
line(PointD, PointD) - Method in class ch.aplu.android.GGPanel
Draws a line from the first vertext to the second vertex.
Location - Class in ch.aplu.android
Class to represent the position of a cell (in cell coordinates).
Location() - Constructor for class ch.aplu.android.Location
Constructs a location at (0, 0).
Location(int, int) - Constructor for class ch.aplu.android.Location
Constructs a location with given horizontal and vertical cell coordinates.
Location(double, double) - Constructor for class ch.aplu.android.Location
Constructs a location next to the given double coordinates.
Location(Location) - Constructor for class ch.aplu.android.Location
Constructs a location with the coordinates of the given location.
Location.CompassDirection - Enum in ch.aplu.android
Class to represent the 8 compass directions.
longPress - Static variable in class ch.aplu.android.GGTouch
Pressed a long time.
longPressed(Card) - Method in class ch.aplu.jcardgame.CardAdapter
Triggered when a card is long pressed.
longPressed(Card) - Method in interface ch.aplu.jcardgame.CardListener
Triggered when a card is long pressed.
LoResAlarmTimer - Class in ch.aplu.util
Alarm timer with low resolution (Resolution normally less than 10 milliseconds.)
LoResAlarmTimer(long) - Constructor for class ch.aplu.util.LoResAlarmTimer
Construct a AlarmTimer instance and set its preset time in microseconds (us).
LoResAlarmTimer(long, boolean) - Constructor for class ch.aplu.util.LoResAlarmTimer
Same as LoResAlarmTimer(alarmTime), but the timer starts immediately if autostart is true.
LoResAlarmTimer(long, boolean, boolean) - Constructor for class ch.aplu.util.LoResAlarmTimer
Same as LoResAlarmTimer(alarmTime, autostart), but most methods calls Thread.yield() automatically, if yield is true.
LoResTimer - Class in ch.aplu.util
Timer with low resolution (based on Date.getTime()) (Resolution normally less than 10 milliseconds.)
LoResTimer() - Constructor for class ch.aplu.util.LoResTimer
Construct a LoResTimer object and set its time to zero.
LoResTimer(boolean) - Constructor for class ch.aplu.util.LoResTimer
Same as LoResTimer(), but the timer starts immediately if autostart is true.
LoResTimer(boolean, boolean) - Constructor for class ch.aplu.util.LoResTimer
Same as LoResTimer(autostart), but most methods calls Thread.yield() automatically, if yield is true.
loud(SensorPort, int) - Method in class ch.aplu.android.nxt.SoundAdapter
Empty method called when the sound becomes louder than the trigger level.
loud(SensorPort, int) - Method in interface ch.aplu.android.nxt.SoundListener
Called when the sound becomes louder than the trigger level.
LTGRAY - Static variable in class ch.aplu.android.GameGrid
Short for Color.LTGRAY.

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