Uses of Class
org.box2d.proto.Box2D.PbJointType
-
Packages that use Box2D.PbJointType Package Description org.box2d.proto org.jbox2d.serialization.pb -
-
Uses of Box2D.PbJointType in org.box2d.proto
Fields in org.box2d.proto declared as Box2D.PbJointType Modifier and Type Field Description private static Box2D.PbJointType[]
Box2D.PbJointType. VALUES
Fields in org.box2d.proto with type parameters of type Box2D.PbJointType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Box2D.PbJointType>
Box2D.PbJointType. internalValueMap
Methods in org.box2d.proto that return Box2D.PbJointType Modifier and Type Method Description static Box2D.PbJointType
Box2D.PbJointType. forNumber(int value)
Box2D.PbJointType
Box2D.PbJoint.Builder. getType()
required .box2d.PbJointType type = 2;
Box2D.PbJointType
Box2D.PbJoint. getType()
required .box2d.PbJointType type = 2;
Box2D.PbJointType
Box2D.PbJointOrBuilder. getType()
required .box2d.PbJointType type = 2;
static Box2D.PbJointType
Box2D.PbJointType. valueOf(int value)
Deprecated.static Box2D.PbJointType
Box2D.PbJointType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Box2D.PbJointType
Box2D.PbJointType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Box2D.PbJointType[]
Box2D.PbJointType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.box2d.proto that return types with arguments of type Box2D.PbJointType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Box2D.PbJointType>
Box2D.PbJointType. internalGetValueMap()
Methods in org.box2d.proto with parameters of type Box2D.PbJointType Modifier and Type Method Description Box2D.PbJoint.Builder
Box2D.PbJoint.Builder. setType(Box2D.PbJointType value)
required .box2d.PbJointType type = 2;
-
Uses of Box2D.PbJointType in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbJointType Modifier and Type Method Description private boolean
PbDeserializer. isIndependentJoint(Box2D.PbJointType argType)
-