|
JavaView® v2.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--vgp.tutor.lsystem.LSystem
Generate a tree with a context-free L-system.
| Constructor Summary | |
LSystem()
|
|
| Method Summary | |
java.lang.String |
getTree()
Make the current state of the L-system available, e.g. for interpreting the string using turtle graphics commands. |
void |
iterate(int maxLength)
Generate the tree by applying the rules until the description has a given length. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LSystem()
| Method Detail |
public void iterate(int maxLength)
maxLength - maximal length of tree until we continue to iterate.public java.lang.String getTree()
|
JavaView® v2.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||