de.grogra.grogra
Class LSystem.Apply

java.lang.Object
  extended by de.grogra.pf.ui.util.LockProtectedCommand
      extended by de.grogra.rgg.RGG.Apply
          extended by de.grogra.grogra.LSystem.Apply
All Implemented Interfaces:
Command
Enclosing class:
LSystem

public class LSystem.Apply
extends RGG.Apply


Field Summary
 
Fields inherited from class de.grogra.pf.ui.util.LockProtectedCommand
flags, resource, write
 
Fields inherited from interface de.grogra.pf.ui.Command
DISPOSE
 
Constructor Summary
LSystem.Apply(boolean loop, boolean useRunCheckBox, int count)
           
 
Method Summary
protected  boolean applyRules(Transaction t)
           
 
Methods inherited from class de.grogra.rgg.RGG.Apply
runImpl
 
Methods inherited from class de.grogra.pf.ui.util.LockProtectedCommand
done, getCommandName, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LSystem.Apply

public LSystem.Apply(boolean loop,
                     boolean useRunCheckBox,
                     int count)
Method Detail

applyRules

protected boolean applyRules(Transaction t)
Overrides:
applyRules in class RGG.Apply