sexi.comp
Class TreeGroupSpec

java.lang.Object
  |
  +--sexi.comp.TreeGroupSpec
All Implemented Interfaces:
java.io.Serializable

public class TreeGroupSpec
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String desc
           
 float heliotropism
           
 java.lang.String label
           
 float maxLight
           
 float maxLightRec
           
 float minLight
           
 float minLightRec
           
 float optLight
           
 
Constructor Summary
TreeGroupSpec()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public java.lang.String label

desc

public java.lang.String desc

minLight

public float minLight

optLight

public float optLight

maxLight

public float maxLight

minLightRec

public float minLightRec

maxLightRec

public float maxLightRec

heliotropism

public float heliotropism
Constructor Detail

TreeGroupSpec

public TreeGroupSpec()