org.box2d.proto
Interface Box2D.PbWorldOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Box2D.PbWorld, Box2D.PbWorld.Builder
Enclosing class:
Box2D

public static interface Box2D.PbWorldOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getAllowSleep()
           
 boolean getAutoClearForces()
           
 Box2D.PbBody getBodies(int index)
           
 int getBodiesCount()
           
 List<Box2D.PbBody> getBodiesList()
           
 Box2D.PbBodyOrBuilder getBodiesOrBuilder(int index)
           
 List<? extends Box2D.PbBodyOrBuilder> getBodiesOrBuilderList()
           
 boolean getContinuousPhysics()
           
 Box2D.PbVec2 getGravity()
           
 Box2D.PbVec2OrBuilder getGravityOrBuilder()
           
 Box2D.PbJoint getJoints(int index)
           
 int getJointsCount()
           
 List<Box2D.PbJoint> getJointsList()
           
 Box2D.PbJointOrBuilder getJointsOrBuilder(int index)
           
 List<? extends Box2D.PbJointOrBuilder> getJointsOrBuilderList()
           
 boolean getSubStepping()
           
 long getTag()
           
 boolean getWarmStarting()
           
 boolean hasAllowSleep()
           
 boolean hasAutoClearForces()
           
 boolean hasContinuousPhysics()
           
 boolean hasGravity()
           
 boolean hasSubStepping()
           
 boolean hasTag()
           
 boolean hasWarmStarting()
           
 
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
 

Method Detail

hasTag

boolean hasTag()

getTag

long getTag()

hasGravity

boolean hasGravity()

getGravity

Box2D.PbVec2 getGravity()

getGravityOrBuilder

Box2D.PbVec2OrBuilder getGravityOrBuilder()

hasAllowSleep

boolean hasAllowSleep()

getAllowSleep

boolean getAllowSleep()

hasAutoClearForces

boolean hasAutoClearForces()

getAutoClearForces

boolean getAutoClearForces()

hasWarmStarting

boolean hasWarmStarting()

getWarmStarting

boolean getWarmStarting()

hasContinuousPhysics

boolean hasContinuousPhysics()

getContinuousPhysics

boolean getContinuousPhysics()

hasSubStepping

boolean hasSubStepping()

getSubStepping

boolean getSubStepping()

getBodiesList

List<Box2D.PbBody> getBodiesList()

getBodies

Box2D.PbBody getBodies(int index)

getBodiesCount

int getBodiesCount()

getBodiesOrBuilderList

List<? extends Box2D.PbBodyOrBuilder> getBodiesOrBuilderList()

getBodiesOrBuilder

Box2D.PbBodyOrBuilder getBodiesOrBuilder(int index)

getJointsList

List<Box2D.PbJoint> getJointsList()

getJoints

Box2D.PbJoint getJoints(int index)

getJointsCount

int getJointsCount()

getJointsOrBuilderList

List<? extends Box2D.PbJointOrBuilder> getJointsOrBuilderList()

getJointsOrBuilder

Box2D.PbJointOrBuilder getJointsOrBuilder(int index)


Copyright © 2013. All Rights Reserved.