A B C D E F G H I J K L M N O P R S T U V X Y Z

A

add(E) - Method in class net.sf.josceleton.commons.collection.SafeLinkedHashSet
 
addListener(L) - Method in interface net.sf.josceleton.core.api.async.Async
Add a listener to this Async type.
addListenerFor(K, L) - Method in interface net.sf.josceleton.core.api.async.AsyncFor
 
ANKLE() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
Async<L extends Listener> - Interface in net.sf.josceleton.core.api.async
Marks a type to interact asynchroniously via a listener defining some callback methods.
AsyncFor<K,L extends Listener> - Interface in net.sf.josceleton.core.api.async
 
AvailableUsersCollection - Interface in net.sf.josceleton.connection.api.service.user
 

B

brighten(Color, int) - Static method in class net.sf.josceleton.commons.util.ColorUtil
 
build() - Method in interface net.sf.josceleton.motion.api.gesture.GestureBuilder
 

C

callback(UserStateFunction<T>) - Method in enum net.sf.josceleton.core.api.entity.UserState
 
checkForMinOrMax(int, int, boolean) - Static method in class net.sf.josceleton.commons.util.MathUtil
 
ClassAdapter<T> - Interface in net.sf.josceleton.commons.reflect
 
ClassAdapterImpl<T> - Class in net.sf.josceleton.commons.reflect
Briding Java's reflection classes to Josceleton's pure interface world ;)
ClassAdapterImpl(Class<T>) - Constructor for class net.sf.josceleton.commons.reflect.ClassAdapterImpl
 
close(Closeable) - Static method in class net.sf.josceleton.commons.util.CloseableUtil
 
close() - Method in interface net.sf.josceleton.core.api.async.Closeable
It is most likely you will get an IllegalStateException if called more than once.
Closeable - Interface in net.sf.josceleton.core.api.async
Compared to java.io.Closeable this interface does not declare a checked exception to be thrown.
CloseableUtil - Class in net.sf.josceleton.commons.util
 
CollectionUtil - Class in net.sf.josceleton.commons.util
 
ColorUtil - Class in net.sf.josceleton.commons.util
 
CommonsModule - Class in net.sf.josceleton.commons
 
CommonsModule() - Constructor for class net.sf.josceleton.commons.CommonsModule
 
CommonsReflectModule - Class in net.sf.josceleton.commons.reflect
 
CommonsReflectModule() - Constructor for class net.sf.josceleton.commons.reflect.CommonsReflectModule
 
computeCubicEaseOut(float, int, int) - Static method in class net.sf.josceleton.commons.util.MathUtil
 
configure() - Method in class net.sf.josceleton.commons.CommonsModule
 
configure() - Method in class net.sf.josceleton.commons.reflect.CommonsReflectModule
 
configure() - Method in class net.sf.josceleton.connection.impl.ConnectionImplModule
 
configure() - Method in class net.sf.josceleton.core.impl.CoreImplModule
 
configure() - Method in class net.sf.josceleton.josceleton.JosceletonGuiceModule
 
configure() - Method in class net.sf.josceleton.motion.impl.MotionImplModule
 
Connection - Interface in net.sf.josceleton.connection.api
/** This type provides the most low-level acccess you can get from Josceleton.
ConnectionAdapter - Class in net.sf.josceleton.connection.impl
Utility method, to not have to implement all interface methods declared by ConnectListener.
ConnectionAdapter() - Constructor for class net.sf.josceleton.connection.impl.ConnectionAdapter
 
ConnectionFactory - Interface in net.sf.josceleton.connection.impl
 
ConnectionImplModule - Class in net.sf.josceleton.connection.impl
 
ConnectionImplModule() - Constructor for class net.sf.josceleton.connection.impl.ConnectionImplModule
 
ConnectionInternal - Interface in net.sf.josceleton.connection.impl
Enhanced Connection class to initialize it by library and therefore user has to care about less things.
ConnectionListener - Interface in net.sf.josceleton.connection.api
 
Connector - Interface in net.sf.josceleton.connection.api
 
ConnectorImpl - Class in net.sf.josceleton.connection.impl
 
ConnectorImpl(OscPortOpener, ConnectionFactory) - Constructor for class net.sf.josceleton.connection.impl.ConnectorImpl
 
Coordinate - Interface in net.sf.josceleton.core.api.entity
 
coordinate(float) - Method in interface net.sf.josceleton.motion.api.gesture.hitwall.HitWallBuilder
 
CoordinateUtil - Class in net.sf.josceleton.core.api.entity
 
CoreImplModule - Class in net.sf.josceleton.core.impl
 
CoreImplModule() - Constructor for class net.sf.josceleton.core.impl.CoreImplModule
 
create(Class<X>) - Static method in class net.sf.josceleton.commons.reflect.ClassAdapterImpl
 
create(ClassAdapter<T>, Object...) - Method in interface net.sf.josceleton.commons.reflect.DynamicInstantiator
 
create(OscPort) - Method in interface net.sf.josceleton.connection.impl.ConnectionFactory
 

D

darken(Color, int) - Static method in class net.sf.josceleton.commons.util.ColorUtil
 
direction(XyzDirection) - Method in interface net.sf.josceleton.motion.api.gesture.hitwall.HitWallBuilder
 
DynamicInstantiationException - Exception in net.sf.josceleton.commons.reflect
 
DynamicInstantiationException(String, ClassAdapter<?>, Object[], Throwable) - Constructor for exception net.sf.josceleton.commons.reflect.DynamicInstantiationException
 
DynamicInstantiator - Interface in net.sf.josceleton.commons.reflect
Comes in handy for (unit) testing if you want to mock out instantiation of third party classes.

E

ELBOW() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
enableHandCursor(Component) - Static method in class net.sf.josceleton.commons.util.GuiUtil
 
establish() - Method in interface net.sf.josceleton.connection.impl.ConnectionInternal
Kind of a init method; delegates establish() invocation to internal OscPort and starts rerouting.
extractValue(Coordinate) - Method in enum net.sf.josceleton.core.api.entity.XyzDirection
 

F

findConstructor(ClassAdapter<T>, Object[]) - Static method in class net.sf.josceleton.commons.reflect.ReflectUtil
 
FOOT() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 

G

generateWithinRange(int, int) - Static method in class net.sf.josceleton.commons.util.RandomUtil
Generates a number within the given range.
GenericMessage - Interface in net.sf.josceleton.core.api.entity.message
 
Gesture<C extends GestureConfig,L extends GestureListener> - Interface in net.sf.josceleton.motion.api.gesture
 
GestureBuilder<B extends GestureBuilder<B,G,C,L>,G extends Gesture<C,L>,C extends GestureConfig,L extends GestureListener> - Interface in net.sf.josceleton.motion.api.gesture
 
GestureConfig - Interface in net.sf.josceleton.motion.api.gesture
 
GestureFactoryFacade - Interface in net.sf.josceleton.motion.api.gesture
 
GestureListener - Interface in net.sf.josceleton.motion.api.gesture
 
get(Joint) - Method in interface net.sf.josceleton.core.api.entity.joint.Skeleton
ATTENTION: This method might return null!
getArgumentName() - Method in exception net.sf.josceleton.commons.exception.InvalidArgumentException
 
getArguments() - Method in exception net.sf.josceleton.commons.reflect.DynamicInstantiationException
 
getArgumentValue() - Method in exception net.sf.josceleton.commons.exception.InvalidArgumentException
 
getClazz() - Method in exception net.sf.josceleton.commons.reflect.DynamicInstantiationException
 
getConstructors() - Method in interface net.sf.josceleton.commons.reflect.ClassAdapter
 
getConstructors() - Method in class net.sf.josceleton.commons.reflect.ClassAdapterImpl
 
getCoordinate() - Method in interface net.sf.josceleton.core.api.entity.message.JointMessage
 
getCoordinate() - Method in interface net.sf.josceleton.motion.api.gesture.hitwall.HitWallConfig
 
getCorrectValueLabel(XyzDirection) - Static method in class net.sf.josceleton.core.api.entity.CoordinateUtil
 
getDirection() - Method in interface net.sf.josceleton.motion.api.gesture.hitwall.HitWallConfig
 
getInnerClass() - Method in interface net.sf.josceleton.commons.reflect.ClassAdapter
 
getInnerClass() - Method in class net.sf.josceleton.commons.reflect.ClassAdapterImpl
 
getJoint() - Method in exception net.sf.josceleton.core.api.entity.joint.SkeletonCoordinateUnavailableException
 
getJoint() - Method in interface net.sf.josceleton.core.api.entity.message.JointMessage
 
getLabel() - Method in interface net.sf.josceleton.core.api.entity.joint.Joint
 
getName() - Method in interface net.sf.josceleton.commons.reflect.ClassAdapter
 
getName() - Method in class net.sf.josceleton.commons.reflect.ClassAdapterImpl
 
getNullSafe(Joint) - Method in interface net.sf.josceleton.core.api.entity.joint.Skeleton
Safely get a coordinate, ensuring the return value is not null but throwing an exception instead.
getOsceletonId() - Method in interface net.sf.josceleton.core.api.entity.joint.Joint
 
getOsceletonId() - Method in interface net.sf.josceleton.core.api.entity.User
 
getProcessing() - Method in interface net.sf.josceleton.connection.api.service.user.AvailableUsersCollection
 
getRelevantJoints() - Method in interface net.sf.josceleton.motion.api.gesture.JointableGestureConfig
 
getTriggerOnLower() - Method in interface net.sf.josceleton.motion.api.gesture.hitwall.HitWallConfig
 
getUniqueId() - Method in interface net.sf.josceleton.core.api.entity.User
 
getUser() - Method in interface net.sf.josceleton.core.api.entity.message.JointMessage
 
getUser() - Method in interface net.sf.josceleton.core.api.entity.message.UserMessage
 
getUserService() - Method in interface net.sf.josceleton.connection.api.Connection
Simple getter method.
getUserState() - Method in interface net.sf.josceleton.core.api.entity.message.UserMessage
 
getWaiting() - Method in interface net.sf.josceleton.connection.api.service.user.AvailableUsersCollection
 
GuiUtil - Class in net.sf.josceleton.commons.util
 

H

HAND() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
HEAD() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
HIP() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
HitWallBuilder - Interface in net.sf.josceleton.motion.api.gesture.hitwall
 
HitWallConfig - Interface in net.sf.josceleton.motion.api.gesture.hitwall
 
HitWallGesture - Interface in net.sf.josceleton.motion.api.gesture.hitwall
 
HitWallListener - Interface in net.sf.josceleton.motion.api.gesture.hitwall
 

I

InvalidArgumentException - Exception in net.sf.josceleton.commons.exception
Most commonly used to check for constructor arguments, but also for formal parameters of a regular method.
InvalidArgumentException(String, Object, String) - Constructor for exception net.sf.josceleton.commons.exception.InvalidArgumentException
 
isAssignable(ClassAdapter<?>, ClassAdapter<?>) - Static method in class net.sf.josceleton.commons.reflect.ReflectUtil
Enhances common Class.isAssignableFrom(Class) with additional primitive type checks.
isAssignableFrom(ClassAdapter<?>) - Method in interface net.sf.josceleton.commons.reflect.ClassAdapter
 
isAssignableFrom(ClassAdapter<?>) - Method in class net.sf.josceleton.commons.reflect.ClassAdapterImpl
 
isCoordinateAvailable(Joint) - Method in interface net.sf.josceleton.core.api.entity.joint.Skeleton
 
isCorrectValue(float, XyzDirection) - Static method in class net.sf.josceleton.core.api.entity.CoordinateUtil
 
isPrimitive() - Method in interface net.sf.josceleton.commons.reflect.ClassAdapter
 
isPrimitive() - Method in class net.sf.josceleton.commons.reflect.ClassAdapterImpl
from ClassAdapter

J

Joint - Interface in net.sf.josceleton.core.api.entity.joint
This class represents joints in the human body at which two parts of the skeleton are fitted together.
JointableGesture<C extends JointableGestureConfig,L extends GestureListener> - Interface in net.sf.josceleton.motion.api.gesture
 
JointableGestureBuilder<B extends JointableGestureBuilder<B,G,C,L>,G extends JointableGesture<C,L>,C extends JointableGestureConfig,L extends GestureListener> - Interface in net.sf.josceleton.motion.api.gesture
 
JointableGestureConfig - Interface in net.sf.josceleton.motion.api.gesture
 
JointMessage - Interface in net.sf.josceleton.core.api.entity.message
 
JointParts - Class in net.sf.josceleton.core.api.entity.joint
Provides a set of interfaces representing subtypes of Joint.
JointParts.Ankle - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Ankles - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Elbow - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Elbows - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Feet - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Foot - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Hand - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Hands - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Head - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Hip - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Hips - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Knee - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Knees - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.LeftAnkle - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.LeftElbow - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.LeftFoot - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.LeftHand - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.LeftHip - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.LeftKnee - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.LeftShoulder - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Neck - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.RightAnkle - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.RightElbow - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.RightFoot - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.RightHand - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.RightHip - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.RightKnee - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.RightShoulder - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Shoulder - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Shoulders - Interface in net.sf.josceleton.core.api.entity.joint
 
JointParts.Torso - Interface in net.sf.josceleton.core.api.entity.joint
 
Joints - Class in net.sf.josceleton.core.api.entity.joint
Implements an hierarchical enum.
Josceleton - Class in net.sf.josceleton.josceleton
Facade class with static methods, acting as a single point of entry.
JosceletonException - Exception in net.sf.josceleton.commons.exception
 
JosceletonException(String, Throwable) - Constructor for exception net.sf.josceleton.commons.exception.JosceletonException
 
JosceletonFacade - Interface in net.sf.josceleton.josceleton
 
JosceletonFacadeImpl - Class in net.sf.josceleton.josceleton
 
JosceletonFacadeImpl(Injector) - Constructor for class net.sf.josceleton.josceleton.JosceletonFacadeImpl
 
JosceletonGuiceModule - Class in net.sf.josceleton.josceleton
Contains all Google Guice submodules.
JosceletonGuiceModule() - Constructor for class net.sf.josceleton.josceleton.JosceletonGuiceModule
 

K

KNEE() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 

L

Listener - Interface in net.sf.josceleton.core.api.async
Just a marker interface.
lookupMotionSeparator(Connection) - Method in interface net.sf.josceleton.connection.api.service.motion.MotionSeparatorCache
 

M

MathUtil - Class in net.sf.josceleton.commons.util
 
MathUtil.StartEnd - Class in net.sf.josceleton.commons.util
 
MathUtil.StartEnd(int, int) - Constructor for class net.sf.josceleton.commons.util.MathUtil.StartEnd
 
mergeToUnmodifiableSet(T, T[]) - Static method in class net.sf.josceleton.commons.util.CollectionUtil
 
MotionImplModule - Class in net.sf.josceleton.motion.impl
 
MotionImplModule() - Constructor for class net.sf.josceleton.motion.impl.MotionImplModule
 
MotionListener - Interface in net.sf.josceleton.connection.api.service.motion
A per-user service to get notified about user movements, as well as stores most recent coordinates for all joints.
MotionSeparator - Interface in net.sf.josceleton.connection.api.service.motion
 
MotionSeparatorCache - Interface in net.sf.josceleton.connection.api.service.motion
 

N

NECK() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
net.sf.josceleton.commons - package net.sf.josceleton.commons
 
net.sf.josceleton.commons.collection - package net.sf.josceleton.commons.collection
 
net.sf.josceleton.commons.exception - package net.sf.josceleton.commons.exception
 
net.sf.josceleton.commons.reflect - package net.sf.josceleton.commons.reflect
 
net.sf.josceleton.commons.util - package net.sf.josceleton.commons.util
 
net.sf.josceleton.connection.api - package net.sf.josceleton.connection.api
 
net.sf.josceleton.connection.api.service.motion - package net.sf.josceleton.connection.api.service.motion
 
net.sf.josceleton.connection.api.service.user - package net.sf.josceleton.connection.api.service.user
 
net.sf.josceleton.connection.impl - package net.sf.josceleton.connection.impl
 
net.sf.josceleton.core.api.async - package net.sf.josceleton.core.api.async
 
net.sf.josceleton.core.api.entity - package net.sf.josceleton.core.api.entity
 
net.sf.josceleton.core.api.entity.joint - package net.sf.josceleton.core.api.entity.joint
 
net.sf.josceleton.core.api.entity.message - package net.sf.josceleton.core.api.entity.message
 
net.sf.josceleton.core.impl - package net.sf.josceleton.core.impl
 
net.sf.josceleton.josceleton - package net.sf.josceleton.josceleton
 
net.sf.josceleton.motion.api.gesture - package net.sf.josceleton.motion.api.gesture
 
net.sf.josceleton.motion.api.gesture.hitwall - package net.sf.josceleton.motion.api.gesture.hitwall
 
net.sf.josceleton.motion.impl - package net.sf.josceleton.motion.impl
 
newForInstantiation(ClassAdapter<?>, Object[], Throwable) - Static method in exception net.sf.josceleton.commons.reflect.DynamicInstantiationException
 
newForNotFoundConstructor(ClassAdapter<?>, Object[]) - Static method in exception net.sf.josceleton.commons.reflect.DynamicInstantiationException
 
newGuiceInjector() - Static method in class net.sf.josceleton.josceleton.Josceleton
Handy utility method only, creating a new "instance realm" and should only be invoked once.
newGuiceModule() - Static method in class net.sf.josceleton.josceleton.Josceleton
 
newHitWall() - Method in interface net.sf.josceleton.motion.api.gesture.GestureFactoryFacade
 
newInstance(String, Object, String) - Static method in exception net.sf.josceleton.commons.exception.InvalidArgumentException
 
newJLabel(String, Font) - Static method in class net.sf.josceleton.commons.util.GuiUtil
 
newJLabel(String, Font, Color) - Static method in class net.sf.josceleton.commons.util.GuiUtil
 
newNotNull(String) - Static method in exception net.sf.josceleton.commons.exception.InvalidArgumentException
 
newRandomColor() - Static method in class net.sf.josceleton.commons.util.ColorUtil
 
newUnavailable(Joint) - Static method in exception net.sf.josceleton.core.api.entity.joint.SkeletonCoordinateUnavailableException
 
newUnavailable(Joint, Throwable) - Static method in exception net.sf.josceleton.core.api.entity.joint.SkeletonCoordinateUnavailableException
 

O

onAcceptedJointMessage(Date, OSCMessage) - Method in interface net.sf.josceleton.connection.impl.OscMessageAddressRouterCallback
 
onAcceptedUserMessage(Date, OSCMessage) - Method in interface net.sf.josceleton.connection.impl.OscMessageAddressRouterCallback
 
onGestureDetected(Skeleton) - Method in interface net.sf.josceleton.motion.api.gesture.GestureListener
 
onJointMessage(JointMessage) - Method in interface net.sf.josceleton.connection.api.ConnectionListener
 
onJointMessage(JointMessage) - Method in class net.sf.josceleton.connection.impl.ConnectionAdapter
from ConnectionListener
onMoved(Joint, Coordinate, Skeleton) - Method in interface net.sf.josceleton.connection.api.service.motion.MotionListener
Will be invoked whenever the specific user has moved any joint/body part.
onStateDead() - Method in interface net.sf.josceleton.core.api.entity.UserStateFunction
 
onStateProcessing() - Method in interface net.sf.josceleton.core.api.entity.UserStateFunction
 
onStateWaiting() - Method in interface net.sf.josceleton.core.api.entity.UserStateFunction
 
onUserDead(User) - Method in interface net.sf.josceleton.connection.api.service.user.UserServiceListener
Notification about a lost user.
onUserMessage(UserMessage) - Method in interface net.sf.josceleton.connection.api.ConnectionListener
 
onUserMessage(UserMessage) - Method in class net.sf.josceleton.connection.impl.ConnectionAdapter
from ConnectionListener
onUserProcessing(User) - Method in interface net.sf.josceleton.connection.api.service.user.UserServiceListener
Notification about a successfull calibration, soon joint messages will come ;)
onUserWaiting(User) - Method in interface net.sf.josceleton.connection.api.service.user.UserServiceListener
Notification about a new tracked User, which needs to be calibrated via the Psi position yet.
openConnection() - Method in interface net.sf.josceleton.connection.api.Connector
Opens a connection to the default osceleton port.
openConnection() - Method in class net.sf.josceleton.connection.impl.ConnectorImpl
Opens a connection to the default osceleton port.
openConnection() - Static method in class net.sf.josceleton.josceleton.Josceleton
 
openConnection() - Method in interface net.sf.josceleton.josceleton.JosceletonFacade
 
openConnection() - Method in class net.sf.josceleton.josceleton.JosceletonFacadeImpl
 
openConnectionOnPort(int) - Method in interface net.sf.josceleton.connection.api.Connector
 
openConnectionOnPort(int) - Method in class net.sf.josceleton.connection.impl.ConnectorImpl
from Connector
openConnectionOnPort(int) - Static method in class net.sf.josceleton.josceleton.Josceleton
 
openConnectionOnPort(int) - Method in interface net.sf.josceleton.josceleton.JosceletonFacade
 
openConnectionOnPort(int) - Method in class net.sf.josceleton.josceleton.JosceletonFacadeImpl
 
OscMessageAddressRouter - Interface in net.sf.josceleton.connection.impl
 
OscMessageAddressRouterCallback - Interface in net.sf.josceleton.connection.impl
 

P

prettyPrint(Coordinate, XyzDirection) - Static method in class net.sf.josceleton.core.api.entity.CoordinateUtil
 

R

randFromZeroToExclusive(int) - Static method in class net.sf.josceleton.commons.util.RandomUtil
 
RandomUtil - Class in net.sf.josceleton.commons.util
 
ReflectUtil - Class in net.sf.josceleton.commons.reflect
 
relativateTo(MathUtil.StartEnd, int, MathUtil.StartEnd) - Static method in class net.sf.josceleton.commons.util.MathUtil
 
relevantJoint(Joint, Joint...) - Method in interface net.sf.josceleton.motion.api.gesture.JointableGestureBuilder
 
relevantJoints(Joint[]) - Method in interface net.sf.josceleton.motion.api.gesture.JointableGestureBuilder
 
remove(Object) - Method in class net.sf.josceleton.commons.collection.SafeLinkedHashSet
 
removeListener(L) - Method in interface net.sf.josceleton.core.api.async.Async
Add a listener to this Async type.
removeListenerFor(K, L) - Method in interface net.sf.josceleton.core.api.async.AsyncFor
 
reroute(OscPort, OscMessageAddressRouterCallback) - Method in interface net.sf.josceleton.connection.impl.OscMessageAddressRouter
 

S

SafeLinkedHashSet<E> - Class in net.sf.josceleton.commons.collection
 
SafeLinkedHashSet() - Constructor for class net.sf.josceleton.commons.collection.SafeLinkedHashSet
 
setCenterLocation(Component) - Static method in class net.sf.josceleton.commons.util.GuiUtil
 
setCenterLocation(Component, int, int) - Static method in class net.sf.josceleton.commons.util.GuiUtil
 
SHOULDER() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
Skeleton - Interface in net.sf.josceleton.core.api.entity.joint
 
SkeletonCoordinateUnavailableException - Exception in net.sf.josceleton.core.api.entity.joint
 
SkeletonCoordinateUnavailableException(String, Throwable, Joint) - Constructor for exception net.sf.josceleton.core.api.entity.joint.SkeletonCoordinateUnavailableException
 
STRING - Static variable in class net.sf.josceleton.commons.reflect.ClassAdapterImpl
 

T

TORSO() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
toString() - Method in class net.sf.josceleton.commons.reflect.ClassAdapterImpl
 
toUnmodifiableSet(T...) - Static method in class net.sf.josceleton.commons.util.CollectionUtil
 
triggerOnLower(boolean) - Method in interface net.sf.josceleton.motion.api.gesture.hitwall.HitWallBuilder
 

U

User - Interface in net.sf.josceleton.core.api.entity
This value object represents a registered user by osceleton.
UserMessage - Interface in net.sf.josceleton.core.api.entity.message
 
UserService - Interface in net.sf.josceleton.connection.api.service.user
Provides access to available users and their state, specific to a single connection.
UserServiceListener - Interface in net.sf.josceleton.connection.api.service.user
 
UserState - Enum in net.sf.josceleton.core.api.entity
Represents OSC addresses used for user related messages sent by OSCeleton.
UserStateFunction<T> - Interface in net.sf.josceleton.core.api.entity
Lets you avoid if-else cascades via dynamic dispatching.

V

valueOf(String) - Static method in enum net.sf.josceleton.core.api.entity.UserState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.josceleton.core.api.entity.XyzDirection
Returns the enum constant of this type with the specified name.
values() - Static method in class net.sf.josceleton.core.api.entity.joint.Joints
 
values() - Static method in enum net.sf.josceleton.core.api.entity.UserState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.josceleton.core.api.entity.XyzDirection
Returns an array containing the constants of this enum type, in the order they are declared.

X

x() - Method in interface net.sf.josceleton.core.api.entity.Coordinate
 
XyzDirection - Enum in net.sf.josceleton.core.api.entity
 

Y

y() - Method in interface net.sf.josceleton.core.api.entity.Coordinate
 

Z

z() - Method in interface net.sf.josceleton.core.api.entity.Coordinate
 

A B C D E F G H I J K L M N O P R S T U V X Y Z

Copyright © 2011 Josceleton. All Rights Reserved.