Uses of Class
aigames.soccer.field.FieldPoint

Packages that use FieldPoint
aigames.soccer.field Contains classes which maintains functionality of a game field in soccer game. 
aigames.soccer.field.constructor Contains interface for objects that can be used to create game field in soccer game and implementation of this interface for creating standard game field. 
 

Uses of FieldPoint in aigames.soccer.field
 

Methods in aigames.soccer.field that return FieldPoint
 FieldPoint BasicGameField.getFieldPoint(int x, int y)
           
 FieldPoint GameField.getFieldPoint(int x, int y)
          Returns field point at given coordinates.
 

Uses of FieldPoint in aigames.soccer.field.constructor
 

Methods in aigames.soccer.field.constructor that return FieldPoint
 FieldPoint[][] Constructor.getNewField()
          Returns new blank game field.
 FieldPoint[][] StandardConstructor.getNewField()
           
 



Copyright © 2001-2004 MoMaT & MWe Team. All Rights Reserved.