Package org.box2d.proto
Class Box2D.PbJoint
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.box2d.proto.Box2D.PbJoint
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,Box2D.PbJointOrBuilder
- Enclosing class:
Box2D
public static final class Box2D.PbJoint
extends com.google.protobuf.GeneratedMessage
implements Box2D.PbJointOrBuilder
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,
BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message, Type> Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private java.util.List
<java.lang.Integer> static final int
static final int
static final int
private int
private int
private boolean
static final int
static final int
private float
private static final Box2D.PbJoint
static final int
static final int
private boolean
private boolean
private float
static final int
static final int
static final int
private Box2D.PbVec2
private Box2D.PbVec2
private int
static final int
private int
static final int
private java.util.List
<java.lang.Integer> static final int
private float
static final int
static final int
static final int
private float
private float
static final int
static final int
static final int
private Box2D.PbVec2
private Box2D.PbVec2
private Box2D.PbVec2
static final int
private float
static final int
static final int
static final int
static final int
static final int
private float
private float
private float
private float
private float
private byte
private int
static final int
private float
private float
static final int
static final int
private float
private static final long
private long
static final int
private Box2D.PbVec2
static final int
private Box2D.PbJointType
static final int
static final int
private float
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
PbJoint
(boolean noInit) private
PbJoint
(Box2D.PbJoint.Builder builder) -
Method Summary
Modifier and TypeMethodDescriptionint
getBodies
(int index) int
java.util.List
<java.lang.Integer> int
getBodyA()
int
getBodyB()
boolean
float
static Box2D.PbJoint
static final com.google.protobuf.Descriptors.Descriptor
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
int
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
private void
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
static Box2D.PbJoint.Builder
static Box2D.PbJoint.Builder
newBuilder
(Box2D.PbJoint prototype) protected Box2D.PbJoint.Builder
newBuilderForType
(com.google.protobuf.GeneratedMessage.BuilderParent parent) static Box2D.PbJoint
parseDelimitedFrom
(java.io.InputStream input) static Box2D.PbJoint
parseDelimitedFrom
(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbJoint
parseFrom
(byte[] data) static Box2D.PbJoint
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbJoint
parseFrom
(com.google.protobuf.ByteString data) static Box2D.PbJoint
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbJoint
parseFrom
(com.google.protobuf.CodedInputStream input) static Box2D.PbJoint
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbJoint
parseFrom
(java.io.InputStream input) static Box2D.PbJoint
parseFrom
(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) protected java.lang.Object
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getParserForType, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTag
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
defaultInstance
-
bitField0_
private int bitField0_ -
TAG_FIELD_NUMBER
public static final int TAG_FIELD_NUMBER- See Also:
-
tag_
private long tag_ -
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER- See Also:
-
type_
-
BODY_A_FIELD_NUMBER
public static final int BODY_A_FIELD_NUMBER- See Also:
-
bodyA_
private int bodyA_ -
BODY_B_FIELD_NUMBER
public static final int BODY_B_FIELD_NUMBER- See Also:
-
bodyB_
private int bodyB_ -
COLLIDECONNECTED_FIELD_NUMBER
public static final int COLLIDECONNECTED_FIELD_NUMBER- See Also:
-
collideConnected_
private boolean collideConnected_ -
LOCAL_ANCHOR_A_FIELD_NUMBER
public static final int LOCAL_ANCHOR_A_FIELD_NUMBER- See Also:
-
localAnchorA_
-
LOCAL_ANCHOR_B_FIELD_NUMBER
public static final int LOCAL_ANCHOR_B_FIELD_NUMBER- See Also:
-
localAnchorB_
-
REF_ANGLE_FIELD_NUMBER
public static final int REF_ANGLE_FIELD_NUMBER- See Also:
-
refAngle_
private float refAngle_ -
ENABLE_LIMIT_FIELD_NUMBER
public static final int ENABLE_LIMIT_FIELD_NUMBER- See Also:
-
enableLimit_
private boolean enableLimit_ -
LOWER_LIMIT_FIELD_NUMBER
public static final int LOWER_LIMIT_FIELD_NUMBER- See Also:
-
lowerLimit_
private float lowerLimit_ -
UPPER_LIMIT_FIELD_NUMBER
public static final int UPPER_LIMIT_FIELD_NUMBER- See Also:
-
upperLimit_
private float upperLimit_ -
ENABLE_MOTOR_FIELD_NUMBER
public static final int ENABLE_MOTOR_FIELD_NUMBER- See Also:
-
enableMotor_
private boolean enableMotor_ -
MOTOR_SPEED_FIELD_NUMBER
public static final int MOTOR_SPEED_FIELD_NUMBER- See Also:
-
motorSpeed_
private float motorSpeed_ -
MAX_MOTOR_TORQUE_FIELD_NUMBER
public static final int MAX_MOTOR_TORQUE_FIELD_NUMBER- See Also:
-
maxMotorTorque_
private float maxMotorTorque_ -
LOCAL_AXIS_A_FIELD_NUMBER
public static final int LOCAL_AXIS_A_FIELD_NUMBER- See Also:
-
localAxisA_
-
MAX_MOTOR_FORCE_FIELD_NUMBER
public static final int MAX_MOTOR_FORCE_FIELD_NUMBER- See Also:
-
maxMotorForce_
private float maxMotorForce_ -
LENGTH_FIELD_NUMBER
public static final int LENGTH_FIELD_NUMBER- See Also:
-
length_
private float length_ -
FREQUENCY_FIELD_NUMBER
public static final int FREQUENCY_FIELD_NUMBER- See Also:
-
frequency_
private float frequency_ -
DAMPING_RATIO_FIELD_NUMBER
public static final int DAMPING_RATIO_FIELD_NUMBER- See Also:
-
dampingRatio_
private float dampingRatio_ -
GROUND_ANCHOR_A_FIELD_NUMBER
public static final int GROUND_ANCHOR_A_FIELD_NUMBER- See Also:
-
groundAnchorA_
-
GROUND_ANCHOR_B_FIELD_NUMBER
public static final int GROUND_ANCHOR_B_FIELD_NUMBER- See Also:
-
groundAnchorB_
-
LENGTH_A_FIELD_NUMBER
public static final int LENGTH_A_FIELD_NUMBER- See Also:
-
lengthA_
private float lengthA_ -
LENGTH_B_FIELD_NUMBER
public static final int LENGTH_B_FIELD_NUMBER- See Also:
-
lengthB_
private float lengthB_ -
RATIO_FIELD_NUMBER
public static final int RATIO_FIELD_NUMBER- See Also:
-
ratio_
private float ratio_ -
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER- See Also:
-
target_
-
MAX_FORCE_FIELD_NUMBER
public static final int MAX_FORCE_FIELD_NUMBER- See Also:
-
maxForce_
private float maxForce_ -
JOINT1_FIELD_NUMBER
public static final int JOINT1_FIELD_NUMBER- See Also:
-
joint1_
private int joint1_ -
JOINT2_FIELD_NUMBER
public static final int JOINT2_FIELD_NUMBER- See Also:
-
joint2_
private int joint2_ -
MAX_TORQUE_FIELD_NUMBER
public static final int MAX_TORQUE_FIELD_NUMBER- See Also:
-
maxTorque_
private float maxTorque_ -
MAX_LENGTH_FIELD_NUMBER
public static final int MAX_LENGTH_FIELD_NUMBER- See Also:
-
maxLength_
private float maxLength_ -
BODIES_FIELD_NUMBER
public static final int BODIES_FIELD_NUMBER- See Also:
-
bodies_
private java.util.List<java.lang.Integer> bodies_ -
JOINTS_FIELD_NUMBER
public static final int JOINTS_FIELD_NUMBER- See Also:
-
joints_
private java.util.List<java.lang.Integer> joints_ -
memoizedIsInitialized
private byte memoizedIsInitialized -
memoizedSerializedSize
private int memoizedSerializedSize -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PbJoint
-
PbJoint
private PbJoint(boolean noInit)
-
-
Method Details
-
getDefaultInstance
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
hasTag
public boolean hasTag()- Specified by:
hasTag
in interfaceBox2D.PbJointOrBuilder
-
getTag
public long getTag()- Specified by:
getTag
in interfaceBox2D.PbJointOrBuilder
-
hasType
public boolean hasType()- Specified by:
hasType
in interfaceBox2D.PbJointOrBuilder
-
getType
- Specified by:
getType
in interfaceBox2D.PbJointOrBuilder
-
hasBodyA
public boolean hasBodyA()- Specified by:
hasBodyA
in interfaceBox2D.PbJointOrBuilder
-
getBodyA
public int getBodyA()- Specified by:
getBodyA
in interfaceBox2D.PbJointOrBuilder
-
hasBodyB
public boolean hasBodyB()- Specified by:
hasBodyB
in interfaceBox2D.PbJointOrBuilder
-
getBodyB
public int getBodyB()- Specified by:
getBodyB
in interfaceBox2D.PbJointOrBuilder
-
hasCollideConnected
public boolean hasCollideConnected()- Specified by:
hasCollideConnected
in interfaceBox2D.PbJointOrBuilder
-
getCollideConnected
public boolean getCollideConnected()- Specified by:
getCollideConnected
in interfaceBox2D.PbJointOrBuilder
-
hasLocalAnchorA
public boolean hasLocalAnchorA()- Specified by:
hasLocalAnchorA
in interfaceBox2D.PbJointOrBuilder
-
getLocalAnchorA
- Specified by:
getLocalAnchorA
in interfaceBox2D.PbJointOrBuilder
-
getLocalAnchorAOrBuilder
- Specified by:
getLocalAnchorAOrBuilder
in interfaceBox2D.PbJointOrBuilder
-
hasLocalAnchorB
public boolean hasLocalAnchorB()- Specified by:
hasLocalAnchorB
in interfaceBox2D.PbJointOrBuilder
-
getLocalAnchorB
- Specified by:
getLocalAnchorB
in interfaceBox2D.PbJointOrBuilder
-
getLocalAnchorBOrBuilder
- Specified by:
getLocalAnchorBOrBuilder
in interfaceBox2D.PbJointOrBuilder
-
hasRefAngle
public boolean hasRefAngle()- Specified by:
hasRefAngle
in interfaceBox2D.PbJointOrBuilder
-
getRefAngle
public float getRefAngle()- Specified by:
getRefAngle
in interfaceBox2D.PbJointOrBuilder
-
hasEnableLimit
public boolean hasEnableLimit()- Specified by:
hasEnableLimit
in interfaceBox2D.PbJointOrBuilder
-
getEnableLimit
public boolean getEnableLimit()- Specified by:
getEnableLimit
in interfaceBox2D.PbJointOrBuilder
-
hasLowerLimit
public boolean hasLowerLimit()- Specified by:
hasLowerLimit
in interfaceBox2D.PbJointOrBuilder
-
getLowerLimit
public float getLowerLimit()- Specified by:
getLowerLimit
in interfaceBox2D.PbJointOrBuilder
-
hasUpperLimit
public boolean hasUpperLimit()- Specified by:
hasUpperLimit
in interfaceBox2D.PbJointOrBuilder
-
getUpperLimit
public float getUpperLimit()- Specified by:
getUpperLimit
in interfaceBox2D.PbJointOrBuilder
-
hasEnableMotor
public boolean hasEnableMotor()- Specified by:
hasEnableMotor
in interfaceBox2D.PbJointOrBuilder
-
getEnableMotor
public boolean getEnableMotor()- Specified by:
getEnableMotor
in interfaceBox2D.PbJointOrBuilder
-
hasMotorSpeed
public boolean hasMotorSpeed()- Specified by:
hasMotorSpeed
in interfaceBox2D.PbJointOrBuilder
-
getMotorSpeed
public float getMotorSpeed()- Specified by:
getMotorSpeed
in interfaceBox2D.PbJointOrBuilder
-
hasMaxMotorTorque
public boolean hasMaxMotorTorque()- Specified by:
hasMaxMotorTorque
in interfaceBox2D.PbJointOrBuilder
-
getMaxMotorTorque
public float getMaxMotorTorque()- Specified by:
getMaxMotorTorque
in interfaceBox2D.PbJointOrBuilder
-
hasLocalAxisA
public boolean hasLocalAxisA()- Specified by:
hasLocalAxisA
in interfaceBox2D.PbJointOrBuilder
-
getLocalAxisA
- Specified by:
getLocalAxisA
in interfaceBox2D.PbJointOrBuilder
-
getLocalAxisAOrBuilder
- Specified by:
getLocalAxisAOrBuilder
in interfaceBox2D.PbJointOrBuilder
-
hasMaxMotorForce
public boolean hasMaxMotorForce()- Specified by:
hasMaxMotorForce
in interfaceBox2D.PbJointOrBuilder
-
getMaxMotorForce
public float getMaxMotorForce()- Specified by:
getMaxMotorForce
in interfaceBox2D.PbJointOrBuilder
-
hasLength
public boolean hasLength()- Specified by:
hasLength
in interfaceBox2D.PbJointOrBuilder
-
getLength
public float getLength()- Specified by:
getLength
in interfaceBox2D.PbJointOrBuilder
-
hasFrequency
public boolean hasFrequency()- Specified by:
hasFrequency
in interfaceBox2D.PbJointOrBuilder
-
getFrequency
public float getFrequency()- Specified by:
getFrequency
in interfaceBox2D.PbJointOrBuilder
-
hasDampingRatio
public boolean hasDampingRatio()- Specified by:
hasDampingRatio
in interfaceBox2D.PbJointOrBuilder
-
getDampingRatio
public float getDampingRatio()- Specified by:
getDampingRatio
in interfaceBox2D.PbJointOrBuilder
-
hasGroundAnchorA
public boolean hasGroundAnchorA()- Specified by:
hasGroundAnchorA
in interfaceBox2D.PbJointOrBuilder
-
getGroundAnchorA
- Specified by:
getGroundAnchorA
in interfaceBox2D.PbJointOrBuilder
-
getGroundAnchorAOrBuilder
- Specified by:
getGroundAnchorAOrBuilder
in interfaceBox2D.PbJointOrBuilder
-
hasGroundAnchorB
public boolean hasGroundAnchorB()- Specified by:
hasGroundAnchorB
in interfaceBox2D.PbJointOrBuilder
-
getGroundAnchorB
- Specified by:
getGroundAnchorB
in interfaceBox2D.PbJointOrBuilder
-
getGroundAnchorBOrBuilder
- Specified by:
getGroundAnchorBOrBuilder
in interfaceBox2D.PbJointOrBuilder
-
hasLengthA
public boolean hasLengthA()- Specified by:
hasLengthA
in interfaceBox2D.PbJointOrBuilder
-
getLengthA
public float getLengthA()- Specified by:
getLengthA
in interfaceBox2D.PbJointOrBuilder
-
hasLengthB
public boolean hasLengthB()- Specified by:
hasLengthB
in interfaceBox2D.PbJointOrBuilder
-
getLengthB
public float getLengthB()- Specified by:
getLengthB
in interfaceBox2D.PbJointOrBuilder
-
hasRatio
public boolean hasRatio()- Specified by:
hasRatio
in interfaceBox2D.PbJointOrBuilder
-
getRatio
public float getRatio()- Specified by:
getRatio
in interfaceBox2D.PbJointOrBuilder
-
hasTarget
public boolean hasTarget()- Specified by:
hasTarget
in interfaceBox2D.PbJointOrBuilder
-
getTarget
- Specified by:
getTarget
in interfaceBox2D.PbJointOrBuilder
-
getTargetOrBuilder
- Specified by:
getTargetOrBuilder
in interfaceBox2D.PbJointOrBuilder
-
hasMaxForce
public boolean hasMaxForce()- Specified by:
hasMaxForce
in interfaceBox2D.PbJointOrBuilder
-
getMaxForce
public float getMaxForce()- Specified by:
getMaxForce
in interfaceBox2D.PbJointOrBuilder
-
hasJoint1
public boolean hasJoint1()- Specified by:
hasJoint1
in interfaceBox2D.PbJointOrBuilder
-
getJoint1
public int getJoint1()- Specified by:
getJoint1
in interfaceBox2D.PbJointOrBuilder
-
hasJoint2
public boolean hasJoint2()- Specified by:
hasJoint2
in interfaceBox2D.PbJointOrBuilder
-
getJoint2
public int getJoint2()- Specified by:
getJoint2
in interfaceBox2D.PbJointOrBuilder
-
hasMaxTorque
public boolean hasMaxTorque()- Specified by:
hasMaxTorque
in interfaceBox2D.PbJointOrBuilder
-
getMaxTorque
public float getMaxTorque()- Specified by:
getMaxTorque
in interfaceBox2D.PbJointOrBuilder
-
hasMaxLength
public boolean hasMaxLength()- Specified by:
hasMaxLength
in interfaceBox2D.PbJointOrBuilder
-
getMaxLength
public float getMaxLength()- Specified by:
getMaxLength
in interfaceBox2D.PbJointOrBuilder
-
getBodiesList
public java.util.List<java.lang.Integer> getBodiesList()- Specified by:
getBodiesList
in interfaceBox2D.PbJointOrBuilder
-
getBodiesCount
public int getBodiesCount()- Specified by:
getBodiesCount
in interfaceBox2D.PbJointOrBuilder
-
getBodies
public int getBodies(int index) - Specified by:
getBodies
in interfaceBox2D.PbJointOrBuilder
-
getJointsList
public java.util.List<java.lang.Integer> getJointsList()- Specified by:
getJointsList
in interfaceBox2D.PbJointOrBuilder
-
getJointsCount
public int getJointsCount()- Specified by:
getJointsCount
in interfaceBox2D.PbJointOrBuilder
-
getJoints
public int getJoints(int index) - Specified by:
getJoints
in interfaceBox2D.PbJointOrBuilder
-
initFields
private void initFields() -
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException - Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException- Overrides:
writeReplace
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.ObjectStreamException
-
parseFrom
public static Box2D.PbJoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Box2D.PbJoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Box2D.PbJoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Box2D.PbJoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
java.io.IOException
-
parseFrom
public static Box2D.PbJoint parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
java.io.IOException
-
parseDelimitedFrom
public static Box2D.PbJoint parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException - Throws:
java.io.IOException
-
parseDelimitedFrom
public static Box2D.PbJoint parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
java.io.IOException
-
parseFrom
public static Box2D.PbJoint parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException - Throws:
java.io.IOException
-
parseFrom
public static Box2D.PbJoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
java.io.IOException
-
newBuilder
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Box2D.PbJoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) - Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessage
-