sexi.comp
Class TreeBasicCharacteristics

java.lang.Object
  |
  +--sexi.comp.TreeBasicCharacteristics
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TreeCharacteristics

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

This class represent the characteristics of a tree

See Also:
Serialized Form

Field Summary
 java.awt.Color color
           
 java.lang.String desc
           
 java.lang.String label
           
 int nCrown
           
(package private)  float transparency
           
 float truncVal
           
 
Constructor Summary
TreeBasicCharacteristics()
           
 
Method Summary
 double getLayerPorosity()
           
 float getTotalPorosity()
           
 void setTotalPorosity(float f)
           
 
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

color

public java.awt.Color color

truncVal

public float truncVal

transparency

float transparency

nCrown

public int nCrown
Constructor Detail

TreeBasicCharacteristics

public TreeBasicCharacteristics()
Method Detail

getTotalPorosity

public float getTotalPorosity()

getLayerPorosity

public double getLayerPorosity()

setTotalPorosity

public void setTotalPorosity(float f)