Serialized Form


Package org.box2d.proto

Class org.box2d.proto.Box2D.PbBody extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tag_

long tag_

type_

Box2D.PbBodyType type_

position_

Box2D.PbVec2 position_

angle_

float angle_

linearVelocity_

Box2D.PbVec2 linearVelocity_

angularVelocity_

float angularVelocity_

force_

Box2D.PbVec2 force_

torque_

float torque_

mass_

float mass_

i_

float i_

linearDamping_

float linearDamping_

angularDamping_

float angularDamping_

gravityScale_

float gravityScale_

bullet_

boolean bullet_

allowSleep_

boolean allowSleep_

awake_

boolean awake_

active_

boolean active_

fixedRotation_

boolean fixedRotation_

fixtures_

java.util.List<E> fixtures_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.box2d.proto.Box2D.PbFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

categoryBits_

int categoryBits_

maskBits_

int maskBits_

groupIndex_

int groupIndex_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.box2d.proto.Box2D.PbFixture extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tag_

long tag_

restitution_

float restitution_

friction_

float friction_

density_

float density_

sensor_

boolean sensor_

filter_

Box2D.PbFilter filter_

shape_

Box2D.PbShape shape_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.box2d.proto.Box2D.PbJoint extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

bitField1_

int bitField1_

tag_

long tag_

type_

Box2D.PbJointType type_

bodyA_

int bodyA_

bodyB_

int bodyB_

collideConnected_

boolean collideConnected_

localAnchorA_

Box2D.PbVec2 localAnchorA_

localAnchorB_

Box2D.PbVec2 localAnchorB_

refAngle_

float refAngle_

enableLimit_

boolean enableLimit_

lowerLimit_

float lowerLimit_

upperLimit_

float upperLimit_

enableMotor_

boolean enableMotor_

motorSpeed_

float motorSpeed_

maxMotorTorque_

float maxMotorTorque_

localAxisA_

Box2D.PbVec2 localAxisA_

maxMotorForce_

float maxMotorForce_

length_

float length_

frequency_

float frequency_

dampingRatio_

float dampingRatio_

groundAnchorA_

Box2D.PbVec2 groundAnchorA_

groundAnchorB_

Box2D.PbVec2 groundAnchorB_

lengthA_

float lengthA_

lengthB_

float lengthB_

ratio_

float ratio_

maxLengthA_

float maxLengthA_

maxLengthB_

float maxLengthB_

target_

Box2D.PbVec2 target_

maxForce_

float maxForce_

joint1_

int joint1_

joint2_

int joint2_

springFrequency_

float springFrequency_

springDampingRatio_

float springDampingRatio_

maxTorque_

float maxTorque_

maxLength_

float maxLength_

bodies_

java.util.List<E> bodies_

joints_

java.util.List<E> joints_

targetVolume_

float targetVolume_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.box2d.proto.Box2D.PbShape extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tag_

long tag_

type_

Box2D.PbShapeType type_

center_

Box2D.PbVec2 center_

radius_

float radius_

points_

java.util.List<E> points_

normals_

java.util.List<E> normals_

centroid_

Box2D.PbVec2 centroid_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.box2d.proto.Box2D.PbVec2 extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

x_

float x_

y_

float y_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.box2d.proto.Box2D.PbWorld extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tag_

long tag_

gravity_

Box2D.PbVec2 gravity_

allowSleep_

boolean allowSleep_

autoClearForces_

boolean autoClearForces_

warmStarting_

boolean warmStarting_

continuousPhysics_

boolean continuousPhysics_

subStepping_

boolean subStepping_

bodies_

java.util.List<E> bodies_

joints_

java.util.List<E> joints_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Package org.jbox2d.serialization

Class org.jbox2d.serialization.UnsupportedObjectException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 5915827472093183385L

Serialized Fields

type

UnsupportedObjectException.Type type



Copyright © 2012. All Rights Reserved.