Package org.box2d.proto
Interface Box2D.PbJointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Box2D.PbJoint
,Box2D.PbJoint.Builder
- Enclosing class:
Box2D
public static interface Box2D.PbJointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getBodies
(int index) int
java.util.List
<java.lang.Integer> int
getBodyA()
int
getBodyB()
boolean
float
boolean
boolean
float
int
int
int
getJoints
(int index) int
java.util.List
<java.lang.Integer> float
float
float
float
float
float
float
float
float
float
float
getRatio()
float
long
getTag()
getType()
float
boolean
hasBodyA()
boolean
hasBodyB()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasRatio()
boolean
boolean
hasTag()
boolean
boolean
hasType()
boolean
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTag
boolean hasTag() -
getTag
long getTag() -
hasType
boolean hasType() -
getType
Box2D.PbJointType getType() -
hasBodyA
boolean hasBodyA() -
getBodyA
int getBodyA() -
hasBodyB
boolean hasBodyB() -
getBodyB
int getBodyB() -
hasCollideConnected
boolean hasCollideConnected() -
getCollideConnected
boolean getCollideConnected() -
hasLocalAnchorA
boolean hasLocalAnchorA() -
getLocalAnchorA
Box2D.PbVec2 getLocalAnchorA() -
getLocalAnchorAOrBuilder
Box2D.PbVec2OrBuilder getLocalAnchorAOrBuilder() -
hasLocalAnchorB
boolean hasLocalAnchorB() -
getLocalAnchorB
Box2D.PbVec2 getLocalAnchorB() -
getLocalAnchorBOrBuilder
Box2D.PbVec2OrBuilder getLocalAnchorBOrBuilder() -
hasRefAngle
boolean hasRefAngle() -
getRefAngle
float getRefAngle() -
hasEnableLimit
boolean hasEnableLimit() -
getEnableLimit
boolean getEnableLimit() -
hasLowerLimit
boolean hasLowerLimit() -
getLowerLimit
float getLowerLimit() -
hasUpperLimit
boolean hasUpperLimit() -
getUpperLimit
float getUpperLimit() -
hasEnableMotor
boolean hasEnableMotor() -
getEnableMotor
boolean getEnableMotor() -
hasMotorSpeed
boolean hasMotorSpeed() -
getMotorSpeed
float getMotorSpeed() -
hasMaxMotorTorque
boolean hasMaxMotorTorque() -
getMaxMotorTorque
float getMaxMotorTorque() -
hasLocalAxisA
boolean hasLocalAxisA() -
getLocalAxisA
Box2D.PbVec2 getLocalAxisA() -
getLocalAxisAOrBuilder
Box2D.PbVec2OrBuilder getLocalAxisAOrBuilder() -
hasMaxMotorForce
boolean hasMaxMotorForce() -
getMaxMotorForce
float getMaxMotorForce() -
hasLength
boolean hasLength() -
getLength
float getLength() -
hasFrequency
boolean hasFrequency() -
getFrequency
float getFrequency() -
hasDampingRatio
boolean hasDampingRatio() -
getDampingRatio
float getDampingRatio() -
hasGroundAnchorA
boolean hasGroundAnchorA() -
getGroundAnchorA
Box2D.PbVec2 getGroundAnchorA() -
getGroundAnchorAOrBuilder
Box2D.PbVec2OrBuilder getGroundAnchorAOrBuilder() -
hasGroundAnchorB
boolean hasGroundAnchorB() -
getGroundAnchorB
Box2D.PbVec2 getGroundAnchorB() -
getGroundAnchorBOrBuilder
Box2D.PbVec2OrBuilder getGroundAnchorBOrBuilder() -
hasLengthA
boolean hasLengthA() -
getLengthA
float getLengthA() -
hasLengthB
boolean hasLengthB() -
getLengthB
float getLengthB() -
hasRatio
boolean hasRatio() -
getRatio
float getRatio() -
hasTarget
boolean hasTarget() -
getTarget
Box2D.PbVec2 getTarget() -
getTargetOrBuilder
Box2D.PbVec2OrBuilder getTargetOrBuilder() -
hasMaxForce
boolean hasMaxForce() -
getMaxForce
float getMaxForce() -
hasJoint1
boolean hasJoint1() -
getJoint1
int getJoint1() -
hasJoint2
boolean hasJoint2() -
getJoint2
int getJoint2() -
hasMaxTorque
boolean hasMaxTorque() -
getMaxTorque
float getMaxTorque() -
hasMaxLength
boolean hasMaxLength() -
getMaxLength
float getMaxLength() -
getBodiesList
java.util.List<java.lang.Integer> getBodiesList() -
getBodiesCount
int getBodiesCount() -
getBodies
int getBodies(int index) -
getJointsList
java.util.List<java.lang.Integer> getJointsList() -
getJointsCount
int getJointsCount() -
getJoints
int getJoints(int index)
-