- readPixel(int, int) - Method in interface ej.fp.Image
-
Gets the color at the specified location.
- repaint() - Method in class ej.fp.Widget
-
Asks a repaint of the receiver on the device.
- repaint(int, int, int, int) - Method in class ej.fp.Widget
-
Asks a repaint of a part of the receiver on the device.
- repaintDevice() - Method in class ej.fp.FrontPanel
-
Asks to repaint all device area.
- repaintDevice(int, int, int, int) - Method in class ej.fp.FrontPanel
-
Asks to repaint a part of device area.
- repaintWidget(Widget) - Method in class ej.fp.FrontPanel
-
Asks to repaint all widget area.
- repaintWidget(Widget, int, int, int, int) - Method in class ej.fp.FrontPanel
-
Asks to repaint a part of widget area.