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
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
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
List<Integer> getBodiesList()
getBodiesCount
int getBodiesCount()
getBodies
int getBodies(int index)
getJointsList
List<Integer> getJointsList()
getJointsCount
int getJointsCount()
getJoints
int getJoints(int index)
Copyright © 2013. All Rights Reserved.