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

F

FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FEBRUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the second month of the year in the Gregorian and Julian calendars.
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
fillCircle(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
Fills a circle.
fillCircleArc(GraphicsContext, int, int, int, float, float) - Static method in class ej.microui.display.Painter
Fills a circle arc.
fillEllipse(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
Fills an ellipse.
fillEllipseArc(GraphicsContext, int, int, int, int, float, float) - Static method in class ej.microui.display.Painter
Fills an ellipse arc.
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the execution stack trace.
fillPolygon(GraphicsContext, int[]) - Static method in class ej.drawing.ShapePainter
Fills the closed polygon which is defined by the array of integer coordinates, using the current color.
fillPolygon(GraphicsContext, int[], int, int) - Static method in class ej.drawing.ShapePainter
Fills the closed polygon which is defined by the array of integer coordinates, using the current color.
fillRectangle(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
Fills an orthogonal rectangle.
fillRoundedRectangle(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
Fills an orthogonal rectangle with rounded corners.
FilterInputStream - Class in java.io
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterOutputStream - Class in java.io
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the argument converted to type 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
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
floatToIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double object.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float.
floor(double) - Static method in class ej.bon.XMath
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
flush() - Method in class ej.microui.display.Display
Performs immediately a flush updating the display with the draw actions since the last flush if and only if the display is double buffered.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in interface java.io.Flushable
Flushes this stream by writing any buffered output to the underlying stream.
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.OutputStreamWriter
Flushes the stream.
flush() - Method in class java.io.PrintStream
Flushes the stream.
flush() - Method in class java.io.Writer
Flushes the stream.
Flushable - Interface in java.io
A Flushable is a destination of data that can be flushed.
Font - Class in ej.microui.display
A Font defines how characters are drawn on a GraphicsContext.
Font() - Constructor for class ej.microui.display.Font
 
FontIdentifiers - Class in ej.microui.display
Available list of Font built-in identifiers.
FontIdentifiers() - Constructor for class ej.microui.display.FontIdentifiers
 
FontPermission - Class in ej.microui.display
Permission to create a Font.
FontPermission() - Constructor for class ej.microui.display.FontPermission
Creates a font permission with null as name.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name.
freeMemory() - Static method in class ej.bon.Immutables
Returns the amount of free immutable memory still available.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the Java Virtual Machine.
FRIDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Friday.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links