org.wilmascope.global
Class GlobalConstants

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by org.wilmascope.global.AbstractConstants
                  extended by org.wilmascope.global.GlobalConstants
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class GlobalConstants
extends AbstractConstants

A class which contains a set of concrete constants. It has some hard coded properties. It will also attempt to read property information from a file

See Also:
Serialized Form

Field Summary
static javax.vecmath.Vector3f vX
           
static javax.vecmath.Vector3f vY
           
static javax.vecmath.Vector3f vZ
           
static javax.vecmath.Vector3f vZero
           
 
Fields inherited from class java.util.Properties
defaults
 
Method Summary
protected static java.util.Properties getDefaultProperties()
           
static GlobalConstants getInstance()
           
 
Methods inherited from class org.wilmascope.global.AbstractConstants
getBooleanValue, getColor3f, getFloatValue, getIntValue, getVector3f
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

vZero

public static final javax.vecmath.Vector3f vZero

vX

public static final javax.vecmath.Vector3f vX

vY

public static final javax.vecmath.Vector3f vY

vZ

public static final javax.vecmath.Vector3f vZ
Method Detail

getInstance

public static GlobalConstants getInstance()

getDefaultProperties

protected static java.util.Properties getDefaultProperties()