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()
           
 List<Box2D.PbFixture> getFixturesList()
           
 Box2D.PbFixtureOrBuilder getFixturesOrBuilder(int index)
           
 List<? extends Box2D.PbFixtureOrBuilder> getFixturesOrBuilderList()
           
 float getGravityScale()
           
 float getLinearDamping()
           
 Box2D.PbVec2 getLinearVelocity()
           
 Box2D.PbVec2OrBuilder getLinearVelocityOrBuilder()
           
 Box2D.PbVec2 getPosition()
           
 Box2D.PbVec2OrBuilder getPositionOrBuilder()
           
 long getTag()
           
 Box2D.PbBodyType getType()
           
 boolean hasActive()
           
 boolean hasAllowSleep()
           
 boolean hasAngle()
           
 boolean hasAngularDamping()
           
 boolean hasAngularVelocity()
           
 boolean hasAwake()
           
 boolean hasBullet()
           
 boolean hasFixedRotation()
           
 boolean hasGravityScale()
           
 boolean hasLinearDamping()
           
 boolean hasLinearVelocity()
           
 boolean hasPosition()
           
 boolean hasTag()
           
 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()

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

List<Box2D.PbFixture> getFixturesList()

getFixtures

Box2D.PbFixture getFixtures(int index)

getFixturesCount

int getFixturesCount()

getFixturesOrBuilderList

List<? extends Box2D.PbFixtureOrBuilder> getFixturesOrBuilderList()

getFixturesOrBuilder

Box2D.PbFixtureOrBuilder getFixturesOrBuilder(int index)


Copyright © 2013. All Rights Reserved.