Class BallInfo

java.lang.Object
  |
  +--ObjectInfo
        |
        +--BallInfo

class BallInfo
extends ObjectInfo


Fields inherited from class ObjectInfo
m_dirChange, m_direction, m_distance, m_distChange, m_type
 
Constructor Summary
BallInfo()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BallInfo

public BallInfo()