soccerclient.datamanager
Class Formation

java.lang.Object
  |
  +--soccerclient.datamanager.Formation

public class Formation
extends java.lang.Object

Überschrift: Formation

Beschreibung: This class contains information about positions in a formation

Copyright: Copyright (c) 2002

Organisation: pm39

Author:
J.F.G, Jan Kästle, Christian Pantke

Constructor Summary
Formation()
           
 
Method Summary
static Area getArea(int nr)
           
static Coordinate getStandardPos(int nr)
           
static Coordinate getStartPos(int nr)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formation

public Formation()
Method Detail

getStandardPos

public static Coordinate getStandardPos(int nr)

getStartPos

public static Coordinate getStartPos(int nr)

getArea

public static Area getArea(int nr)