org.jbox2d.collision
Class Bound

java.lang.Object
  extended by org.jbox2d.collision.Bound

public class Bound
extends java.lang.Object


Field Summary
 int value
           
 
Constructor Summary
Bound()
           
Bound(Bound b)
           
 
Method Summary
 void set(Bound b)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

Bound

public Bound()

Bound

public Bound(Bound b)
Method Detail

set

public void set(Bound b)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object