com.springrts.ai.oo
Class Gui

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

public class Gui
extends Object
implements Comparable<Gui>


Method Summary
 int compareTo(Gui other)
           
 boolean equals(Object otherObject)
           
 Camera getCamera()
           
 float getScreenX()
           
 float getScreenY()
           
 float getViewRange()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

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

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

getViewRange

public float getViewRange()

getScreenX

public float getScreenX()

getScreenY

public float getScreenY()

getCamera

public Camera getCamera()