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

F

fail(String) - Method in class ch.aplu.android.GameGrid
Displays the given message in the status line and terminates the process shortly after.
fail(String, String) - Method in class ch.aplu.android.GameGrid
Displays the two given messages in the status line and terminates the process shortly after.
FanLayout - Class in ch.aplu.jcardgame
Class to store the fan layout options for a hand.
FanLayout(Location, double, double, double) - Constructor for class ch.aplu.jcardgame.FanLayout
Creates a FanLayout instance with given center, radius, start direction and end direction.
far(SensorPort, int) - Method in class ch.aplu.android.nxt.UltrasonicAdapter
Empty method called when the distance exceeds the trigger level.
far(SensorPort, int) - Method in interface ch.aplu.android.nxt.UltrasonicListener
Called when the distance exceeds the trigger level.
fileExists(String) - Method in class ch.aplu.android.nxt.NxtRobot
Searches for given file in the brick's file system.
fileHandle - Variable in class ch.aplu.android.nxt.FileInfo
The handle for accessing the file.
FileInfo - Class in ch.aplu.android.nxt
Structure that gives information about a leJOS NXJ file.
FileInfo(String) - Constructor for class ch.aplu.android.nxt.FileInfo
Constructs a FileInfo instance with given file name.
fileName - Variable in class ch.aplu.android.nxt.FileInfo
The name of the file - up to 20 characters.
fileSize - Variable in class ch.aplu.android.nxt.FileInfo
The size of the file in bytes.
fillArc(Point, int, double, double) - Method in class ch.aplu.android.GGBackground
Fills an arc with given center, radius, start and end angle.
fillArc(Point, int, double, double) - Method in class ch.aplu.android.GGBitmap
Fills an arc with given center, radius, start and end angle.
fillCell(Location, int) - Method in class ch.aplu.android.GGBackground
Fills a cell with given color.
fillCell(Location, int, boolean) - Method in class ch.aplu.android.GGBackground
Fills a cell with given color.
fillCircle(Point, int) - Method in class ch.aplu.android.GGBackground
Draws a filled circle with given center and given radius.
fillCircle(Point, int) - Method in class ch.aplu.android.GGBitmap
Draws a filled circle with given center and given radius.
fillPolygon(Point[]) - Method in class ch.aplu.android.GGBackground
Draws a filled polygon with given vertexes.
fillPolygon(Point[]) - Method in class ch.aplu.android.GGBitmap
Draws a filled polygon with given vertexes.
fillRectangle(Point, Point) - Method in class ch.aplu.android.GGBackground
Draws a filled rectangle with given opposite corners.
fillRectangle(Point, Point) - Method in class ch.aplu.android.GGBitmap
Draws a filled rectangle with given opposite corners.
findFirst() - Method in class ch.aplu.android.nxt.NxtRobot
Start file enumeration in the brick's file system.
findNext(byte) - Method in class ch.aplu.android.nxt.NxtRobot
Searches the next file in a file enumeration.
floodFill(Point, int, int) - Method in class ch.aplu.android.GGBackground
Fills a bounded single-colored region with the given color.
floodFill(Bitmap, Point, int, int) - Static method in class ch.aplu.android.GGBitmap
Fills a bounded single-colored region with the given color.
forward() - Method in class ch.aplu.android.nxt.Gear
Starts the forward movement with preset speed.
forward(int) - Method in class ch.aplu.android.nxt.Gear
Starts the forward movement for the given duration (in ms) with preset speed.
forward() - Method in class ch.aplu.android.nxt.Motor
Starts the forward rotation with preset speed.
forward(int) - Method in class ch.aplu.android.nxt.TurtleRobot
Moves the turtle forward the given number of steps.
forward(int) - Method in class ch.aplu.android.Turtle
Moves the turtle forward (in its current heading direction).

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