Uses of Class
com.yobotics.simulationconstructionset.robotdefinition.JointDefinitionFixedFrame.JointType

Packages that use JointDefinitionFixedFrame.JointType
com.yobotics.simulationconstructionset.robotdefinition   
 

Uses of JointDefinitionFixedFrame.JointType in com.yobotics.simulationconstructionset.robotdefinition
 

Methods in com.yobotics.simulationconstructionset.robotdefinition that return JointDefinitionFixedFrame.JointType
 JointDefinitionFixedFrame.JointType JointDefinitionFixedFrame.getType()
           
static JointDefinitionFixedFrame.JointType JointDefinitionFixedFrame.JointType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JointDefinitionFixedFrame.JointType[] JointDefinitionFixedFrame.JointType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.yobotics.simulationconstructionset.robotdefinition with parameters of type JointDefinitionFixedFrame.JointType
 void JointDefinitionFixedFrame.setType(JointDefinitionFixedFrame.JointType type)