com.acarter.scenemonitor.textdescriptor
Class PhysicsDescriptorHandler

java.lang.Object
  extended by com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
      extended by com.acarter.scenemonitor.textdescriptor.PhysicsDescriptorHandler

public class PhysicsDescriptorHandler
extends A_TextDescriptorHandler

Adds the default descriptors including those for the jME Physics objects.

Author:
Carter

Field Summary
 
Fields inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
descriptors, LOGGER_NAME
 
Constructor Summary
PhysicsDescriptorHandler()
           
 
Method Summary
 void initDescriptors()
          Add descriptors.
 
Methods inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
descriptorsExist, getDescriptor, registerDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicsDescriptorHandler

public PhysicsDescriptorHandler()
Method Detail

initDescriptors

public void initDescriptors()
Add descriptors.

Specified by:
initDescriptors in class A_TextDescriptorHandler