- DEFAULT_LABEL - Static variable in class ej.fp.Widget
-
Default widget label when no label is defined by front panel file.
- Device - Class in ej.fp
-
A device represents the physical look of a device.
- Device(String, Image) - Constructor for class ej.fp.Device
-
Creates a new device with its name (label) and background.
- dispose() - Method in class ej.fp.Composite
-
Disposes all composite children widgets.
- dispose() - Method in interface ej.fp.Image
-
Disposes the image and its resources.
- dispose() - Method in class ej.fp.Widget
-
Disposes the widget's associated resources (such as threads, images...).
- disposeIfNotNull(Image...) - Method in class ej.fp.FrontPanel
-
Disposes given images.
- drawImage(Image) - Method in interface ej.fp.Image
-
Draws the given image in the image at position (0,0) (top-left).
- drawImage(Image, int, int, int, int) - Method in interface ej.fp.Image
-
Draws the given image in the image at given position.
- drawImage(Image, int, int, int, int, int, int, int, int) - Method in interface ej.fp.Image
-
Draws the part of the given image in the image at given position.
- drawLine(int, int, int, int, int) - Method in interface ej.fp.Image
-
Draws a line with the specified boundary and the specified color.
- drawPixel(int, int, int) - Method in interface ej.fp.Image
-
Draws a pixel at the specified coordinates and with the specified color.
- drawRectangle(int, int, int, int, int) - Method in interface ej.fp.Image
-
Draws a rectangle with the specified bounds and the specified color.
- drawString(String, int, int, int, int) - Method in interface ej.fp.Image
-
Draws a string with default font at specified top-left position.
- drawTransparentImage(Image, byte, int, int, int, int, int, int, int, int) - Method in interface ej.fp.Image
-
Draws the specified area of the given image at the specified destination using alpha blending.