|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Stem
The stem interface used from outside the tree generator, e.g. for mesh creation and exporting
Method Summary | |
---|---|
double |
getBaseRadius()
|
int |
getCloneSectionOffset()
|
long |
getLeafCount()
|
double |
getLength()
|
int |
getLevel()
|
Vector |
getMaxPoint()
a vector with the heighest coordinates of the stem |
Vector |
getMinPoint()
a vector with the smalles coordinates of the stem |
double |
getPeakRadius()
|
Transformation |
getTransformation()
|
java.lang.String |
getTreePosition()
The position of the stem in the tree. 0.1c2.3 means: fourth twig of the third clone of the second branch growing out of the first (only?) |
boolean |
isClone()
|
boolean |
isSmooth()
|
java.util.Enumeration |
sections()
|
boolean |
traverseTree(TreeTraversal traversal)
used with TreeTraversal interface |
Method Detail |
---|
java.util.Enumeration sections()
int getCloneSectionOffset()
Vector getMinPoint()
Vector getMaxPoint()
java.lang.String getTreePosition()
double getLength()
double getBaseRadius()
double getPeakRadius()
int getLevel()
boolean traverseTree(TreeTraversal traversal)
traversal
-
long getLeafCount()
boolean isClone()
boolean isSmooth()
Transformation getTransformation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |