public final class Configuration extends Object
Configuration
is used internally by the TUIOFX toolkit.Modifier and Type | Class and Description |
---|---|
static class |
Configuration.Builder |
Modifier and Type | Method and Description |
---|---|
static Configuration |
debug() |
long |
getLongPressDuration() |
double |
getMinimumInertiaVelocity() |
int |
getPort()
Gets the port number set for the TUIO protocol.
|
int |
getScreenDevice() |
double |
getScrollTouchSlopDP() |
double |
getStartRotation() |
static Configuration |
ioS() |
boolean |
isDebugModeEnabled()
Determines whether the debug modus is enabled.
|
boolean |
isShowCursorEnabled()
Determines whether the visibility of mouse cursor is enabled.
|
boolean |
isUseIndirectInputDevice()
Whether the touch events are sent from a indirect multi-touch input device such as a
smart phone, tablet or other TUIO simulators.
|
static Configuration.Builder |
newBuilder() |
static Configuration.Builder |
newBuilder(String filePath) |
static Configuration |
pqLabs() |
static Configuration |
properties() |
Configuration.Builder |
toBuilder() |
public static Configuration pqLabs()
public static Configuration ioS()
public static Configuration debug()
public static Configuration properties()
public static Configuration.Builder newBuilder()
public static Configuration.Builder newBuilder(String filePath) throws NumberFormatException, IOException
NumberFormatException
IOException
public Configuration.Builder toBuilder()
public int getPort()
public boolean isDebugModeEnabled()
public double getMinimumInertiaVelocity()
public double getStartRotation()
public double getScrollTouchSlopDP()
public long getLongPressDuration()
public boolean isUseIndirectInputDevice()
public boolean isShowCursorEnabled()
public int getScreenDevice()