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 Object writeReplace()
                       throws ObjectStreamException
Throws:
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_

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_

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 Object writeReplace()
                       throws ObjectStreamException
Throws:
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 Object writeReplace()
                       throws ObjectStreamException
Throws:
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 Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

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_

target_

Box2D.PbVec2 target_

maxForce_

float maxForce_

joint1_

int joint1_

joint2_

int joint2_

maxTorque_

float maxTorque_

maxLength_

float maxLength_

bodies_

List<E> bodies_

joints_

List<E> joints_

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 Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tag_

long tag_

type_

Box2D.PbShapeType type_

center_

Box2D.PbVec2 center_

radius_

float radius_

points_

List<E> points_

normals_

List<E> normals_

centroid_

Box2D.PbVec2 centroid_

v0_

Box2D.PbVec2 v0_

v1_

Box2D.PbVec2 v1_

v2_

Box2D.PbVec2 v2_

v3_

Box2D.PbVec2 v3_

has0_

boolean has0_

has3_

boolean has3_

prev_

Box2D.PbVec2 prev_

next_

Box2D.PbVec2 next_

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 Object writeReplace()
                       throws ObjectStreamException
Throws:
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 Object writeReplace()
                       throws ObjectStreamException
Throws:
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_

List<E> bodies_

joints_

List<E> joints_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Package org.jbox2d.serialization

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

serialVersionUID: 5915827472093183385L

Serialized Fields

type

UnsupportedObjectException.Type type



Copyright © 2013. All Rights Reserved.