|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Joint | |
---|---|
net.sf.josceleton.connection.api.service.motion | |
net.sf.josceleton.core.api.entity.joint | |
net.sf.josceleton.core.api.entity.message | |
net.sf.josceleton.motion.api.gesture |
Uses of Joint in net.sf.josceleton.connection.api.service.motion |
---|
Methods in net.sf.josceleton.connection.api.service.motion with parameters of type Joint | |
---|---|
void |
MotionListener.onMoved(Joint movedJoint,
Coordinate updatedCoordinate,
Skeleton skeleton)
Will be invoked whenever the specific user has moved any joint/body part. |
Uses of Joint in net.sf.josceleton.core.api.entity.joint |
---|
Subinterfaces of Joint in net.sf.josceleton.core.api.entity.joint | |
---|---|
static interface |
JointParts.Ankle
|
static interface |
JointParts.Elbow
|
static interface |
JointParts.Foot
|
static interface |
JointParts.Hand
|
static interface |
JointParts.Head
|
static interface |
JointParts.Hip
|
static interface |
JointParts.Knee
|
static interface |
JointParts.LeftAnkle
|
static interface |
JointParts.LeftElbow
|
static interface |
JointParts.LeftFoot
|
static interface |
JointParts.LeftHand
|
static interface |
JointParts.LeftHip
|
static interface |
JointParts.LeftKnee
|
static interface |
JointParts.LeftShoulder
|
static interface |
JointParts.Neck
|
static interface |
JointParts.RightAnkle
|
static interface |
JointParts.RightElbow
|
static interface |
JointParts.RightFoot
|
static interface |
JointParts.RightHand
|
static interface |
JointParts.RightHip
|
static interface |
JointParts.RightKnee
|
static interface |
JointParts.RightShoulder
|
static interface |
JointParts.Shoulder
|
static interface |
JointParts.Torso
|
Methods in net.sf.josceleton.core.api.entity.joint that return Joint | |
---|---|
Joint |
SkeletonCoordinateUnavailableException.getJoint()
|
Methods in net.sf.josceleton.core.api.entity.joint that return types with arguments of type Joint | |
---|---|
static Iterable<Joint> |
Joints.values()
|
Methods in net.sf.josceleton.core.api.entity.joint with parameters of type Joint | |
---|---|
Coordinate |
Skeleton.get(Joint joint)
ATTENTION: This method might return null ! |
Coordinate |
Skeleton.getNullSafe(Joint joint)
Safely get a coordinate, ensuring the return value is not null but throwing an exception instead. |
boolean |
Skeleton.isCoordinateAvailable(Joint joint)
|
static SkeletonCoordinateUnavailableException |
SkeletonCoordinateUnavailableException.newUnavailable(Joint joint)
|
static SkeletonCoordinateUnavailableException |
SkeletonCoordinateUnavailableException.newUnavailable(Joint joint,
Throwable cause)
|
Constructors in net.sf.josceleton.core.api.entity.joint with parameters of type Joint | |
---|---|
SkeletonCoordinateUnavailableException(String message,
Throwable cause,
Joint joint)
|
Uses of Joint in net.sf.josceleton.core.api.entity.message |
---|
Methods in net.sf.josceleton.core.api.entity.message that return Joint | |
---|---|
Joint |
JointMessage.getJoint()
|
Uses of Joint in net.sf.josceleton.motion.api.gesture |
---|
Methods in net.sf.josceleton.motion.api.gesture that return types with arguments of type Joint | |
---|---|
Collection<Joint> |
JointableGestureConfig.getRelevantJoints()
|
Methods in net.sf.josceleton.motion.api.gesture with parameters of type Joint | |
---|---|
B |
JointableGestureBuilder.relevantJoint(Joint atLeastOneJoint,
Joint... optionallyMore)
|
B |
JointableGestureBuilder.relevantJoint(Joint atLeastOneJoint,
Joint... optionallyMore)
|
B |
JointableGestureBuilder.relevantJoints(Joint[] joints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |