Uses of Interface
barsuift.simLife.tree.TreeLeaf

Packages that use TreeLeaf
barsuift.simLife.tree   
barsuift.simLife.universe   
barsuift.simLife.universe.physic   
 

Uses of TreeLeaf in barsuift.simLife.tree
 

Methods in barsuift.simLife.tree that return types with arguments of type TreeLeaf
 java.util.Collection<TreeLeaf> TreeBranchPart.getLeaves()
           
 

Uses of TreeLeaf in barsuift.simLife.universe
 

Methods in barsuift.simLife.universe that return types with arguments of type TreeLeaf
 java.util.Set<TreeLeaf> Universe.getFallenLeaves()
          Return an unmodifiable Set of fallen leaves
 

Methods in barsuift.simLife.universe with parameters of type TreeLeaf
 void Universe.addFallenLeaf(TreeLeaf treeLeaf)
           
 

Uses of TreeLeaf in barsuift.simLife.universe.physic
 

Methods in barsuift.simLife.universe.physic that return types with arguments of type TreeLeaf
 java.util.Set<TreeLeaf> Gravity.getFallingLeaves()
          Return an unmodifiable Set of falling leaves
 

Methods in barsuift.simLife.universe.physic with parameters of type TreeLeaf
 void Gravity.addFallingLeaf(TreeLeaf treeLeaf)
           
 



Copyright © 2010. All Rights Reserved.