Uses of Class
org.box2d.proto.Box2D.PbShape
-
Packages that use Box2D.PbShape Package Description org.box2d.proto org.jbox2d.serialization.pb -
-
Uses of Box2D.PbShape in org.box2d.proto
Fields in org.box2d.proto declared as Box2D.PbShape Modifier and Type Field Description private static Box2D.PbShape
Box2D.PbShape. DEFAULT_INSTANCE
private Box2D.PbShape
Box2D.PbFixture.Builder. shape_
private Box2D.PbShape
Box2D.PbFixture. shape_
Fields in org.box2d.proto with type parameters of type Box2D.PbShape Modifier and Type Field Description private static com.google.protobuf.Parser<Box2D.PbShape>
Box2D.PbShape. PARSER
private com.google.protobuf.SingleFieldBuilder<Box2D.PbShape,Box2D.PbShape.Builder,Box2D.PbShapeOrBuilder>
Box2D.PbFixture.Builder. shapeBuilder_
Methods in org.box2d.proto that return Box2D.PbShape Modifier and Type Method Description Box2D.PbShape
Box2D.PbShape.Builder. build()
Box2D.PbShape
Box2D.PbShape.Builder. buildPartial()
static Box2D.PbShape
Box2D.PbShape. getDefaultInstance()
Box2D.PbShape
Box2D.PbShape.Builder. getDefaultInstanceForType()
Box2D.PbShape
Box2D.PbShape. getDefaultInstanceForType()
Box2D.PbShape
Box2D.PbFixture.Builder. getShape()
optional .box2d.PbShape shape = 11;
Box2D.PbShape
Box2D.PbFixture. getShape()
optional .box2d.PbShape shape = 11;
Box2D.PbShape
Box2D.PbFixtureOrBuilder. getShape()
optional .box2d.PbShape shape = 11;
static Box2D.PbShape
Box2D.PbShape. parseDelimitedFrom(java.io.InputStream input)
static Box2D.PbShape
Box2D.PbShape. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Box2D.PbShape
Box2D.PbShape. parseFrom(byte[] data)
static Box2D.PbShape
Box2D.PbShape. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Box2D.PbShape
Box2D.PbShape. parseFrom(com.google.protobuf.ByteString data)
static Box2D.PbShape
Box2D.PbShape. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Box2D.PbShape
Box2D.PbShape. parseFrom(com.google.protobuf.CodedInputStream input)
static Box2D.PbShape
Box2D.PbShape. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Box2D.PbShape
Box2D.PbShape. parseFrom(java.io.InputStream input)
static Box2D.PbShape
Box2D.PbShape. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Box2D.PbShape
Box2D.PbShape. parseFrom(java.nio.ByteBuffer data)
static Box2D.PbShape
Box2D.PbShape. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.box2d.proto that return types with arguments of type Box2D.PbShape Modifier and Type Method Description com.google.protobuf.Parser<Box2D.PbShape>
Box2D.PbShape. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Box2D.PbShape,Box2D.PbShape.Builder,Box2D.PbShapeOrBuilder>
Box2D.PbFixture.Builder. getShapeFieldBuilder()
optional .box2d.PbShape shape = 11;
static com.google.protobuf.Parser<Box2D.PbShape>
Box2D.PbShape. parser()
Methods in org.box2d.proto with parameters of type Box2D.PbShape Modifier and Type Method Description private void
Box2D.PbShape.Builder. buildPartial0(Box2D.PbShape result)
private void
Box2D.PbShape.Builder. buildPartialRepeatedFields(Box2D.PbShape result)
Box2D.PbShape.Builder
Box2D.PbShape.Builder. mergeFrom(Box2D.PbShape other)
Box2D.PbFixture.Builder
Box2D.PbFixture.Builder. mergeShape(Box2D.PbShape value)
optional .box2d.PbShape shape = 11;
static Box2D.PbShape.Builder
Box2D.PbShape. newBuilder(Box2D.PbShape prototype)
Box2D.PbFixture.Builder
Box2D.PbFixture.Builder. setShape(Box2D.PbShape value)
optional .box2d.PbShape shape = 11;
-
Uses of Box2D.PbShape in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbShape Modifier and Type Method Description Shape
PbDeserializer. deserializeShape(Box2D.PbShape argShape)
-