edu.sc.soccerclient
Class FlagInfo

java.lang.Object
  |
  +--edu.sc.soccerclient.ObjectInfo
        |
        +--edu.sc.soccerclient.FlagInfo

class FlagInfo
extends ObjectInfo

This class holds visual information about flag


Field Summary
(package private)  char m_horiz
          l|c|r
(package private)  char m_type
          'p' - penalty area flag
(package private)  char m_vert
          t|c|b
 
Fields inherited from class edu.sc.soccerclient.ObjectInfo
m_dirChange, m_direction, m_distance, m_distChange, m_type
 
Constructor Summary
FlagInfo()
           
FlagInfo(char type, char posHoriz, char posVert)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_type

char m_type
'p' - penalty area flag

m_horiz

char m_horiz
l|c|r

m_vert

char m_vert
t|c|b
Constructor Detail

FlagInfo

public FlagInfo()

FlagInfo

public FlagInfo(char type,
                char posHoriz,
                char posVert)