Skip navigation links
A B C D F G H I K L M N O P R S T U V W X Y 

A

a - Variable in class fr.lri.smarties.libserver.SmartiesEvent
the angle between an horizontal line in the bottom of the device and the line defined by by the two farest contacts points when the gesture start, NOT YET IMPLEMENTED.
addItemInWidgetList(int, String, int) - Method in class fr.lri.smarties.libserver.Smarties
Add an item in the list of items of a SmartiesWidget that contains a list of items (PopupMenu, Spinner, etc.), the change is persistent, i.e., affect the widget for novel connection.
addWidget(int, String, float, float, float, float) - Method in class fr.lri.smarties.libserver.Smarties
Add a widget of a given type, given size and at a given position in the widget area of the mobile clients.
app_data - Variable in class fr.lri.smarties.libserver.SmartiesPuck
the "clipboard", uses this object to store what ever you want with your pucks.

B

bx - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
by - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 

C

callback(SmartiesWidget, SmartiesEvent, Object) - Method in interface fr.lri.smarties.libserver.SmartiesWidgetHandler
 
cancel - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
checked_items - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
cleanUpCheckedItems() - Method in class fr.lri.smarties.libserver.SmartiesWidget
 
clicked - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
client_time - Variable in class fr.lri.smarties.libserver.SmartiesEvent
time of the event in the mobile device for raw multi-touch events.
color - Variable in class fr.lri.smarties.libserver.SmartiesPuck
the puck color as a RGB int (e.g., 0xFF00A0), see Smarties.sendPuckColor(fr.lri.smarties.libserver.SmartiesPuck, java.lang.String, int) to change the default.
connect() - Method in class fr.lri.smarties.libserver.SmartiesDevice
 
createOnePuckByDevice(boolean) - Method in class fr.lri.smarties.libserver.Smarties
Set to true so that the server create automatically a new puck for each new connected client.
createPuck(SmartiesDevice, float, float, boolean) - Method in class fr.lri.smarties.libserver.Smarties
Create a puck at position x,y that is become selected on device d (if not null and select is true).
cursor_type - Variable in class fr.lri.smarties.libserver.SmartiesPuck
the icon to be drawn in the puck on the mobile client.

D

d - Variable in class fr.lri.smarties.libserver.SmartiesEvent
"pinch distance": sum of the distances from the contact points to the barycenter of the contact points divided by the number of contact points.
DEFAULT_PORT_SMARTIES - Static variable in class fr.lri.smarties.libserver.Smarties
Default port that mobile devices should use to send message to the server (you should note really care ...
deletePuck(int) - Method in class fr.lri.smarties.libserver.Smarties
Definitively delete the SmartiesPuck with identifier id.
deletePuck(SmartiesPuck) - Method in class fr.lri.smarties.libserver.Smarties
Definitively delete the SmartiesPuck p.
device - Variable in class fr.lri.smarties.libserver.SmartiesEvent
the device that sent this event.
dirty - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
duration - Variable in class fr.lri.smarties.libserver.SmartiesEvent
 

F

finger_id - Variable in class fr.lri.smarties.libserver.SmartiesEvent
finger id for raw multi-touch events.
font_size - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
fr.lri.smarties.libserver - package fr.lri.smarties.libserver
 

G

getDevice(String) - Method in class fr.lri.smarties.libserver.Smarties
Return the SmartiesDevice with IP address ip or null if there is no device with such an IP address.
getDevicesMapping() - Method in class fr.lri.smarties.libserver.Smarties
Return a map from the IP addresses to the SmartiesDevice's.
getIP() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the IP address of the device
getMacAddress() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the MAC address of the device.
getMoveState() - Method in class fr.lri.smarties.libserver.SmartiesPuck
 
getPuck(int) - Method in class fr.lri.smarties.libserver.Smarties
Return the SmartiesPuck with identifier id or null if there is no puck with such an identifier.
getPuckColorById(int) - Static method in class fr.lri.smarties.libserver.SmartiesColors
return the color of the puck with identifier id.
getPuckMapping() - Method in class fr.lri.smarties.libserver.Smarties
Return a map from the identifiers to the SmartiesPuck's.
getSelectedByDevice() - Method in class fr.lri.smarties.libserver.SmartiesPuck
 
getSelectedPuckID() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the identifier of the selected SmartiesPuck for this device (-1 if there is no selected SmartiesPuck for this device).
getSharingPolicyDevice() - Method in class fr.lri.smarties.libserver.SmartiesPuck
 
getSmartieIntRGBColor(int) - Static method in class fr.lri.smarties.libserver.SmartiesColors
return the default color of the puck with identifier id as an int.
getTouchpadHeight() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the height of the touchpad area
getTouchpadWidth() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the width of the touchpad area
getWidget(int) - Method in class fr.lri.smarties.libserver.Smarties
Return the SmartiesWidget with the given identifier.
getWidgetsAreaHeight() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the height of the widget area
getWidgetsAreaWidth() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the width of the widget area
getXPixelsByMM() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the number of pixels by mm in the x coordinate
getYPixelsByMM() - Method in class fr.lri.smarties.libserver.SmartiesDevice
Return the number of pixels by mm in the y coordinate

H

handler - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 

I

id - Variable in class fr.lri.smarties.libserver.SmartiesEvent
identifier of the puck associated to this event (the selected puck), or -1 if the is no associated puck.
id - Variable in class fr.lri.smarties.libserver.SmartiesPuck
Unique identifier (positive or zero).
initWidgets(int, int) - Method in class fr.lri.smarties.libserver.Smarties
Define the size of the grid with which the geometry of the widgets are defined.
isDeleted() - Method in class fr.lri.smarties.libserver.SmartiesPuck
 
isStored() - Method in class fr.lri.smarties.libserver.SmartiesPuck
 
item - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
items - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 

K

keycode - Variable in class fr.lri.smarties.libserver.SmartiesEvent
keycode (X Window, QT, GTK ...

L

label - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
labelOn - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 

M

mode - Variable in class fr.lri.smarties.libserver.SmartiesEvent
move/drag modifiers (= (num_tapes > 0)? 1:0)
move_state - Variable in class fr.lri.smarties.libserver.SmartiesPuck
used internaly (only ?)
movePuck(int, float, float) - Method in class fr.lri.smarties.libserver.Smarties
Move the SmartiesPuck with identifier id.
movePuck(SmartiesPuck, float, float) - Method in class fr.lri.smarties.libserver.Smarties
Move the SmartiesPuck p.

N

num_fingers - Variable in class fr.lri.smarties.libserver.SmartiesEvent
number of fingers down at start of a move/pinch gesture.
num_taps - Variable in class fr.lri.smarties.libserver.SmartiesEvent
number of taps for MULTITAP or num tapes before a [mf][move,drag,pitch] gestures.

O

on - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 

P

p - Variable in class fr.lri.smarties.libserver.SmartiesEvent
the puck associated to this event (the selected puck), or null if there is no associated puck.
pid - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
post_mode - Variable in class fr.lri.smarties.libserver.SmartiesEvent
number of additionnal fingers down after a move/drag/pinch gesture started.

R

reconnect(int) - Method in class fr.lri.smarties.libserver.SmartiesDevice
 
removeItemInWidgetList(int, int) - Method in class fr.lri.smarties.libserver.Smarties
Remove an item in the list of items of a SmartiesWidget that contains a list of items (PopupMenu, Spinner, etc.), the change is persistent, i.e., affect the widget for novel connection.
replaceWidgetItemsList(int, Vector<String>) - Method in class fr.lri.smarties.libserver.Smarties
Replace the list of items of a SmartiesWidget that contains a list of items (PopupMenu, Spinner, etc.).
Run() - Method in class fr.lri.smarties.libserver.Smarties
Start listenning and sending message to the mobile clients

S

sendNotification(int, int, int, String, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Send a notification to the device dev or to all the devices if dev is null.
sendNotification(int, int, int, String, String) - Method in class fr.lri.smarties.libserver.Smarties
Send a notification to the device with IP ip or to all the devices if ip is null.
sendNotification(int, int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
Send a notification to all the devices.
sendPuckColor(SmartiesPuck, String, int) - Method in class fr.lri.smarties.libserver.Smarties
Send (and set) to the device with IP adress ip, or to all the devices if ip is null, the color for the puck p (in hexadecimal, e.g.
sendPuckCursorType(SmartiesPuck, String, int) - Method in class fr.lri.smarties.libserver.Smarties
Send (and set) to the device with IP adress ip, or to all the devices if ip is null, the cursor type of the puck p.
sendWidgetCheckedItems(int, Vector<Boolean>, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the checked values of the widget (e.g., multi-choice popup) with identifier wid for the device dev, or for all the devices if dev is null (if dev is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetCheckedItems(int, Vector<Boolean>, String) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the checked items of the widget (e.g., multi-choice popup) with identifier wid for the device with IP address ip, or for all the devices if ip is null (if ip is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetCheckedItems(int, Vector<Boolean>) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the checked items of the widget (e.g., multi-choice popup) with identifier wid for all the devices (the change is persistent, i.e., affect the widget for novel connection).
sendWidgetFontSize(int, int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the font size for the widget with identifier wid for device dev, or for all the devices if dev is null (if dev is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetFontSize(int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the font size for the widget with identifier wid for the device with IP address ip, or for all the devices if ip is null (if ip is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetFontSize(int, int) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the font size for the widget with identifier wid for all the devices (the change is persistent, i.e., affect the widget for novel connection).
sendWidgetItem(int, int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the selected item of the widget with identifier wid for the device dev, or for all the devices if dev is null (if dev is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetItem(int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the selected item of the widget with identifier wid for the device with IP address ip, or for all the devices if ip is null.
sendWidgetItem(int, int) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the selected item of the widget with identifier wid for all the devices.
sendWidgetLabel(int, String, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the label of the widget with identifier wid for device dev, or for all the devices if dev is null (if dev is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetLabel(int, String, String) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the label of the widget with identifier wid for the device with IP address ip, or for all the devices (if ip is null (if ip is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetLabel(int, String) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the label of the widget with identifier wid for all the devices (the change is persistent, i.e., affect the widget for novel connection).
sendWidgetOnState(int, boolean, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the on/off value of the widget (e.g., a toggle button) with identifier wid for the device dev, or for all the devices if dev is null (if dev is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetOnState(int, boolean, String) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the on/off value of the widget (e.g., a toggle button) with identifier wid for the device with IP address ip, or for all the devices if ip is null (if ip is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetOnState(int, boolean) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the on/off value of the widget (e.g., a toggle button) with identifier wid for all the devices (the change is persistent, i.e., affect the widget for novel connection).
sendWidgetState(int, int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the state (enabled/disabled/hidden) of the widget with identifier wid for the device dev, or for all the devices if dev is null (if dev is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetState(int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the state (enabled/disabled/hidden) of the widget with identifier wid for the device with IP address ip, or for all the devices if ip is null (if ip is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetState(int, int) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the state (enabled/disabled/hidden) of the widget with identifier wid for all the devices (the change is persistent, i.e., affect the widget for novel connection).
sendWidgetValue(int, int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the value of the widget (e.g., a slider) with identifier wid for the device dev, or for all the devices if dev is null.
sendWidgetValue(int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the value of the widget (e.g., a slider) with identifier wid for the device with IP address ip, or for all the devices if ip is null (if ip is null the change is persistent, i.e., affect the widget for novel connection).
sendWidgetValue(int, int) - Method in class fr.lri.smarties.libserver.Smarties
Send/change the value of the widget (e.g., a slider) with identifier wid for all the devices (the change is persistent, i.e., affect the widget for novel connection) .
setAccelerationParameters(float, float, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Set the acceleration parameters for indirect one finger touch for the device dev (or all connected device if dev is null).
setAccelerationParameters(float, float) - Method in class fr.lri.smarties.libserver.Smarties
Set the acceleration parameters for indirect one finger touch for all connected device (and all future devices that will connect to the server).
setDeviceOrientation(int) - Method in class fr.lri.smarties.libserver.Smarties
Set the orientation of the clients, could be Smarties.SMARTIES_DEVICE_ORIENTATION_LANDSCAPE or Smarties.SMARTIES_DEVICE_ORIENTATION_PORTRAIT.
setHideLockedPucks(boolean, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Instruct the device dev (or all connected device if dev is null) to hide or not the locked pucks.
setHideLockedPucks(boolean) - Method in class fr.lri.smarties.libserver.Smarties
Instruct all connected device (and all future devices that will connect to the server) to hide or not the locked pucks.
setInterfaceButtons(boolean, boolean, boolean, boolean) - Method in class fr.lri.smarties.libserver.Smarties
Define the standard interface buttons and icons that appear in the clients interface.
setPureTouchpad(boolean) - Method in class fr.lri.smarties.libserver.Smarties
Set to true to only have the touchpad area in the clients.
setPureWidgetArea(boolean) - Method in class fr.lri.smarties.libserver.Smarties
Set to true to only have the widget area in the clients (no touchpad!).
setRawTouchEventsConf(boolean, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Disable/Enable the multi-touch raw events for the device dev or for all the devices if dev is null.
setRawTouchEventsConf(boolean) - Method in class fr.lri.smarties.libserver.Smarties
Disable/Enable the multi-touch raw events for all the devices (and all future devices that will connect to the server).
setSharingPolicyCustom() - Method in class fr.lri.smarties.libserver.Smarties
Set the Sharing policy to "custom"
setSharingPolicyMedium() - Method in class fr.lri.smarties.libserver.Smarties
Set the Sharing policy to "medium"
setSharingPolicyPermissive() - Method in class fr.lri.smarties.libserver.Smarties
Set the Sharing policy to "medium"
setSharingPolicyStrict() - Method in class fr.lri.smarties.libserver.Smarties
Set the Sharing policy to "strict"
setSmartiesTouchEventsConf(boolean, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Disable/Enable the multi-touch "high-level" Smarties events for the device dev or for all the devices if dev is null.
setSmartiesTouchEventsConf(boolean) - Method in class fr.lri.smarties.libserver.Smarties
Disable/Enable the multi-touch "high-level" Smarties events for all the devices (and all future devices that will connect to the server).
showKeyboard(int, String, int) - Method in class fr.lri.smarties.libserver.Smarties
Ask the device with IP address ip to map a keyboard and to unmap it after a certain number of keys has been typed.
showKeyboard(int, String) - Method in class fr.lri.smarties.libserver.Smarties
Ask the device with IP address ip to map a keyboard.
showKeyboard(int, SmartiesDevice, int) - Method in class fr.lri.smarties.libserver.Smarties
Ask the SmartiesDevice dev to map a keyboard and to unmap it after a certain number of keys has been typed.
showKeyboard(int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
Ask the SmartiesDevice dev to map a keyboard.
slider_value - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIE_EVENTS_TYPE_CREATE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_DELETE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_END_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_END_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_END_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_KEYDOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_KEYUP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_LONGPRESS - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_MULTI_TAPS - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_NEW_DEVICE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_NONE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_RAW_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_RAW_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_RAW_UP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_SELECT - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_SHARE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_START_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_START_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_START_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_STORE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_STRING_EDIT - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_TAP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_UNSTORE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_EVENTS_TYPE_WIDGET - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_GESTUREMOD_DRAG - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIE_GESTUREMOD_HOVER - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
Smarties - Class in fr.lri.smarties.libserver
Smarties central class.
Smarties(int, int, int, int, int) - Constructor for class fr.lri.smarties.libserver.Smarties
Create a Smarties object using an other port than the default "incoming" Smarties port Smarties.DEFAULT_PORT_SMARTIES (WARNING the mobile clients should be aware of that!)
Smarties(int, int, int, int) - Constructor for class fr.lri.smarties.libserver.Smarties
Create a Smarties object for running with an application of the given size running (eventually) with a wall/large display consituted by a tile of screen.
SMARTIES_DEVICE_ORIENTATION_LANDSCAPE - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_DEVICE_ORIENTATION_PORTRAIT - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_EVENTS_TYPE_CREATE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_DELETE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_DEVICE_SIZES - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_END_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_END_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_END_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_KEYDOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_KEYUP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_LONGPRESS - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_MULTI_TAPS - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_NEW_DEVICE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_RAW_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_RAW_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_RAW_UP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_SELECT - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_SHARE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_START_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_START_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_START_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_STORE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_STRING_EDIT - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_TAP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_UNSTORE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_EVENTS_TYPE_WIDGET - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_GESTUREMOD_DRAG - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_GESTUREMOD_HOVER - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
 
SMARTIES_OSC_OUT_PORT - Static variable in class fr.lri.smarties.libserver.Smarties
Default port that the server should use to send message to the mobile devices (you should note really care ...
SMARTIES_PUCK_STATUS_FREE - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_PUCK_STATUS_LOCKED - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_PUCK_STATUS_SELECTED - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_SOUND_ALARM - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_SOUND_NONE - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_SOUND_NOTIFICATION - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_SOUND_RINGTONE - Static variable in class fr.lri.smarties.libserver.Smarties
 
SMARTIES_WIDGET_BUTTON_CLICK - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_BUTTON_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_BUTTON_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_BUTTON_UP - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_STATE_DISABLED - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_STATE_ENABLED - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_STATE_HIDDEN - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_BUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_CHECKBOX - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_DMUBUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_DUBUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_INCTEXT_BUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_MULTICHOICE - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_POPUPMENU - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_SLIDER - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_SPINNER - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_TEXT_BUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_TEXTVIEW - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SMARTIES_WIDGET_TYPE_TOGGLE_BUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
 
SmartiesColors - Class in fr.lri.smarties.libserver
To get the color of the puck with identifier id.
SmartiesDevice - Class in fr.lri.smarties.libserver
Smarties device.
SmartiesEvent - Class in fr.lri.smarties.libserver
Smarties events.
SmartiesPuck - Class in fr.lri.smarties.libserver
Smarties puck.
SMARTIESPUCK_CURSORTYPE_ARROW - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
 
SMARTIESPUCK_CURSORTYPE_CIRCLE - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
 
SMARTIESPUCK_CURSORTYPE_CROSS - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
 
SMARTIESPUCK_CURSORTYPE_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
 
SMARTIESPUCK_CURSORTYPE_NONE - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
 
SMARTIESPUCK_CURSORTYPE_POINT - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
 
SMARTIESPUCK_CURSORTYPE_SELECT - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
 
SMARTIESPUCK_CURSORTYPE_TEXT - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
 
SmartiesWidget - Class in fr.lri.smarties.libserver
Smarties widget.
SmartiesWidgetHandler - Interface in fr.lri.smarties.libserver
 
stored - Variable in class fr.lri.smarties.libserver.SmartiesPuck
is the puck stored

T

text - Variable in class fr.lri.smarties.libserver.SmartiesEvent
Some text.
text - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
touch_action - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 
type - Variable in class fr.lri.smarties.libserver.SmartiesEvent
The event type: one of the SMARTIES_EVENTS_TYPE_* constants.
type - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 

U

uid - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 

V

value - Variable in class fr.lri.smarties.libserver.SmartiesEvent
A value (slider, slected item, ...).
visibility - Variable in class fr.lri.smarties.libserver.SmartiesWidget
 

W

widget - Variable in class fr.lri.smarties.libserver.SmartiesEvent
The widget of the event.

X

x - Variable in class fr.lri.smarties.libserver.SmartiesEvent
relative x position of the puck, of a contact point, or of the barycenter of the contact points.
x - Variable in class fr.lri.smarties.libserver.SmartiesPuck
x relative position of the puck in the interval [0,1], uses Smarties.movePuck(int, float, float) to change the position of a puck.

Y

y - Variable in class fr.lri.smarties.libserver.SmartiesEvent
relative y position of the puck, of a contact point, or of the barycenter of the contact points.
y - Variable in class fr.lri.smarties.libserver.SmartiesPuck
y relative position of the puck in the interval [0,1], uses Smarties.movePuck(int, float, float) to change the position of a puck.
A B C D F G H I K L M N O P R S T U V W X Y 
Skip navigation links

Copyright © 2017. All rights reserved.