org.box2d.proto
Interface Box2D.PbBodyOrBuilder

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

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


Method Summary
 boolean getActive()
           
 boolean getAllowSleep()
           
 float getAngle()
           
 float getAngularDamping()
           
 float getAngularVelocity()
           
 boolean getAwake()
           
 boolean getBullet()
           
 boolean getFixedRotation()
           
 Box2D.PbFixture getFixtures(int index)
           
 int getFixturesCount()
           
 java.util.List<Box2D.PbFixture> getFixturesList()
           
 Box2D.PbFixtureOrBuilder getFixturesOrBuilder(int index)
           
 java.util.List<? extends Box2D.PbFixtureOrBuilder> getFixturesOrBuilderList()
           
 Box2D.PbVec2 getForce()
           
 Box2D.PbVec2OrBuilder getForceOrBuilder()
           
 float getGravityScale()
           
 float getI()
           
 float getLinearDamping()
           
 Box2D.PbVec2 getLinearVelocity()
           
 Box2D.PbVec2OrBuilder getLinearVelocityOrBuilder()
           
 float getMass()
           
 Box2D.PbVec2 getPosition()
           
 Box2D.PbVec2OrBuilder getPositionOrBuilder()
           
 long getTag()
           
 float getTorque()
           
 Box2D.PbBodyType getType()
           
 boolean hasActive()
           
 boolean hasAllowSleep()
           
 boolean hasAngle()
           
 boolean hasAngularDamping()
           
 boolean hasAngularVelocity()
           
 boolean hasAwake()
           
 boolean hasBullet()
           
 boolean hasFixedRotation()
           
 boolean hasForce()
           
 boolean hasGravityScale()
           
 boolean hasI()
           
 boolean hasLinearDamping()
           
 boolean hasLinearVelocity()
           
 boolean hasMass()
           
 boolean hasPosition()
           
 boolean hasTag()
           
 boolean hasTorque()
           
 boolean hasType()
           
 
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()

hasType

boolean hasType()

getType

Box2D.PbBodyType getType()

hasPosition

boolean hasPosition()

getPosition

Box2D.PbVec2 getPosition()

getPositionOrBuilder

Box2D.PbVec2OrBuilder getPositionOrBuilder()

hasAngle

boolean hasAngle()

getAngle

float getAngle()

hasLinearVelocity

boolean hasLinearVelocity()

getLinearVelocity

Box2D.PbVec2 getLinearVelocity()

getLinearVelocityOrBuilder

Box2D.PbVec2OrBuilder getLinearVelocityOrBuilder()

hasAngularVelocity

boolean hasAngularVelocity()

getAngularVelocity

float getAngularVelocity()

hasForce

boolean hasForce()

getForce

Box2D.PbVec2 getForce()

getForceOrBuilder

Box2D.PbVec2OrBuilder getForceOrBuilder()

hasTorque

boolean hasTorque()

getTorque

float getTorque()

hasMass

boolean hasMass()

getMass

float getMass()

hasI

boolean hasI()

getI

float getI()

hasLinearDamping

boolean hasLinearDamping()

getLinearDamping

float getLinearDamping()

hasAngularDamping

boolean hasAngularDamping()

getAngularDamping

float getAngularDamping()

hasGravityScale

boolean hasGravityScale()

getGravityScale

float getGravityScale()

hasBullet

boolean hasBullet()

getBullet

boolean getBullet()

hasAllowSleep

boolean hasAllowSleep()

getAllowSleep

boolean getAllowSleep()

hasAwake

boolean hasAwake()

getAwake

boolean getAwake()

hasActive

boolean hasActive()

getActive

boolean getActive()

hasFixedRotation

boolean hasFixedRotation()

getFixedRotation

boolean getFixedRotation()

getFixturesList

java.util.List<Box2D.PbFixture> getFixturesList()

getFixtures

Box2D.PbFixture getFixtures(int index)

getFixturesCount

int getFixturesCount()

getFixturesOrBuilderList

java.util.List<? extends Box2D.PbFixtureOrBuilder> getFixturesOrBuilderList()

getFixturesOrBuilder

Box2D.PbFixtureOrBuilder getFixturesOrBuilder(int index)


Copyright © 2012. All Rights Reserved.