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

F

FAHRENHEITMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
FALSE - Static variable in class java.lang.Boolean
 
fieldBase - Variable in class lejos.nxt.debug.DebugInterface
 
File - Class in java.io
Implements a file system using pages of flash memory.
File(String) - Constructor for class java.io.File
Creates a new File object.
FILE_EXISTS - Static variable in interface lejos.nxt.remote.ErrorMessages
 
FILE_IS_BUSY - Static variable in interface lejos.nxt.remote.ErrorMessages
 
FILE_IS_FULL - Static variable in interface lejos.nxt.remote.ErrorMessages
 
FILE_NOT_FOUND - Static variable in class lejos.nxt.comm.LCP
 
FILE_NOT_FOUND - Static variable in interface lejos.nxt.remote.ErrorMessages
 
fileHandle - Variable in class lejos.nxt.remote.FileInfo
The handle for accessing the file.
FileInfo - Class in lejos.nxt.remote
Structure that gives information about a leJOS NXJ file.
FileInfo(String) - Constructor for class lejos.nxt.remote.FileInfo
 
FileInputStream - Class in java.io
Reads a stream of bytes from a file.
FileInputStream(File) - Constructor for class java.io.FileInputStream
 
fileName - Variable in class lejos.nxt.remote.FileInfo
The name of the file - up to 20 characters.
FileNotFoundException - Exception in java.io
 
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
 
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
 
FileOutputStream - Class in java.io
Writes a stream of bytes to a file.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
create a new OutputStream to write to this file, starting at the beginning of the file.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
create a new OutputStream to write to this file
fileSize - Variable in class lejos.nxt.remote.FileInfo
The size of the file in bytes.
fillArc(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
fillBuffer() - Method in class lejos.io.LejosInputStreamReader
 
fillRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
 
FilterInputStream - Class in java.io
 
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
 
FilterOutputStream - Class in java.io
 
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
 
FIND_FIRST - Static variable in class lejos.nxt.comm.LCP
 
FIND_FIRST - Static variable in interface lejos.nxt.remote.NXTProtocol
 
FIND_NEXT - Static variable in class lejos.nxt.comm.LCP
 
FIND_NEXT - Static variable in interface lejos.nxt.remote.NXTProtocol
 
findClosest(float, float) - Method in class lejos.robotics.localization.MCLParticleSet
Find the index of the particle closest to a given co-ordinates.
findFirst(String) - Method in class lejos.nxt.remote.NXTCommand
Find the first file on the NXT.
findFirstNXJ(String) - Method in class lejos.nxt.remote.NXTCommand
Find the first file on the NXT.
findNext(byte) - Method in class lejos.nxt.remote.NXTCommand
Find the next file on the NXT
findNextNXJ(byte) - Method in class lejos.nxt.remote.NXTCommand
Find the next file on the NXT.
findRoute(Pose, Point) - Method in class lejos.robotics.proposal.MapPathFinder
 
findRoute(Pose, Pose) - Method in class lejos.robotics.proposal.MapPathFinder
 
findRoute(Pose, Point) - Method in interface lejos.robotics.proposal.PathFinder
 
findRoute(Pose, Pose) - Method in interface lejos.robotics.proposal.PathFinder
 
findRoute(Pose, Point) - Method in class lejos.robotics.proposal.SimplePathFinder
 
findRoute(Pose, Pose) - Method in class lejos.robotics.proposal.SimplePathFinder
 
fire() - Method in class lejos.realtime.AsyncEvent
Fire this instance of AsyncEvent.
fireSchedulable(Schedulable) - Method in class lejos.realtime.EDFScheduler
Trigger the execution of a schedulable object (like an AsyncEventHandler).
fireSchedulable(Schedulable) - Method in class lejos.realtime.PriorityScheduler
Trigger the execution of a schedulable object (like an AsyncEventHandler).
fireSchedulable(Schedulable) - Method in class lejos.realtime.Scheduler
 
FirmwareInfo - Class in lejos.nxt.remote
Firmware information for a remote NXT accessed via LCP.
FirmwareInfo() - Constructor for class lejos.nxt.remote.FirmwareInfo
 
firmwareVersion - Variable in class lejos.nxt.remote.FirmwareInfo
 
flags - Variable in class lejos.nxt.VM.VMClass
 
Flash - Class in lejos.nxt
Read and write access to flash memory in pages.
FlashError - Error in lejos.nxt
 
FlashError() - Constructor for error lejos.nxt.FlashError
 
FlashError(String) - Constructor for error lejos.nxt.FlashError
 
Float - Class in java.lang
Minimal Float implementation.
Float(double) - Constructor for class java.lang.Float
 
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String) - Constructor for class java.lang.Float
 
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
floatValue() - Method in class java.lang.Byte
 
floatValue() - Method in class java.lang.Double
 
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
 
floatValue() - Method in class java.lang.Long
 
floatValue() - Method in class java.lang.Number
Return the float value of this Number.
floatValue() - Method in class java.lang.Short
 
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
flt() - Method in class lejos.nxt.addon.PFMateMotor
Floats the motor
flt() - Method in class lejos.nxt.BasicMotor
Causes motor to float.
flt() - Method in class lejos.nxt.Motor
 
flt() - Method in class lejos.nxt.remote.RemoteMotor
 
flt() - Method in interface lejos.robotics.DCMotor
Motor loses all power, causing the rotor to float freely to a stop.
fltMotor(int) - Method in class lejos.nxt.addon.RCXLink
 
flush() - Method in class java.io.BufferedOutputStream
 
flush() - Method in class java.io.BufferedWriter
 
flush() - Method in class java.io.FileOutputStream
 
flush() - Method in class java.io.FilterOutputStream
 
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.PrintStream
Flush any pending output in the stream
flush() - Method in class java.io.StringWriter
 
flush() - Method in class java.io.Writer
 
flush() - Method in class lejos.io.LejosOutputStreamWriter
 
flush() - Method in class lejos.nxt.addon.RCXLink
 
flush() - Method in class lejos.nxt.comm.NXTOutputStream
 
FLUTE - Static variable in class lejos.nxt.Sound
 
Font - Class in javax.microedition.lcdui
 
Font() - Constructor for class javax.microedition.lcdui.Font
 
FONT_HEIGHT - Static variable in class lejos.nxt.LCD
 
FONT_WIDTH - Static variable in class lejos.nxt.LCD
 
forDigit(int, int) - Static method in class java.lang.Character
 
FOREVER - Static variable in class javax.microedition.lcdui.Alert
 
Form - Class in javax.microedition.lcdui
 
Form(String) - Constructor for class javax.microedition.lcdui.Form
 
Form(String, Item[]) - Constructor for class javax.microedition.lcdui.Form
 
format() - Static method in class java.io.File
Essentially formats the file system by writing TABLE_ID characters to the first page of flash memory.
forName(String) - Static method in class java.lang.Class
 
forward() - Method in class lejos.nxt.addon.LServo
Classic forward method for continous RC Servos
forward() - Method in class lejos.nxt.addon.PFMateMotor
Runs the motor forward
forward(int) - Method in class lejos.nxt.addon.RCXLink
 
forward() - Method in class lejos.nxt.BasicMotor
Causes motor to rotate forward.
forward() - Method in class lejos.nxt.Motor
 
forward() - Method in class lejos.nxt.remote.RemoteMotor
 
forward() - Method in interface lejos.robotics.DCMotor
Causes motor to rotate forward until stop is called.
forward() - Method in interface lejos.robotics.navigation.Pilot
Starts the NXT robot moving forward.
forward() - Method in class lejos.robotics.navigation.SimpleNavigator
 
forward() - Method in class lejos.robotics.navigation.TachoPilot
Moves the NXT robot forward until stop() is called.
forward() - Method in interface lejos.robotics.proposal.BasicPilot
Starts the NXT robot moving forward.
forward() - Method in class lejos.robotics.proposal.DifferentialPilot
Moves the NXT robot forward until stop() is called.
forward() - Method in class lejos.robotics.proposal.SteeringPilot
 
forwardStep(int) - Method in class lejos.nxt.addon.RCXLink
 
frame - Variable in class lejos.nxt.debug.DebugInterface
 
freeFlash - Variable in class lejos.nxt.remote.DeviceInfo
 
freeMemory() - Static method in class java.io.File
Returns to total free memory in the flash file system.
freeMemory() - Method in class java.lang.Runtime
Return the amount of free memory.on the heap

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