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 Y 

F

fillCircle(int, int, int) - Method in class ej.microui.display.GraphicsContext
Fills a circle covering the rectangle specified by its diameter with the current color.
fillCircleArc(int, int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Fills a circular arc covering the specified square with the current color.
fillEllipse(int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Fills a ellipse covering the specified rectangle with the current color.
fillEllipseArc(int, int, int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Fills an elliptical arc covering the specified rectangle with the current color.
fillPolygon(int[]) - Method in class ej.microui.display.GraphicsContext
Fills the closed polygon which is defined by the array of integer coordinates, using the current color.
fillPolygon(int[], int, int) - Method in class ej.microui.display.GraphicsContext
Fills the closed polygon which is defined by the array of integer coordinates, using the current color.
fillRect(int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Fills the specified rectangle with the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Fills the specified rounded corner rectangle with the current color.
flush() - Method in class ej.microui.display.ExplicitFlush
Updates the display with the draw actions since the last flush if and only if the display is double buffered.
FlyingImage - Class in ej.microui.display
The FlyingImage class defines an image to be displayed at the top level in the rendering depth of a display.

A FlyingImage contains an Image.
FlyingImage(Image) - Constructor for class ej.microui.display.FlyingImage
Creates a new FlyingImage.
FlyingImage(Display, Image) - Constructor for class ej.microui.display.FlyingImage
Creates a new FlyingImage.
Font - Class in ej.microui.display
A DisplayFont defines how text is rendered on a Display.
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.
A B C D E F G H I J K L M N O P R S T U V W Y 
Skip navigation links