net.sf.josceleton.motion.api.gesture
Interface JointableGestureBuilder<B extends JointableGestureBuilder<B,G,C,L>,G extends JointableGesture<C,L>,C extends JointableGestureConfig,L extends GestureListener>

All Superinterfaces:
GestureBuilder<B,G,C,L>
All Known Subinterfaces:
HitWallBuilder

public interface JointableGestureBuilder<B extends JointableGestureBuilder<B,G,C,L>,G extends JointableGesture<C,L>,C extends JointableGestureConfig,L extends GestureListener>
extends GestureBuilder<B,G,C,L>

Since:
0.4

Method Summary
 B relevantJoint(Joint atLeastOneJoint, Joint... optionallyMore)
           
 B relevantJoints(Joint[] joints)
           
 
Methods inherited from interface net.sf.josceleton.motion.api.gesture.GestureBuilder
build
 

Method Detail

relevantJoint

B relevantJoint(Joint atLeastOneJoint,
                Joint... optionallyMore)
Since:
0.4

relevantJoints

B relevantJoints(Joint[] joints)
Since:
0.4


Copyright © 2011 Josceleton. All Rights Reserved.