org.box2d.proto
Interface Box2D.PbJointOrBuilder

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

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


Method Summary
 int getBodies(int index)
           
 int getBodiesCount()
           
 List<Integer> getBodiesList()
           
 int getBodyA()
           
 int getBodyB()
           
 boolean getCollideConnected()
           
 float getDampingRatio()
           
 boolean getEnableLimit()
           
 boolean getEnableMotor()
           
 float getFrequency()
           
 Box2D.PbVec2 getGroundAnchorA()
           
 Box2D.PbVec2OrBuilder getGroundAnchorAOrBuilder()
           
 Box2D.PbVec2 getGroundAnchorB()
           
 Box2D.PbVec2OrBuilder getGroundAnchorBOrBuilder()
           
 int getJoint1()
           
 int getJoint2()
           
 int getJoints(int index)
           
 int getJointsCount()
           
 List<Integer> getJointsList()
           
 float getLength()
           
 float getLengthA()
           
 float getLengthB()
           
 Box2D.PbVec2 getLocalAnchorA()
           
 Box2D.PbVec2OrBuilder getLocalAnchorAOrBuilder()
           
 Box2D.PbVec2 getLocalAnchorB()
           
 Box2D.PbVec2OrBuilder getLocalAnchorBOrBuilder()
           
 Box2D.PbVec2 getLocalAxisA()
           
 Box2D.PbVec2OrBuilder getLocalAxisAOrBuilder()
           
 float getLowerLimit()
           
 float getMaxForce()
           
 float getMaxLength()
           
 float getMaxMotorForce()
           
 float getMaxMotorTorque()
           
 float getMaxTorque()
           
 float getMotorSpeed()
           
 float getRatio()
           
 float getRefAngle()
           
 long getTag()
           
 Box2D.PbVec2 getTarget()
           
 Box2D.PbVec2OrBuilder getTargetOrBuilder()
           
 Box2D.PbJointType getType()
           
 float getUpperLimit()
           
 boolean hasBodyA()
           
 boolean hasBodyB()
           
 boolean hasCollideConnected()
           
 boolean hasDampingRatio()
           
 boolean hasEnableLimit()
           
 boolean hasEnableMotor()
           
 boolean hasFrequency()
           
 boolean hasGroundAnchorA()
           
 boolean hasGroundAnchorB()
           
 boolean hasJoint1()
           
 boolean hasJoint2()
           
 boolean hasLength()
           
 boolean hasLengthA()
           
 boolean hasLengthB()
           
 boolean hasLocalAnchorA()
           
 boolean hasLocalAnchorB()
           
 boolean hasLocalAxisA()
           
 boolean hasLowerLimit()
           
 boolean hasMaxForce()
           
 boolean hasMaxLength()
           
 boolean hasMaxMotorForce()
           
 boolean hasMaxMotorTorque()
           
 boolean hasMaxTorque()
           
 boolean hasMotorSpeed()
           
 boolean hasRatio()
           
 boolean hasRefAngle()
           
 boolean hasTag()
           
 boolean hasTarget()
           
 boolean hasType()
           
 boolean hasUpperLimit()
           
 
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.PbJointType getType()

hasBodyA

boolean hasBodyA()

getBodyA

int getBodyA()

hasBodyB

boolean hasBodyB()

getBodyB

int getBodyB()

hasCollideConnected

boolean hasCollideConnected()

getCollideConnected

boolean getCollideConnected()

hasLocalAnchorA

boolean hasLocalAnchorA()

getLocalAnchorA

Box2D.PbVec2 getLocalAnchorA()

getLocalAnchorAOrBuilder

Box2D.PbVec2OrBuilder getLocalAnchorAOrBuilder()

hasLocalAnchorB

boolean hasLocalAnchorB()

getLocalAnchorB

Box2D.PbVec2 getLocalAnchorB()

getLocalAnchorBOrBuilder

Box2D.PbVec2OrBuilder getLocalAnchorBOrBuilder()

hasRefAngle

boolean hasRefAngle()

getRefAngle

float getRefAngle()

hasEnableLimit

boolean hasEnableLimit()

getEnableLimit

boolean getEnableLimit()

hasLowerLimit

boolean hasLowerLimit()

getLowerLimit

float getLowerLimit()

hasUpperLimit

boolean hasUpperLimit()

getUpperLimit

float getUpperLimit()

hasEnableMotor

boolean hasEnableMotor()

getEnableMotor

boolean getEnableMotor()

hasMotorSpeed

boolean hasMotorSpeed()

getMotorSpeed

float getMotorSpeed()

hasMaxMotorTorque

boolean hasMaxMotorTorque()

getMaxMotorTorque

float getMaxMotorTorque()

hasLocalAxisA

boolean hasLocalAxisA()

getLocalAxisA

Box2D.PbVec2 getLocalAxisA()

getLocalAxisAOrBuilder

Box2D.PbVec2OrBuilder getLocalAxisAOrBuilder()

hasMaxMotorForce

boolean hasMaxMotorForce()

getMaxMotorForce

float getMaxMotorForce()

hasLength

boolean hasLength()

getLength

float getLength()

hasFrequency

boolean hasFrequency()

getFrequency

float getFrequency()

hasDampingRatio

boolean hasDampingRatio()

getDampingRatio

float getDampingRatio()

hasGroundAnchorA

boolean hasGroundAnchorA()

getGroundAnchorA

Box2D.PbVec2 getGroundAnchorA()

getGroundAnchorAOrBuilder

Box2D.PbVec2OrBuilder getGroundAnchorAOrBuilder()

hasGroundAnchorB

boolean hasGroundAnchorB()

getGroundAnchorB

Box2D.PbVec2 getGroundAnchorB()

getGroundAnchorBOrBuilder

Box2D.PbVec2OrBuilder getGroundAnchorBOrBuilder()

hasLengthA

boolean hasLengthA()

getLengthA

float getLengthA()

hasLengthB

boolean hasLengthB()

getLengthB

float getLengthB()

hasRatio

boolean hasRatio()

getRatio

float getRatio()

hasTarget

boolean hasTarget()

getTarget

Box2D.PbVec2 getTarget()

getTargetOrBuilder

Box2D.PbVec2OrBuilder getTargetOrBuilder()

hasMaxForce

boolean hasMaxForce()

getMaxForce

float getMaxForce()

hasJoint1

boolean hasJoint1()

getJoint1

int getJoint1()

hasJoint2

boolean hasJoint2()

getJoint2

int getJoint2()

hasMaxTorque

boolean hasMaxTorque()

getMaxTorque

float getMaxTorque()

hasMaxLength

boolean hasMaxLength()

getMaxLength

float getMaxLength()

getBodiesList

List<Integer> getBodiesList()

getBodiesCount

int getBodiesCount()

getBodies

int getBodies(int index)

getJointsList

List<Integer> getJointsList()

getJointsCount

int getJointsCount()

getJoints

int getJoints(int index)


Copyright © 2013. All Rights Reserved.