|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.sc.soccerclient.ObjectInfo | +--edu.sc.soccerclient.FlagInfo
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 |
|
Field Detail |
char m_type
char m_horiz
char m_vert
Constructor Detail |
public FlagInfo()
public FlagInfo(char type, char posHoriz, char posVert)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |