Class GoalInfo

java.lang.Object
  |
  +--ObjectInfo
        |
        +--GoalInfo

class GoalInfo
extends ObjectInfo


Fields inherited from class ObjectInfo
defaultColor, drawColor, m_dirChange, m_direction, m_distance, m_distChange, m_type, selected, x, y
 
Constructor Summary
GoalInfo()
           
GoalInfo(char side)
           
 
Method Summary
 void select(int mouse_x, int mouse_y)
           
 
Methods inherited from class ObjectInfo
getDrawColor, isSelected, setDrawColor
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

GoalInfo

public GoalInfo()

GoalInfo

public GoalInfo(char side)
Method Detail

select

public void select(int mouse_x,
                   int mouse_y)
Overrides:
select in class ObjectInfo