Uses of Class
org.box2d.proto.Box2D.PbShape

Packages that use Box2D.PbShape
org.box2d.proto   
org.jbox2d.serialization.pb   
 

Uses of Box2D.PbShape in org.box2d.proto
 

Methods in org.box2d.proto that return Box2D.PbShape
 Box2D.PbShape Box2D.PbShape.Builder.build()
           
 Box2D.PbShape Box2D.PbShape.Builder.buildPartial()
           
static Box2D.PbShape Box2D.PbShape.getDefaultInstance()
           
 Box2D.PbShape Box2D.PbShape.getDefaultInstanceForType()
           
 Box2D.PbShape Box2D.PbShape.Builder.getDefaultInstanceForType()
           
 Box2D.PbShape Box2D.PbFixtureOrBuilder.getShape()
           
 Box2D.PbShape Box2D.PbFixture.getShape()
           
 Box2D.PbShape Box2D.PbFixture.Builder.getShape()
           
static Box2D.PbShape Box2D.PbShape.parseDelimitedFrom(InputStream input)
           
static Box2D.PbShape Box2D.PbShape.parseDelimitedFrom(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(InputStream input)
           
static Box2D.PbShape Box2D.PbShape.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.box2d.proto with parameters of type Box2D.PbShape
 Box2D.PbShape.Builder Box2D.PbShape.Builder.mergeFrom(Box2D.PbShape other)
           
 Box2D.PbFixture.Builder Box2D.PbFixture.Builder.mergeShape(Box2D.PbShape value)
           
static Box2D.PbShape.Builder Box2D.PbShape.newBuilder(Box2D.PbShape prototype)
           
 Box2D.PbFixture.Builder Box2D.PbFixture.Builder.setShape(Box2D.PbShape value)
           
 

Uses of Box2D.PbShape in org.jbox2d.serialization.pb
 

Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbShape
 org.jbox2d.collision.shapes.Shape PbDeserializer.deserializeShape(Box2D.PbShape argShape)
           
 



Copyright © 2013. All Rights Reserved.