bass.visualisation.control
Class BassElementGlobalFields

java.lang.Object
  extended by bass.visualisation.control.BassElementGlobalFields

public class BassElementGlobalFields
extends java.lang.Object

A class that defines global fields that can be used/overwrite in every class. In general it defines some default values that can be changed on use

Version:
0.3
Author:
Patrick Mai

Field Summary
static int currentMultiplicator
           
static javax.vecmath.Color3f cylAmbientBlue
           
static javax.vecmath.Color3f cylAmbientGrey
           
static javax.vecmath.Color3f cylDiffuseBlue
           
static javax.vecmath.Color3f cylDiffuseGrey
           
static javax.vecmath.Vector3f initVector
           
static int mostFriends
           
static javax.vecmath.Color3f sphAmbientGreen
           
static javax.vecmath.Color3f sphAmbientRed
           
static javax.vecmath.Color3f sphDiffuseGreen
           
static javax.vecmath.Color3f sphDiffuseRed
           
static float standardRadiusCylinderFirstLevel
           
static float standardRadiusCylinderFirstLevelFriendsConn
           
static float standardRadiusCylinderSecondLevel
           
static float standardRadiusFirstLevel
           
static float standardRadiusFirstLevelCircle
           
static float standardRadiusSecondLevel
           
static float standardRadiusSecondLevelCircle
           
static float standardRadiusSphereFirstLevelBands
           
static float standardRadiusSphereMainBand
           
static float standardRadiusSphereSecondLevel
           
static javax.vecmath.Point3f startPoint
           
 
Constructor Summary
BassElementGlobalFields()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sphAmbientRed

public static javax.vecmath.Color3f sphAmbientRed

sphDiffuseRed

public static javax.vecmath.Color3f sphDiffuseRed

sphAmbientGreen

public static javax.vecmath.Color3f sphAmbientGreen

sphDiffuseGreen

public static javax.vecmath.Color3f sphDiffuseGreen

cylAmbientBlue

public static javax.vecmath.Color3f cylAmbientBlue

cylDiffuseBlue

public static javax.vecmath.Color3f cylDiffuseBlue

cylAmbientGrey

public static javax.vecmath.Color3f cylAmbientGrey

cylDiffuseGrey

public static javax.vecmath.Color3f cylDiffuseGrey

initVector

public static javax.vecmath.Vector3f initVector

startPoint

public static javax.vecmath.Point3f startPoint

mostFriends

public static int mostFriends

standardRadiusFirstLevel

public static float standardRadiusFirstLevel

standardRadiusFirstLevelCircle

public static float standardRadiusFirstLevelCircle

standardRadiusSecondLevel

public static float standardRadiusSecondLevel

standardRadiusSecondLevelCircle

public static float standardRadiusSecondLevelCircle

standardRadiusSphereMainBand

public static float standardRadiusSphereMainBand

standardRadiusSphereFirstLevelBands

public static float standardRadiusSphereFirstLevelBands

standardRadiusSphereSecondLevel

public static float standardRadiusSphereSecondLevel

standardRadiusCylinderFirstLevel

public static float standardRadiusCylinderFirstLevel

standardRadiusCylinderFirstLevelFriendsConn

public static float standardRadiusCylinderFirstLevelFriendsConn

standardRadiusCylinderSecondLevel

public static float standardRadiusCylinderSecondLevel

currentMultiplicator

public static int currentMultiplicator
Constructor Detail

BassElementGlobalFields

public BassElementGlobalFields()