barsuift.simLife.j3d.tree
Class TreeLeaf3DState

java.lang.Object
  extended by barsuift.simLife.j3d.tree.TreeLeaf3DState
All Implemented Interfaces:
State

public class TreeLeaf3DState
extends java.lang.Object
implements State


Constructor Summary
TreeLeaf3DState()
           
TreeLeaf3DState(Transform3DState transform, Tuple3dState initialEndPoint1, Tuple3dState initialEndPoint2, Tuple3dState endPoint1, Tuple3dState endPoint2)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Tuple3dState getEndPoint1()
           
 Tuple3dState getEndPoint2()
           
 Tuple3dState getInitialEndPoint1()
           
 Tuple3dState getInitialEndPoint2()
           
 Transform3DState getTransform()
           
 int hashCode()
           
 void setEndPoint1(Tuple3dState endPoint1)
           
 void setEndPoint2(Tuple3dState endPoint2)
           
 void setInitialEndPoint1(Tuple3dState initialEndPoint1)
           
 void setInitialEndPoint2(Tuple3dState initialEndPoint2)
           
 void setTransform(Transform3DState transform)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeLeaf3DState

public TreeLeaf3DState()

TreeLeaf3DState

public TreeLeaf3DState(Transform3DState transform,
                       Tuple3dState initialEndPoint1,
                       Tuple3dState initialEndPoint2,
                       Tuple3dState endPoint1,
                       Tuple3dState endPoint2)
Method Detail

getTransform

public Transform3DState getTransform()

setTransform

public void setTransform(Transform3DState transform)

getInitialEndPoint1

public Tuple3dState getInitialEndPoint1()

setInitialEndPoint1

public void setInitialEndPoint1(Tuple3dState initialEndPoint1)

getInitialEndPoint2

public Tuple3dState getInitialEndPoint2()

setInitialEndPoint2

public void setInitialEndPoint2(Tuple3dState initialEndPoint2)

getEndPoint1

public Tuple3dState getEndPoint1()

setEndPoint1

public void setEndPoint1(Tuple3dState endPoint1)

getEndPoint2

public Tuple3dState getEndPoint2()

setEndPoint2

public void setEndPoint2(Tuple3dState endPoint2)

hashCode

public int hashCode()
Specified by:
hashCode in interface State
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface State
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface State
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.