com.springrts.ai.oo
Class Point

java.lang.Object
  extended by com.springrts.ai.oo.Point
All Implemented Interfaces:
Comparable<Point>

public class Point
extends Object
implements Comparable<Point>


Method Summary
 int compareTo(Point other)
           
 boolean equals(Object otherObject)
           
 AIFloat3 getColor()
           
 String getLabel()
           
 int getPointId()
           
 AIFloat3 getPosition()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getPointId

public int getPointId()

compareTo

public int compareTo(Point other)
Specified by:
compareTo in interface Comparable<Point>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getPosition

public AIFloat3 getPosition()

getColor

public AIFloat3 getColor()

getLabel

public String getLabel()