net.jinx.physics.gravity
Class BigMassTag

java.lang.Object
  extended by net.jinx.physics.gravity.BigMassTag
All Implemented Interfaces:
Tag

public class BigMassTag
extends java.lang.Object
implements Tag

Tag implementation that indicates the PhysicalObject is a significant enough mass to be used for gravitational calculations. This is not quite realistic, so if you want strict realism, mark EVERY object in your simulation with this Tag.


Field Summary
static java.lang.String VAR_NAME
           
 
Constructor Summary
BigMassTag()
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VAR_NAME

public static final java.lang.String VAR_NAME
See Also:
Constant Field Values
Constructor Detail

BigMassTag

public BigMassTag()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Tag