org.eviline
Class PlayerActionNode

java.lang.Object
  extended by org.eviline.PlayerActionNode

public class PlayerActionNode
extends Object


Constructor Summary
PlayerActionNode(Shape shape, int x, int y)
           
 
Method Summary
 boolean equals(Object obj)
           
 Shape getShape()
           
 int getX()
           
 int getY()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayerActionNode

public PlayerActionNode(Shape shape,
                        int x,
                        int y)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getShape

public Shape getShape()

toString

public String toString()
Overrides:
toString in class Object

getX

public int getX()

getY

public int getY()


Copyright © 2013. All Rights Reserved.