A B C D G H I J L M N O R S U V 

A

acceptMessage(Date, OSCMessage) - Method in class junctionbox.android.Nexus
Accepts certain OSC messages.
acceptMessage(Date, OSCMessage) - Method in class junctionbox.Nexus
Accepts certain OSC messages.
Action - Enum in junctionbox
This enum contains a set of constants that represent actions that can be mapped to messages in Junctions.
Action - Enum in junctionbox.android
This enum contains a set of constants that represent actions that can be mapped to messages in Junctions.
addBlob(byte[]) - Method in class junctionbox.android.Relay
Adds a blob argument to all messages contained in this Relay.
addBlob(String, byte[]) - Method in class junctionbox.android.Relay
Adds a blob argument to the specifed OSC message.
addBlob(byte[]) - Method in class junctionbox.Relay
Adds a blob argument to all messages contained in this Relay.
addBlob(String, byte[]) - Method in class junctionbox.Relay
Adds a blob argument to the specifed OSC message.
addContact(int, float, float) - Method in class junctionbox.android.Dispatcher
Adds a Contact to this Dispatcher for distributing to Junctions.
addContact(int, float, float) - Method in class junctionbox.android.Junction
Adds a contact to this Junction.
addContact(int, float, float) - Method in class junctionbox.Dispatcher
Adds a Contact to this Dispatcher for distributing to Junctions.
addContact(int, float, float) - Method in class junctionbox.Junction
Adds a contact to this Junction.
addFloat(float) - Method in class junctionbox.android.Relay
Adds a float argument to all messages contained in this Relay.
addFloat(String, float) - Method in class junctionbox.android.Relay
Adds a float argument to the specifed OSC message.
addFloat(float, float, float) - Method in class junctionbox.android.Relay
Adds a float argument mapped to the provided value range.
addFloat(String, float, float, float) - Method in class junctionbox.android.Relay
Adds a float argument to the specifed OSC message that is mapped to the provided value range.
addFloat(float) - Method in class junctionbox.Relay
Adds a float argument to all messages contained in this Relay.
addFloat(String, float) - Method in class junctionbox.Relay
Adds a float argument to the specifed OSC message.
addFloat(float, float, float) - Method in class junctionbox.Relay
Adds a float argument mapped to the provided value range.
addFloat(String, float, float, float) - Method in class junctionbox.Relay
Adds a float argument to the specifed OSC message that is mapped to the provided value range.
addInteger(int) - Method in class junctionbox.android.Relay
Adds an integer argument to all OSC messages contained in this Relay.
addInteger(String, int) - Method in class junctionbox.android.Relay
Adds an integer argument to the specifed OSC message.
addInteger(int) - Method in class junctionbox.Relay
Adds an integer argument to all OSC messages contained in this Relay.
addInteger(String, int) - Method in class junctionbox.Relay
Adds an integer argument to the specifed OSC message.
addJunction(Junction) - Method in class junctionbox.android.Dispatcher
Adds a Junction to this Dispatcher.
addJunction(Junction) - Method in class junctionbox.android.Junction
Adds a junction to this Junction.
addJunction(Junction) - Method in class junctionbox.Dispatcher
Adds a Junction to this Dispatcher.
addJunction(Junction) - Method in class junctionbox.Junction
Adds a junction to this Junction.
addLong(long) - Method in class junctionbox.android.Relay
Adds a long argument to all OSC messges contained in this Relay.
addLong(String, long) - Method in class junctionbox.android.Relay
Adds a long argument to the specified OSC message.
addLong(long) - Method in class junctionbox.Relay
Adds a long argument to all OSC messges contained in this Relay.
addLong(String, long) - Method in class junctionbox.Relay
Adds a long argument to the specified OSC message.
addMessage(String) - Method in class junctionbox.android.Relay
Adds a message to this Relay.
addMessage(String) - Method in class junctionbox.Relay
Adds a message to this Relay.
addString(String) - Method in class junctionbox.android.Relay
Adds a String argument to all messages contained in this Relay.
addString(String, String) - Method in class junctionbox.android.Relay
Adds a String argument to the specifed OSC message.
addString(String) - Method in class junctionbox.Relay
Adds a String argument to all messages contained in this Relay.
addString(String, String) - Method in class junctionbox.Relay
Adds a String argument to the specifed OSC message.
addTuioCursor(TuioCursor) - Method in class junctionbox.Dispatcher
Called when a new TuioCursor is added to the session.
addTuioObject(TuioObject) - Method in class junctionbox.Dispatcher
Not currently implemented.
allowRecording(boolean) - Method in class junctionbox.android.Junction
Determines whether interactions with this Junction will be recorded by the Dispatcher.
allowRecording(boolean) - Method in class junctionbox.Junction
Determines whether interactions with this Junction will be recorded by the Dispatcher.
allowRotation(boolean) - Method in class junctionbox.android.Junction
Determines whether rotation is allowed.
allowRotation(boolean, boolean) - Method in class junctionbox.android.Junction
Determines whether rotation is allowed by setting 1 and 2 Contact rotations separately.
allowRotation(boolean, int) - Method in class junctionbox.android.Junction
Determines whether rotation is allowed and how many Contacts are used.
allowRotation(boolean) - Method in class junctionbox.Junction
Determines whether rotation is allowed.
allowRotation(boolean, boolean) - Method in class junctionbox.Junction
Determines whether rotation is allowed by setting 1 and 2 Contact rotations separately.
allowRotation(boolean, int) - Method in class junctionbox.Junction
Determines whether rotation is allowed and how many Contacts are used.
allowSaving(boolean) - Method in class junctionbox.android.Junction
Determines whether state saving should be allowed.
allowSaving(boolean) - Method in class junctionbox.Junction
Determines whether state saving should be allowed.
allowScaling(boolean) - Method in class junctionbox.android.Junction
Determines whether scaling is allowed.
allowScaling(boolean) - Method in class junctionbox.Junction
Determines whether scaling is allowed.
allowScalingHeight(boolean) - Method in class junctionbox.android.Junction
Determines whether height scaling is allowed.
allowScalingHeight(boolean) - Method in class junctionbox.Junction
Determines whether height scaling is allowed.
allowScalingWidth(boolean) - Method in class junctionbox.android.Junction
Determines whether width scaling is allowed.
allowScalingWidth(boolean) - Method in class junctionbox.Junction
Determines whether width scaling is allowed.
allowTranslation(boolean) - Method in class junctionbox.android.Junction
Allows translation with 1 or 2 Contacts.
allowTranslation(boolean, int) - Method in class junctionbox.android.Junction
Allows translation with the specified number of Contacts.
allowTranslation(boolean, int, int) - Method in class junctionbox.android.Junction
Allows translation with Contacts in the specified range.
allowTranslation(boolean) - Method in class junctionbox.Junction
Allows translation with 1 or 2 Contacts.
allowTranslation(boolean, int) - Method in class junctionbox.Junction
Allows translation with the specified number of Contacts.
allowTranslation(boolean, int, int) - Method in class junctionbox.Junction
Allows translation with Contacts in the specified range.
allowTranslationX(boolean) - Method in class junctionbox.android.Junction
Determines whether x translation is allowed.
allowTranslationX(boolean) - Method in class junctionbox.Junction
Determines whether x translation is allowed.
allowTranslationY(boolean) - Method in class junctionbox.android.Junction
Determines whether y translation is allowed.
allowTranslationY(boolean) - Method in class junctionbox.Junction
Determines whether y translation is allowed.
A B C D G H I J L M N O R S U V