Skip navigation links
A B C D E G I N O P R S T X Y 

A

addTangibleListener(TangibleListener) - Method in class org.tuiofx.TuioFX
Registers a new TangibleListener to receive TUIO object/tangible events.
angle - Variable in class org.tuiofx.TangibleEvent
The rotation angle value.

B

build() - Method in class org.tuiofx.Configuration.Builder
Creates a new immutable configuration object from this builder.

C

Configuration - Class in org.tuiofx
Immutable container of properties to configure TUIOFX.
Configuration.Builder - Class in org.tuiofx
 

D

debug() - Static method in class org.tuiofx.Configuration
 

E

enableJavaFXTouchProperties() - Static method in class org.tuiofx.TuioFX
Enables JavaFX system properties reserved for touch devices, for example, the built-in look-and-feel for touch devices.
enableMTWidgets(boolean) - Method in class org.tuiofx.TuioFX
Enables or disables TUIOFX-Widget for the current JavaFX application.
eventType - Variable in class org.tuiofx.TangibleEvent
The eventType, either TANGIBLE_ADDED, TANGIBLE_UPDATED, or TANGIBLE_REMOVED

G

getAngle() - Method in class org.tuiofx.TangibleEvent
 
getEventType() - Method in class org.tuiofx.TangibleEvent
 
getLongPressDuration() - Method in class org.tuiofx.Configuration
 
getMinimumInertiaVelocity() - Method in class org.tuiofx.Configuration
 
getPort() - Method in class org.tuiofx.Configuration
Gets the port number set for the TUIO protocol.
getRotationAccel() - Method in class org.tuiofx.TangibleEvent
 
getRotationSpeed() - Method in class org.tuiofx.TangibleEvent
 
getScreenDevice() - Method in class org.tuiofx.Configuration
 
getScrollTouchSlopDP() - Method in class org.tuiofx.Configuration
 
getSourceId() - Method in class org.tuiofx.TangibleEvent
 
getStartRotation() - Method in class org.tuiofx.Configuration
 
getX() - Method in class org.tuiofx.TangibleEvent
 
getY() - Method in class org.tuiofx.TangibleEvent
 

I

ioS() - Static method in class org.tuiofx.Configuration
 
isDebugModeEnabled() - Method in class org.tuiofx.Configuration
Determines whether the debug modus is enabled.
isShowCursorEnabled() - Method in class org.tuiofx.Configuration
Determines whether the visibility of mouse cursor is enabled.
isUseIndirectInputDevice() - Method in class org.tuiofx.Configuration
Whether the touch events are sent from a indirect multi-touch input device such as a smart phone, tablet or other TUIO simulators.

N

newBuilder() - Static method in class org.tuiofx.Configuration
 
newBuilder(String) - Static method in class org.tuiofx.Configuration
 

O

org.tuiofx - package org.tuiofx
 

P

pqLabs() - Static method in class org.tuiofx.Configuration
 
properties() - Static method in class org.tuiofx.Configuration
 

R

removeAllTangibleListener() - Method in class org.tuiofx.TuioFX
Removes all TangibleListeners registered from the list of registered TUIO object/tangible event listeners.
removeTangibleListener(TangibleListener) - Method in class org.tuiofx.TuioFX
Removes the given listener from the list of registered TUIO object/tangible event listeners.
rotationAccel - Variable in class org.tuiofx.TangibleEvent
The rotation acceleration value.
rotationSpeed - Variable in class org.tuiofx.TangibleEvent
The rotation speed value.

S

setDebugModeEnabled(boolean) - Method in class org.tuiofx.Configuration.Builder
 
setIndirectInputDevice(boolean) - Method in class org.tuiofx.Configuration.Builder
 
setLongPressDuration(long) - Method in class org.tuiofx.Configuration.Builder
 
setMinimumInertiaVelocity(double) - Method in class org.tuiofx.Configuration.Builder
 
setMinRotation(double) - Method in class org.tuiofx.Configuration.Builder
 
setMinZoomSpan(double) - Method in class org.tuiofx.Configuration.Builder
 
setScreenDevice(int) - Method in class org.tuiofx.Configuration.Builder
 
setScrollTouchSlopDP(double) - Method in class org.tuiofx.Configuration.Builder
 
setShowCursor(boolean) - Method in class org.tuiofx.Configuration.Builder
 
setStartRotation(double) - Method in class org.tuiofx.Configuration.Builder
 
setStartZoomSpan(double) - Method in class org.tuiofx.Configuration.Builder
 
sourceID - Variable in class org.tuiofx.TangibleEvent
The individual symbol ID number that is assigned to each TuioObject.
start() - Method in class org.tuiofx.TuioFX
Starts listen to touch/tangible events from TUIO-enabled trackers.
startFullDrag(EventTarget) - Static method in class org.tuiofx.TuioFX
Simulates the startFullDrag method of JavaFX nodes and scene.
stop() - Method in class org.tuiofx.TuioFX
Stops TuioFX to listen to TUIO events from trackers and calls removeAllTangibleListener() to remove all tangible event listeners.

T

TANGIBLE_ADDED - Static variable in class org.tuiofx.TangibleEvent
The "tangible added" event.
TANGIBLE_REMOVED - Static variable in class org.tuiofx.TangibleEvent
The "tangible removed" event.
TANGIBLE_UPDATED - Static variable in class org.tuiofx.TangibleEvent
The "tangible updated" event.
TangibleEvent - Class in org.tuiofx
An event which indicates that a tangible action occurred.
TangibleEvent(int, int, double, double, float, float, float) - Constructor for class org.tuiofx.TangibleEvent
 
TangibleListener - Interface in org.tuiofx
The listener interface for receiving tangible events (Tangible added, updated, and removed).
toBuilder() - Method in class org.tuiofx.Configuration
 
TuioFX - Class in org.tuiofx
The entry point to the TUIOFX toolkit.
TuioFX(Stage, Configuration) - Constructor for class org.tuiofx.TuioFX
Creates a new TuioFX instance with the given configuration, in the given Stage.
tuioTangibleAdded(TangibleEvent) - Method in interface org.tuiofx.TangibleListener
 
tuioTangibleRemoved(TangibleEvent) - Method in interface org.tuiofx.TangibleListener
 
tuioTangibleUpdated(TangibleEvent) - Method in interface org.tuiofx.TangibleListener
 

X

x - Variable in class org.tuiofx.TangibleEvent
The x position.

Y

y - Variable in class org.tuiofx.TangibleEvent
The y position.
A B C D E G I N O P R S T X Y 
Skip navigation links