org.wilmascope.view
Class ViewConstants

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.view.ViewConstants
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class ViewConstants
extends AbstractConstants

Title: WilmaToo Description: Sequel to the ever popular Wilma graph drawing engine Copyright: Copyright (c) 2001 Company: WilmaOrg

Version:
1.0
Author:
Tim Dwyer
See Also:
Serialized Form

Field Summary
static GlobalConstants gc
           
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 ViewConstants 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

gc

public static GlobalConstants gc

vX

public static final javax.vecmath.Vector3f vX

vY

public static final javax.vecmath.Vector3f vY

vZ

public static final javax.vecmath.Vector3f vZ

vZero

public static final javax.vecmath.Vector3f vZero
Method Detail

getInstance

public static ViewConstants getInstance()

getDefaultProperties

protected static java.util.Properties getDefaultProperties()