- getAbsoluteX() - Method in class ej.fp.Widget
-
Gets the absolute x coordinate of this widget.
- getAbsoluteY() - Method in class ej.fp.Widget
-
Gets the absolute y coordinate of this widget.
- getCurrentSkin() - Method in class ej.fp.Widget
-
Gets the current skin to render.
- getDevice() - Static method in class ej.fp.Device
-
Gets the unique device instance.
- getDevice() - Method in class ej.fp.FrontPanel
-
Gets the unique device created from the front panel file (*.fp).
- getDeviceWidget() - Method in class ej.fp.FrontPanel
-
Gets the widget representing the device.
- getEvent() - Method in class ej.fp.EventQueue
-
Reads an event in the queue of events.
- getEventQueue() - Method in class ej.fp.Device
-
Gets the input events queue.
- getFilter() - Method in class ej.fp.Widget
-
Gets the image which represents the filtering area set by the front panel parser thanks
Widget.setFilter(Image)
method).
- getFrontPanel() - Static method in class ej.fp.FrontPanel
-
Gets the unique instance of the front panel engine.
- getHeight() - Method in interface ej.fp.Image
-
Gets the height of the image.
- getHeight() - Method in class ej.fp.Widget
-
- getLabel() - Method in class ej.fp.Widget
-
- getName() - Method in class ej.fp.Device
-
Gets the name of the device.
- getParent() - Method in class ej.fp.Widget
-
- getPixels(int[]) - Method in interface ej.fp.Image
-
Gets all the pixels of the image.
- getPixels(int[], int, int, int, int, int, int) - Method in interface ej.fp.Image
-
Gets the pixels of a region of the image.
- getPrintStream() - Method in class ej.fp.FrontPanel
-
Gets the output streams where print the traces.
- getRAWImage() - Method in interface ej.fp.Image
-
Gets the RAW image of the front panel image.
- getSkin() - Method in class ej.fp.Widget
-
- getTransparentImage(byte) - Method in interface ej.fp.Image
-
Gets a transparent image of the image.
- getUserClass(Class<?>, Class<?>, String) - Method in class ej.fp.FrontPanel
-
Gets the class whose name is classname.
- getWidget(Class<T>) - Method in class ej.fp.Device
-
Gets the first width which implement the given class.
- getWidget(Class<T>, String) - Method in class ej.fp.Device
-
Gets the first width which implement the given class and whose label is equals to given label.
- getWidgets() - Method in class ej.fp.Device
-
Gets a list of device's widgets.
- getWidgets(Class<T>) - Method in class ej.fp.Device
-
Gets a list of device's widgets which implement the given class.
- getWidth() - Method in interface ej.fp.Image
-
Gets the width of the image.
- getWidth() - Method in class ej.fp.Widget
-
- getX() - Method in class ej.fp.Widget
-
Gets the relative x coordinate of this widget set by the front panel parser thanks
Widget.setX(int) method).
- getY() - Method in class ej.fp.Widget
-
Gets the relative y coordinate of this widget set by the front panel parser thanks
Widget.setY(int) method).