barsuift.simLife.j3d.tree
Interface TreeLeaf3D

All Superinterfaces:
java.util.Observer, Persistent<TreeLeaf3DState>

public interface TreeLeaf3D
extends java.util.Observer, Persistent<TreeLeaf3DState>


Method Summary
 double getArea()
           
 javax.vecmath.Point3d getAttachPoint()
           
 javax.media.j3d.Node getNode()
           
 double getRotation()
           
 void increaseSize()
           
 boolean isMaxSizeReached()
           
 
Methods inherited from interface java.util.Observer
update
 
Methods inherited from interface barsuift.simLife.Persistent
getState, synchronize
 

Method Detail

getArea

double getArea()

isMaxSizeReached

boolean isMaxSizeReached()

increaseSize

void increaseSize()

getAttachPoint

javax.vecmath.Point3d getAttachPoint()

getRotation

double getRotation()

getNode

javax.media.j3d.Node getNode()


Copyright © 2010. All Rights Reserved.