Skip navigation links
B C D E F G H I J L M N P R S T W 

S

sendThirdEvent() - Method in interface ej.fp.util.ThirdEventThread.ThirdEventWidget
Asks to send the third event.
sendThirdEvent() - Method in class ej.fp.widget.Joystick
 
sendThirdEvent() - Method in class ej.fp.widget.LongButton
 
sendThirdEvent() - Method in class ej.fp.widget.RepeatButton
 
setAlpha(int) - Method in class ej.fp.widget.Display
Sets the opacity level (alpha) of the display in order to obtain a translucent display.
setAreaHeight(int) - Method in class ej.fp.widget.Pointer
Sets the area height of the pointer area.
setAreaWidth(int) - Method in class ej.fp.widget.Pointer
Sets the area width of the pointer area.
setBacklight(int) - Method in class ej.fp.widget.Display
Sets the backlight of the display.
setBacklightFeature(boolean) - Method in class ej.fp.widget.Display
Enables or disables the backlight feature.
setBufferCount(int) - Method in interface ej.fp.widget.display.brs.BufferRefreshStrategy
Sets the number of buffers.
setBufferCount(int) - Method in class ej.fp.widget.display.brs.LegacyRefreshStrategy
 
setBufferCount(int) - Method in class ej.fp.widget.display.brs.PredrawRefreshStrategy
 
setBufferCount(int) - Method in class ej.fp.widget.display.brs.SingleRefreshStrategy
 
setBufferPolicyClass(String) - Method in class ej.fp.widget.Display
Sets the buffer policy.
setDisableEnter(boolean) - Method in class ej.fp.widget.Joystick
Disables enter button.
setDisplayHeight(int) - Method in class ej.fp.widget.Display
Sets the height of the display in pixels (see class comment).
setDisplayProperties(Widget, int, int, int) - Method in class ej.fp.widget.display.buffer.DirectBufferPolicy
 
setDisplayProperties(Widget, int, int, int) - Method in interface ej.fp.widget.display.buffer.DisplayBufferPolicy
Sets the display properties.
setDisplayProperties(Widget, int, int, int) - Method in class ej.fp.widget.display.buffer.SingleBufferPolicy
 
setDisplayProperties(Widget, int, int, int) - Method in class ej.fp.widget.display.buffer.SwapBufferPolicy
 
setDisplayProperties(Widget, int, int, int) - Method in class ej.fp.widget.display.buffer.TransmitSwapBufferPolicy
 
setDisplaySize(int, int) - Method in interface ej.fp.widget.display.brs.BufferRefreshStrategy
Sets the display size.
setDisplaySize(int, int) - Method in class ej.fp.widget.display.brs.LegacyRefreshStrategy
 
setDisplaySize(int, int) - Method in class ej.fp.widget.display.brs.PredrawRefreshStrategy
 
setDisplaySize(int, int) - Method in class ej.fp.widget.display.brs.SingleRefreshStrategy
 
setDisplayWidth(int) - Method in class ej.fp.widget.Display
Sets the width of the display in pixels (see class comment).
setDownSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick DOWN action.
setEnterSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick ENTER action.
setExtensionClass(String) - Method in class ej.fp.widget.Display
Defines the optional class name of the display extension.
setFlushTime(int) - Method in class ej.fp.widget.display.DisplayBufferManager
Simulates the embedded display's flush time when double buffering mode is enabled.
setFlushTime(int) - Method in class ej.fp.widget.Display
Simulates the embedded display's flush time when double buffering mode is enabled.
setInitialColor(int) - Method in class ej.fp.widget.Display
Sets the initial color of the display (color used on startup, just before first drawing).
setIntensity(int) - Method in class ej.fp.widget.LED
 
setLabel(String) - Method in class ej.fp.widget.Button
 
setLedOff(Image) - Method in class ej.fp.widget.LED
Sets the image which represents the LED off.
setLedOn(Image) - Method in class ej.fp.widget.LED
Sets the image which represents the LED on.
setLeftSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick LEFT action.
setListenerClass(Class<?>, String) - Method in class ej.fp.util.WidgetWithListener
Sets the listener class name (package + class).
setListenerClass(String) - Method in class ej.fp.widget.Button
Defines the user class which has to implement Button.ButtonListener.
setListenerClass(String) - Method in class ej.fp.widget.Joystick
Defines the user class which has to implement Joystick.JoystickListener.
setListenerClass(String) - Method in class ej.fp.widget.LongButton
 
setListenerClass(String) - Method in class ej.fp.widget.Pointer
Defines the user class which has to implement Pointer.PointerListener.
setListenerClass(String) - Method in class ej.fp.widget.RepeatButton
 
setListenerClass(String) - Method in class ej.fp.widget.Wheel
Defines the user class which has to implement Wheel.WheelListener.
setLongPeriod(int) - Method in class ej.fp.widget.LongButton
Set the long event period.
setMaxAngle(double) - Method in class ej.fp.widget.Wheel
Sets the bigger angle the wheel can have.
setPixels(int[]) - Method in class ej.fp.widget.display.DisplayBufferManager
 
setPushedSkin(Image) - Method in class ej.fp.widget.Button
Sets the image which shows the pressed button.
setPushedSkin(Image) - Method in class ej.fp.widget.Wheel
Sets the skin to show the wheel press event.
setRefreshRate(int) - Method in class ej.fp.widget.Display
Simulates the embedded display's refresh rate when double buffering mode is enabled.
setRefreshStrategyClass(String) - Method in class ej.fp.widget.Display
Sets the refresh strategy.
setRefreshTime(int) - Method in class ej.fp.widget.display.DisplayBufferManager
Simulates the embedded display's refresh rate when double buffering mode is enabled.
setRepeatPeriod(int) - Method in class ej.fp.widget.Joystick
Sets the repeat event period.
setRepeatPeriod(int) - Method in class ej.fp.widget.RepeatButton
Sets the repeat event period.
setRightSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick RIGHT action.
setSteps(Image[]) - Method in class ej.fp.widget.Wheel
Sets the images which simulate the wheel rotation.
setTouch(boolean) - Method in class ej.fp.widget.Pointer
Configures touch or mouse mode.
setTransparentMode(boolean) - Method in class ej.fp.widget.display.DisplayBufferManager
 
setUpSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick UP action.
showYourself(boolean) - Method in class ej.fp.widget.Display
 
showYourself(boolean) - Method in class ej.fp.widget.LED
 
simulateFlushTime() - Method in class ej.fp.widget.display.DisplayBufferManager
Simulates the flush time.
SingleBufferPolicy - Class in ej.fp.widget.display.buffer
One buffer in RAM and one buffer on the display.
SingleBufferPolicy() - Constructor for class ej.fp.widget.display.buffer.SingleBufferPolicy
 
SingleRefreshStrategy - Class in ej.fp.widget.display.brs
The "single" strategy is dedicated to the display with one buffer on the MCU side and one buffer on the display side (the display front buffer is not mapped to the MCU address space).
SingleRefreshStrategy() - Constructor for class ej.fp.widget.display.brs.SingleRefreshStrategy
 
start() - Method in class ej.fp.widget.Button
 
start() - Method in class ej.fp.widget.Display
Called by the parser after filling all the fields defined in the xml.
start() - Method in class ej.fp.widget.Joystick
 
start() - Method in class ej.fp.widget.LongButton
 
start() - Method in class ej.fp.widget.Pointer
 
start() - Method in class ej.fp.widget.RepeatButton
 
start() - Method in class ej.fp.widget.Wheel
 
SwapBufferPolicy - Class in ej.fp.widget.display.buffer
Several buffers in RAM used alternatively for the display.
SwapBufferPolicy(int) - Constructor for class ej.fp.widget.display.buffer.SwapBufferPolicy
Creates a swap buffer policy.
SwapDoubleBufferPolicy - Class in ej.fp.widget.display.buffer
Two buffers in RAM.
SwapDoubleBufferPolicy() - Constructor for class ej.fp.widget.display.buffer.SwapDoubleBufferPolicy
Creates a double swap buffer policy.
SwapTripleBufferPolicy - Class in ej.fp.widget.display.buffer
Three buffers in RAM.
SwapTripleBufferPolicy() - Constructor for class ej.fp.widget.display.buffer.SwapTripleBufferPolicy
Creates a triple swap buffer policy.
B C D E F G H I J L M N P R S T W 
Skip navigation links